|
44 | 44 | <secret-service.version>1.8.1-jdk17</secret-service.version> |
45 | 45 | <kdewallet.version>1.3.2</kdewallet.version> |
46 | 46 | <appindicator.version>1.3.6</appindicator.version> |
47 | | - <guava.version>32.0.0-jre</guava.version> |
48 | | - <slf4j.version>1.7.36</slf4j.version> |
49 | | - <commons-lang3.version>3.12.0</commons-lang3.version> |
| 47 | + <guava.version>32.1.2-jre</guava.version> |
| 48 | + <slf4j.version>2.0.9</slf4j.version> |
| 49 | + <commons-lang3.version>3.13.0</commons-lang3.version> |
50 | 50 |
|
51 | 51 | <!-- test dependencies --> |
52 | | - <junit.version>5.8.2</junit.version> |
| 52 | + <junit.version>5.10.0</junit.version> |
53 | 53 |
|
54 | 54 | <!-- build plugin dependencies --> |
55 | | - <dependency-check.version>8.2.1</dependency-check.version> |
| 55 | + <dependency-check.version>8.4.0</dependency-check.version> |
56 | 56 | <nexus-staging.version>1.6.8</nexus-staging.version> |
57 | 57 | </properties> |
58 | 58 |
|
|
107 | 107 | <plugin> |
108 | 108 | <groupId>org.apache.maven.plugins</groupId> |
109 | 109 | <artifactId>maven-compiler-plugin</artifactId> |
110 | | - <version>3.9.0</version> |
| 110 | + <version>3.11.0</version> |
111 | 111 | <configuration> |
112 | 112 | <release>${project.jdk.version}</release> |
113 | 113 | <compilerArgs> |
|
118 | 118 | <plugin> |
119 | 119 | <groupId>org.apache.maven.plugins</groupId> |
120 | 120 | <artifactId>maven-surefire-plugin</artifactId> |
121 | | - <version>3.0.0-M5</version> |
| 121 | + <version>3.1.2</version> |
122 | 122 | </plugin> |
123 | 123 | <plugin> |
124 | 124 | <groupId>org.apache.maven.plugins</groupId> |
125 | 125 | <artifactId>maven-enforcer-plugin</artifactId> |
126 | | - <version>3.0.0</version> |
| 126 | + <version>3.4.1</version> |
127 | 127 | <executions> |
128 | 128 | <execution> |
129 | 129 | <id>check-preconditions</id> |
|
144 | 144 | </plugin> |
145 | 145 | <plugin> |
146 | 146 | <artifactId>maven-source-plugin</artifactId> |
147 | | - <version>3.2.1</version> |
| 147 | + <version>3.3.0</version> |
148 | 148 | <executions> |
149 | 149 | <execution> |
150 | 150 | <id>attach-sources</id> |
|
156 | 156 | </plugin> |
157 | 157 | <plugin> |
158 | 158 | <artifactId>maven-javadoc-plugin</artifactId> |
159 | | - <version>3.3.1</version> |
| 159 | + <version>3.6.0</version> |
160 | 160 | <executions> |
161 | 161 | <execution> |
162 | 162 | <id>attach-javadocs</id> |
|
248 | 248 | <plugins> |
249 | 249 | <plugin> |
250 | 250 | <artifactId>maven-gpg-plugin</artifactId> |
251 | | - <version>3.0.1</version> |
| 251 | + <version>3.1.0</version> |
252 | 252 | <executions> |
253 | 253 | <execution> |
254 | 254 | <id>sign-artifacts</id> |
|
283 | 283 | <plugin> |
284 | 284 | <groupId>org.sonatype.plugins</groupId> |
285 | 285 | <artifactId>nexus-staging-maven-plugin</artifactId> |
286 | | - <version>1.6.8</version> |
| 286 | + <version>1.6.13</version> |
287 | 287 | <extensions>true</extensions> |
288 | 288 | <configuration> |
289 | 289 | <serverId>ossrh</serverId> |
|
309 | 309 | <plugin> |
310 | 310 | <groupId>org.apache.maven.plugins</groupId> |
311 | 311 | <artifactId>maven-deploy-plugin</artifactId> |
312 | | - <version>3.1.0</version> |
| 312 | + <version>3.1.1</version> |
313 | 313 | </plugin> |
314 | 314 | </plugins> |
315 | 315 | </build> |
|
0 commit comments