Skip to content

Commit 67c354f

Browse files
committed
Force FindBugs version
1 parent 1ecdf4a commit 67c354f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ allprojects {
224224
force "com.google.guava:guava:${guavaVersion}"
225225
// force version for SequenceAnalysis, TargetedMS
226226
force "com.google.protobuf:protobuf-java:${googleProtocolBufVersion}"
227+
// force version for Cloud, FileTransfer, SequenceAnalysis, etc.
228+
force "com.google.code.findbugs:jsr305:${jsr305Version}"
227229
// force Jakarta Activation API version used by our Angus Activation implementation
228230
force "jakarta.activation:jakarta.activation-api:${jakartaActivationApiVersion}"
229231
// force version for accounts, api, query

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jmockVersion=2.6.0
225225

226226
jodaTimeVersion=2.14.0
227227

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

231231
orgJsonVersion=20250107

0 commit comments

Comments
 (0)