Skip to content

Commit 26d144b

Browse files
committed
Address CVE-2024-7254
1 parent e77534b commit 26d144b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SequenceAnalysis/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ dependencies {
148148
exclude group: "org.apache.commons", module: "commons-collections4"
149149
// NOTE: this is a dependency of picard->google-cloud-storage. there is a vunerability in 1.6.8 that does not seem fixed as of 1.6.9
150150
exclude group: "org.threeten", module: "threetenbp"
151+
// https://nvd.nist.gov/vuln/detail/CVE-2024-7254
152+
implementation "com.google.protobuf:protobuf-java:3.25.5"
153+
implementation "com.google.protobuf:protobuf-java-util:3.25.6"
151154
}
152155
)
153156

0 commit comments

Comments
 (0)