Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
deps: bump all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Oct 14, 2021
1 parent b694c25 commit 3df06a7
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,13 @@

<!-- Dependencies -->
<okhttp.version>3.12.12</okhttp.version>
<jackson.version>2.10.4</jackson.version>
<sundrio.version>0.21.0</sundrio.version>
<jackson.version>2.13.0</jackson.version>
<zjsonpatch.version>0.3.0</zjsonpatch.version>

<!-- For Testing -->
<groovy.version>2.4.4</groovy.version>
<spock.version>1.0-groovy-2.4</spock.version>
<spock.version>2.0-groovy-3.0</spock.version>
<gmavenplus-plugin.version>1.2</gmavenplus-plugin.version>

<spotbugs.version>4.0.3</spotbugs.version>
<spotbugs-plugin.version>4.0.0</spotbugs-plugin.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -143,7 +139,6 @@
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<configuration>
<passphrase>4uds0n</passphrase>
<useAgent>true</useAgent>
</configuration>
</plugin>
Expand Down

0 comments on commit 3df06a7

Please sign in to comment.