Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@ allprojects {
force "com.google.guava:guava:${guavaVersion}"
// force version for SequenceAnalysis, TargetedMS
force "com.google.protobuf:protobuf-java:${googleProtocolBufVersion}"
// force version for Cloud, FileTransfer, SequenceAnalysis, etc.
force "com.google.code.findbugs:jsr305:${jsr305Version}"
// force Jakarta Activation API version used by our Angus Activation implementation
force "jakarta.activation:jakarta.activation-api:${jakartaActivationApiVersion}"
// force version for accounts, api, query
Expand Down
7 changes: 3 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ gsonVersion=2.8.9

grpcVersion=1.71.0

guavaVersion=33.4.0-jre
guavaVersion=33.4.6-jre

# Note: You won't find usages in the product sources; this property is used by the gradle plugin.
gwtVersion=2.11.0
Expand Down Expand Up @@ -225,7 +225,7 @@ jmockVersion=2.6.0

jodaTimeVersion=2.14.0

# brought in transitively from guava and other google packages. Need to resolve consistently
# brought in transitively by Cloud, FileTransfer, SequenceAnalysis, etc. Need to resolve consistently
jsr305Version=3.0.2

orgJsonVersion=20250107
Expand All @@ -248,12 +248,11 @@ mssqlJdbcVersion=12.10.0.jre11

mysqlDriverVersion=9.2.0

# forced compatibility between docker and UserReg-WS
# force for docker
nettyVersion=4.1.119.Final

objenesisVersion=1.0

# increase from 2.0 for remoteclientapi/java
opencsvVersion=2.3

openTracingVersion=0.33.0
Expand Down