|
43 | 43 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
44 | 44 |
|
45 | 45 | <!-- Dependency versions-->
|
46 |
| - <commons-net.version>3.11.1</commons-net.version> |
47 |
| - <commons-lang3.version>3.17.0</commons-lang3.version> |
| 46 | + <commons-net.version>3.12.0</commons-net.version> |
| 47 | + <commons-lang3.version>3.18.0</commons-lang3.version> |
48 | 48 | <projectlombok.version>1.18.38</projectlombok.version>
|
49 | 49 | <dnsjava.version>3.6.3</dnsjava.version>
|
50 |
| - <httpcomponents.version>5.4.4</httpcomponents.version> |
| 50 | + <httpcomponents.version>5.5</httpcomponents.version> |
51 | 51 | <slf4j.version>2.0.17</slf4j.version>
|
52 | 52 | <logback.version>1.5.18</logback.version>
|
53 |
| - <bouncycastle.version>1.80</bouncycastle.version> |
| 53 | + <bouncycastle.version>1.81</bouncycastle.version> |
54 | 54 | <guava.version>33.2.1-jre</guava.version>
|
55 | 55 | <icu.version>77.1</icu.version>
|
56 | 56 | <!-- TEST versions -->
|
57 |
| - <mockito.version>5.17.0</mockito.version> |
58 |
| - <jupiter.version>5.12.2</jupiter.version> |
| 57 | + <mockito.version>5.18.0</mockito.version> |
| 58 | + <jupiter.version>5.13.4</jupiter.version> |
59 | 59 | <mock-server.version>5.15.0</mock-server.version>
|
60 | 60 | <sonar.coverage.jacoco.xmlReportPaths>./target/site/jacoco-aggregate/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
|
61 | 61 | </properties>
|
|
274 | 274 | <plugin>
|
275 | 275 | <groupId>org.apache.maven.plugins</groupId>
|
276 | 276 | <artifactId>maven-gpg-plugin</artifactId>
|
277 |
| - <version>3.2.7</version> |
| 277 | + <version>3.2.8</version> |
278 | 278 | <executions>
|
279 | 279 | <execution>
|
280 | 280 | <id>sign-artifacts</id>
|
|
293 | 293 | <plugin>
|
294 | 294 | <groupId>org.sonatype.central</groupId>
|
295 | 295 | <artifactId>central-publishing-maven-plugin</artifactId>
|
296 |
| - <version>0.7.0</version> |
| 296 | + <version>0.8.0</version> |
297 | 297 | <extensions>true</extensions>
|
298 | 298 | <configuration>
|
299 | 299 | <serverId>central</serverId>
|
|
0 commit comments