|
49 | 49 |
|
50 | 50 | <!-- override to set exclusions per-project --> |
51 | 51 | <errorprone.args /> |
52 | | - <errorprone.version>2.26.1</errorprone.version> |
| 52 | + <errorprone.version>2.30.0</errorprone.version> |
53 | 53 |
|
54 | 54 | <!-- use the same value in bom/pom.xml --> |
55 | 55 | <!-- NOTE: Do not update to 3.x as that has floor Java 8 --> |
|
58 | 58 | <!-- Do not set this value in bom/pom.xml to avoid cyclic pinning --> |
59 | 59 | <brave.version>6.0.3</brave.version> |
60 | 60 |
|
61 | | - <log4j.version>2.23.1</log4j.version> |
| 61 | + <log4j.version>2.24.0</log4j.version> |
62 | 62 | <okhttp.version>4.12.0</okhttp.version> |
63 | 63 |
|
64 | | - <junit-jupiter.version>5.10.2</junit-jupiter.version> |
65 | | - <mockito.version>5.11.0</mockito.version> |
| 64 | + <junit-jupiter.version>5.11.0</junit-jupiter.version> |
| 65 | + <mockito.version>5.13.0</mockito.version> |
66 | 66 | <assertj.version>3.25.3</assertj.version> |
67 | | - <awaitility.version>4.2.1</awaitility.version> |
68 | | - <testcontainers.version>1.19.7</testcontainers.version> |
| 67 | + <awaitility.version>4.2.2</awaitility.version> |
| 68 | + <testcontainers.version>1.20.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.3</license-maven-plugin.version> |
| 74 | + <license-maven-plugin.version>4.5</license-maven-plugin.version> |
75 | 75 | <maven-assembly-plugin.version>3.6.0</maven-assembly-plugin.version> |
76 | 76 | <maven-bundle-plugin.version>5.1.9</maven-bundle-plugin.version> |
77 | 77 | <maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version> |
78 | 78 | <!-- Use same version as https://github.com/openzipkin/docker-java --> |
79 | 79 | <maven-dependency-plugin.version>3.6.1</maven-dependency-plugin.version> |
80 | | - <maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version> |
| 80 | + <maven-deploy-plugin.version>3.1.2</maven-deploy-plugin.version> |
81 | 81 | <maven-enforcer-plugin.version>3.4.1</maven-enforcer-plugin.version> |
82 | 82 | <!-- Use same version as https://github.com/openzipkin/docker-java --> |
83 | 83 | <maven-help-plugin.version>3.4.0</maven-help-plugin.version> |
84 | | - <maven-install-plugin.version>3.1.1</maven-install-plugin.version> |
85 | | - <maven-invoker-plugin.version>3.6.0</maven-invoker-plugin.version> |
| 84 | + <maven-install-plugin.version>3.1.2</maven-install-plugin.version> |
| 85 | + <maven-invoker-plugin.version>3.8.0</maven-invoker-plugin.version> |
86 | 86 | <maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version> |
87 | | - <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version> |
| 87 | + <maven-jar-plugin.version>3.4.1</maven-jar-plugin.version> |
88 | 88 | <maven-release-plugin.version>3.0.1</maven-release-plugin.version> |
89 | 89 | <maven-source-plugin.version>3.3.1</maven-source-plugin.version> |
90 | | - <maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version> |
| 90 | + <maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version> |
91 | 91 | <nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version> |
92 | 92 | </properties> |
93 | 93 |
|
|
0 commit comments