|
41 | 41 | </snapshotRepository> |
42 | 42 | </distributionManagement> |
43 | 43 | <properties> |
44 | | - <grpc.version>1.66.0</grpc.version> |
45 | | - <protobuf.version>3.25.5</protobuf.version> |
| 44 | + <grpc.version>1.74.0</grpc.version> |
| 45 | + <protobuf.version>3.25.8</protobuf.version> |
46 | 46 | <maven.compiler.source>8</maven.compiler.source> |
47 | 47 | <maven.compiler.target>8</maven.compiler.target> |
48 | 48 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
@@ -281,17 +281,17 @@ static final String BUILD_TIMESTAMP = "${timestamp}"; |
281 | 281 | <artifactId>junit-jupiter</artifactId> |
282 | 282 | <groupId>org.junit.jupiter</groupId> |
283 | 283 | <scope>test</scope> |
284 | | - <version>5.9.0</version> |
| 284 | + <version>5.11.0</version> |
285 | 285 | </dependency> |
286 | 286 | <dependency> |
287 | 287 | <artifactId>commons-io</artifactId> |
288 | 288 | <groupId>commons-io</groupId> |
289 | | - <version>2.17.0</version> |
| 289 | + <version>2.20.0</version> |
290 | 290 | </dependency> |
291 | 291 | <dependency> |
292 | 292 | <artifactId>commons-lang3</artifactId> |
293 | 293 | <groupId>org.apache.commons</groupId> |
294 | | - <version>3.12.0</version> |
| 294 | + <version>3.18.0</version> |
295 | 295 | </dependency> |
296 | 296 | <dependency> |
297 | 297 | <artifactId>grpc-netty-shaded</artifactId> |
@@ -321,12 +321,12 @@ static final String BUILD_TIMESTAMP = "${timestamp}"; |
321 | 321 | <dependency> |
322 | 322 | <groupId>org.slf4j</groupId> |
323 | 323 | <artifactId>slf4j-api</artifactId> |
324 | | - <version>2.0.3</version> |
| 324 | + <version>2.0.17</version> |
325 | 325 | </dependency> |
326 | 326 | <dependency> |
327 | 327 | <groupId>org.slf4j</groupId> |
328 | 328 | <artifactId>slf4j-simple</artifactId> |
329 | | - <version>2.0.3</version> |
| 329 | + <version>2.0.17</version> |
330 | 330 | <scope>test</scope> |
331 | 331 | </dependency> |
332 | 332 | </dependencies> |
|
0 commit comments