Skip to content

Commit dee01e4

Browse files
dependency bump
1 parent 7559f85 commit dee01e4

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3030

3131
<!-- runtime dependencies -->
32-
<api.version>1.0.0-rc1</api.version>
33-
<slf4j.version>1.7.30</slf4j.version>
34-
<guava.version>30.0-jre</guava.version>
35-
<gson.version>2.8.6</gson.version>
32+
<api.version>1.0.0</api.version>
33+
<slf4j.version>1.7.32</slf4j.version>
34+
<guava.version>31.0-jre</guava.version>
35+
<gson.version>2.8.8</gson.version>
3636

3737
<!-- test dependencies -->
38-
<junit.jupiter.version>5.6.2</junit.jupiter.version>
39-
<mockito.version>3.3.3</mockito.version>
38+
<junit.jupiter.version>5.8.1</junit.jupiter.version>
39+
<mockito.version>3.12.4</mockito.version>
4040
</properties>
4141

4242
<licenses>
@@ -123,7 +123,7 @@
123123
<plugin>
124124
<groupId>org.apache.maven.plugins</groupId>
125125
<artifactId>maven-enforcer-plugin</artifactId>
126-
<version>3.0.0-M3</version>
126+
<version>3.0.0</version>
127127
<executions>
128128
<execution>
129129
<id>check-preconditions</id>
@@ -152,7 +152,7 @@
152152
<plugin>
153153
<groupId>org.codehaus.mojo</groupId>
154154
<artifactId>exec-maven-plugin</artifactId>
155-
<version>1.6.0</version>
155+
<version>3.0.0</version>
156156
<executions>
157157
<execution>
158158
<goals>
@@ -206,11 +206,11 @@
206206
<plugin>
207207
<groupId>org.apache.maven.plugins</groupId>
208208
<artifactId>maven-surefire-plugin</artifactId>
209-
<version>2.22.2</version>
209+
<version>3.0.0-M5</version>
210210
</plugin>
211211
<plugin>
212212
<artifactId>maven-source-plugin</artifactId>
213-
<version>3.2.0</version>
213+
<version>3.2.1</version>
214214
<executions>
215215
<execution>
216216
<id>attach-sources</id>
@@ -222,7 +222,7 @@
222222
</plugin>
223223
<plugin>
224224
<artifactId>maven-javadoc-plugin</artifactId>
225-
<version>3.2.0</version>
225+
<version>3.3.1</version>
226226
<executions>
227227
<execution>
228228
<id>attach-javadocs</id>
@@ -285,7 +285,7 @@
285285
<plugins>
286286
<plugin>
287287
<artifactId>maven-gpg-plugin</artifactId>
288-
<version>1.6</version>
288+
<version>3.0.1</version>
289289
<executions>
290290
<execution>
291291
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)