File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 108
108
<findbugs .version>3.0.5</findbugs .version>
109
109
<dnsjava .version>3.6.1</dnsjava .version>
110
110
111
- <guava .version>27 .0-jre</guava .version>
111
+ <guava .version>33.1 .0-jre</guava .version>
112
112
<guice .version>5.1.0</guice .version>
113
113
114
114
<bouncycastle .version>1.78.1</bouncycastle .version>
Original file line number Diff line number Diff line change 426
426
427
427
<dependencyManagement >
428
428
<dependencies >
429
- <dependency >
430
- <groupId >com.google.guava</groupId >
431
- <artifactId >guava</artifactId >
432
- <version >33.1.0-jre</version >
433
- </dependency >
434
429
<dependency >
435
430
<!--
436
431
We're using a specific Protobuf version to ensure compatibility with the
461
456
<groupId >javax.enterprise</groupId >
462
457
<artifactId >cdi-api</artifactId >
463
458
</exclusion >
464
- <!-- Exclude guava 27.0-jre -->
465
- <exclusion >
466
- <groupId >com.google.guava</groupId >
467
- <artifactId >guava</artifactId >
468
- </exclusion >
469
459
<!-- Exclude protobuf-java 2.5.0 -->
470
460
<exclusion >
471
461
<groupId >com.google.protobuf</groupId >
You can’t perform that action at this time.
0 commit comments