We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77534b commit 26d144bCopy full SHA for 26d144b
SequenceAnalysis/build.gradle
@@ -148,6 +148,9 @@ dependencies {
148
exclude group: "org.apache.commons", module: "commons-collections4"
149
// 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
150
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"
154
}
155
)
156
0 commit comments