|
69 | 69 | <!-- matching armeria/grpc/zipkin -->
|
70 | 70 | <zipkin.groupId>io.zipkin.zipkin2</zipkin.groupId>
|
71 | 71 | <!-- when updating, update docker/Dockerfile and storage/src/test/java/zipkin2/storage/kafka/IT* -->
|
72 |
| - <zipkin.version>3.4.0</zipkin.version> |
| 72 | + <zipkin.version>3.4.1</zipkin.version> |
73 | 73 | <zipkin-reporter.version>3.4.0</zipkin-reporter.version>
|
74 |
| - <spring-boot.version>3.3.0</spring-boot.version> |
75 |
| - <jackson.version>2.17.1</jackson.version> |
| 74 | + <spring-boot.version>3.3.3</spring-boot.version> |
| 75 | + <jackson.version>2.17.2</jackson.version> |
76 | 76 | <!-- This allows you to test feature branches with jitpack -->
|
77 | 77 | <armeria.groupId>com.linecorp.armeria</armeria.groupId>
|
78 | 78 | <armeria.version>1.28.4</armeria.version>
|
79 | 79 | <!-- Match Armeria version to avoid conflicts including running tests in the IDE -->
|
80 |
| - <netty.version>4.1.110.Final</netty.version> |
| 80 | + <netty.version>4.1.113.Final</netty.version> |
81 | 81 | <log4j.version>2.23.1</log4j.version>
|
82 | 82 |
|
83 | 83 | <!-- This allows you to test feature branches with jitpack -->
|
|
92 | 92 | <okhttp.version>4.12.0</okhttp.version>
|
93 | 93 |
|
94 | 94 | <assertj.version>3.25.3</assertj.version>
|
95 |
| - <awaitility.version>4.2.1</awaitility.version> |
96 |
| - <junit-jupiter.version>5.10.2</junit-jupiter.version> |
97 |
| - <mockito.version>5.12.0</mockito.version> |
| 95 | + <awaitility.version>4.2.2</awaitility.version> |
| 96 | + <junit-jupiter.version>5.11.0</junit-jupiter.version> |
| 97 | + <mockito.version>5.13.0</mockito.version> |
98 | 98 |
|
99 | 99 | <!-- override to set exclusions per-project -->
|
100 | 100 | <errorprone.args />
|
101 |
| - <errorprone.version>2.27.1</errorprone.version> |
102 |
| - <auto-value.version>1.10.4</auto-value.version> |
| 101 | + <errorprone.version>2.30.0</errorprone.version> |
| 102 | + <auto-value.version>1.11.0</auto-value.version> |
103 | 103 |
|
104 | 104 | <license.skip>${skipTests}</license.skip>
|
105 | 105 |
|
|
108 | 108 |
|
109 | 109 | <go-offline-maven-plugin.version>1.2.8</go-offline-maven-plugin.version>
|
110 | 110 | <!-- TODO: cleanup any redundant ignores now also in the 4.0 release (once final) -->
|
111 |
| - <license-maven-plugin.version>4.3</license-maven-plugin.version> |
| 111 | + <license-maven-plugin.version>4.5</license-maven-plugin.version> |
112 | 112 | <maven-bundle-plugin.version>5.1.9</maven-bundle-plugin.version>
|
113 | 113 | <maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
|
114 | 114 | <!-- Use same version as https://github.com/openzipkin/docker-java -->
|
115 | 115 | <maven-dependency-plugin.version>3.6.1</maven-dependency-plugin.version>
|
116 |
| - <maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version> |
| 116 | + <maven-deploy-plugin.version>3.1.2</maven-deploy-plugin.version> |
117 | 117 | <maven-enforcer-plugin.version>3.4.1</maven-enforcer-plugin.version>
|
118 | 118 | <!-- Use same version as https://github.com/openzipkin/docker-java -->
|
119 | 119 | <maven-help-plugin.version>3.4.0</maven-help-plugin.version>
|
120 |
| - <maven-install-plugin.version>3.1.1</maven-install-plugin.version> |
| 120 | + <maven-install-plugin.version>3.1.2</maven-install-plugin.version> |
121 | 121 | <maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version>
|
122 |
| - <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version> |
| 122 | + <maven-jar-plugin.version>3.4.1</maven-jar-plugin.version> |
123 | 123 | <maven-release-plugin.version>3.0.1</maven-release-plugin.version>
|
124 |
| - <maven-shade-plugin.version>3.5.2</maven-shade-plugin.version> |
| 124 | + <maven-shade-plugin.version>3.6.0</maven-shade-plugin.version> |
125 | 125 | <maven-source-plugin.version>3.3.1</maven-source-plugin.version>
|
126 |
| - <maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version> |
| 126 | + <maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version> |
127 | 127 | <nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
|
128 | 128 | </properties>
|
129 | 129 |
|
|
175 | 175 |
|
176 | 176 | <dependency>
|
177 | 177 | <groupId>org.junit.jupiter</groupId>
|
178 |
| - <artifactId>junit-jupiter</artifactId> |
| 178 | + <artifactId>junit-jupiter-api</artifactId> |
179 | 179 | <version>${junit-jupiter.version}</version>
|
180 | 180 | <scope>test</scope>
|
181 | 181 | </dependency>
|
|
0 commit comments