Skip to content

Commit 0e13a3f

Browse files
dependency bump
1 parent 3371cf5 commit 0e13a3f

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

pom.xml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,14 @@
3838
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3939

4040
<!-- runtime dependencies -->
41-
<api.version>1.0.0-rc1</api.version>
41+
<api.version>1.0.0</api.version>
4242
<secret-service.version>1.6.2</secret-service.version>
43-
<kdewallet.version>1.2.1</kdewallet.version>
44-
<guava.version>30.0-jre</guava.version>
45-
<slf4j.version>1.7.30</slf4j.version>
46-
<junit.version>5.7.0</junit.version>
43+
<kdewallet.version>1.2.3</kdewallet.version>
44+
<guava.version>31.0-jre</guava.version>
45+
<slf4j.version>1.7.32</slf4j.version>
46+
47+
<!-- test dependencies -->
48+
<junit.version>5.8.1</junit.version>
4749
</properties>
4850

4951
<dependencies>
@@ -86,20 +88,20 @@
8688
<plugin>
8789
<groupId>org.apache.maven.plugins</groupId>
8890
<artifactId>maven-compiler-plugin</artifactId>
89-
<version>3.8.0</version>
91+
<version>3.8.1</version>
9092
<configuration>
9193
<release>11</release>
9294
</configuration>
9395
</plugin>
9496
<plugin>
9597
<groupId>org.apache.maven.plugins</groupId>
9698
<artifactId>maven-surefire-plugin</artifactId>
97-
<version>2.22.2</version>
99+
<version>3.0.0-M5</version>
98100
</plugin>
99101
<plugin>
100102
<groupId>org.apache.maven.plugins</groupId>
101103
<artifactId>maven-enforcer-plugin</artifactId>
102-
<version>3.0.0-M3</version>
104+
<version>3.0.0</version>
103105
<executions>
104106
<execution>
105107
<id>check-preconditions</id>
@@ -120,7 +122,7 @@
120122
</plugin>
121123
<plugin>
122124
<artifactId>maven-source-plugin</artifactId>
123-
<version>3.2.0</version>
125+
<version>3.2.1</version>
124126
<executions>
125127
<execution>
126128
<id>attach-sources</id>
@@ -132,7 +134,7 @@
132134
</plugin>
133135
<plugin>
134136
<artifactId>maven-javadoc-plugin</artifactId>
135-
<version>3.2.0</version>
137+
<version>3.3.1</version>
136138
<executions>
137139
<execution>
138140
<id>attach-javadocs</id>
@@ -196,7 +198,7 @@
196198
<plugins>
197199
<plugin>
198200
<artifactId>maven-gpg-plugin</artifactId>
199-
<version>1.6</version>
201+
<version>3.0.1</version>
200202
<executions>
201203
<execution>
202204
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)