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

deps: bump all dependencies #65

Merged
merged 1 commit into from
Oct 14, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 6 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,12 @@

<!-- 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>
<gmavenplus-plugin.version>1.2</gmavenplus-plugin.version>

<spotbugs.version>4.0.3</spotbugs.version>
<spotbugs-plugin.version>4.0.0</spotbugs-plugin.version>
<spock.version>2.0-groovy-3.0</spock.version>
<gmavenplus-plugin.version>1.13.0</gmavenplus-plugin.version>
</properties>

<dependencies>
Expand All @@ -105,13 +100,6 @@
<version>${zjsonpatch.version}</version>
</dependency>

<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>${groovy.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.spockframework</groupId>
<artifactId>spock-core</artifactId>
Expand Down Expand Up @@ -143,7 +131,6 @@
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<configuration>
<passphrase>4uds0n</passphrase>
<useAgent>true</useAgent>
</configuration>
</plugin>
Expand Down Expand Up @@ -172,7 +159,9 @@
<executions>
<execution>
<goals>
<goal>testCompile</goal>
<goal>addSources</goal>
<goal>addTestSources</goal>
<goal>compileTests</goal>
</goals>
</execution>
</executions>
Expand Down