|
50 | 50 |
|
51 | 51 | <!-- override to set exclusions per-project --> |
52 | 52 | <errorprone.args /> |
53 | | - <errorprone.version>2.36.0</errorprone.version> |
| 53 | + <errorprone.version>2.38.0</errorprone.version> |
54 | 54 |
|
55 | 55 | <!-- NOTE: Do not update to 3.x as that has floor Java 8 --> |
56 | 56 | <zipkin2.version>2.27.1</zipkin2.version> |
|
61 | 61 | <log4j.version>2.24.3</log4j.version> |
62 | 62 | <okhttp4.version>4.12.0</okhttp4.version> |
63 | 63 |
|
64 | | - <junit-jupiter.version>5.11.4</junit-jupiter.version> |
65 | | - <mockito.version>5.15.2</mockito.version> |
| 64 | + <junit-jupiter.version>5.12.2</junit-jupiter.version> |
| 65 | + <mockito.version>5.18.0</mockito.version> |
66 | 66 | <assertj.version>3.27.3</assertj.version> |
67 | | - <awaitility.version>4.2.2</awaitility.version> |
68 | | - <testcontainers.version>1.20.4</testcontainers.version> |
| 67 | + <awaitility.version>4.3.0</awaitility.version> |
| 68 | + <testcontainers.version>1.21.1</testcontainers.version> |
69 | 69 |
|
70 | 70 | <license.skip>${skipTests}</license.skip> |
71 | 71 |
|
72 | 72 | <go-offline-maven-plugin.version>1.2.8</go-offline-maven-plugin.version> |
73 | 73 | <!-- TODO: cleanup any redundant ignores now also in the 4.0 release (once final) --> |
74 | | - <license-maven-plugin.version>4.6</license-maven-plugin.version> |
| 74 | + <license-maven-plugin.version>5.0.0</license-maven-plugin.version> |
75 | 75 | <maven-assembly-plugin.version>3.7.1</maven-assembly-plugin.version> |
76 | 76 | <!-- NOTE: Do not update to 6.x as 5.x is the last version to support Java 11 --> |
77 | 77 | <maven-bundle-plugin.version>5.1.9</maven-bundle-plugin.version> |
78 | | - <maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version> |
| 78 | + <maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version> |
79 | 79 | <!-- Use same version as https://github.com/openzipkin/docker-java --> |
80 | 80 | <maven-dependency-plugin.version>3.8.1</maven-dependency-plugin.version> |
81 | | - <maven-deploy-plugin.version>3.1.3</maven-deploy-plugin.version> |
| 81 | + <maven-deploy-plugin.version>3.1.4</maven-deploy-plugin.version> |
82 | 82 | <maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version> |
83 | 83 | <!-- Use same version as https://github.com/openzipkin/docker-java --> |
84 | 84 | <maven-help-plugin.version>3.5.1</maven-help-plugin.version> |
85 | | - <maven-install-plugin.version>3.1.3</maven-install-plugin.version> |
| 85 | + <maven-install-plugin.version>3.1.4</maven-install-plugin.version> |
86 | 86 | <maven-invoker-plugin.version>3.9.0</maven-invoker-plugin.version> |
87 | 87 | <maven-javadoc-plugin.version>3.11.2</maven-javadoc-plugin.version> |
88 | 88 | <maven-jar-plugin.version>3.4.2</maven-jar-plugin.version> |
89 | 89 | <maven-release-plugin.version>3.1.1</maven-release-plugin.version> |
90 | 90 | <maven-source-plugin.version>3.3.1</maven-source-plugin.version> |
91 | | - <maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version> |
| 91 | + <maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version> |
92 | 92 | <nexus-staging-maven-plugin.version>1.7.0</nexus-staging-maven-plugin.version> |
93 | 93 | </properties> |
94 | 94 |
|
|
0 commit comments