Skip to content

Commit f7054b7

Browse files
committed
Drop module-level gradle fix in favor of one in core
1 parent c2b6bed commit f7054b7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

SequenceAnalysis/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,6 @@ 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"
154151
}
155152
)
156153

0 commit comments

Comments
 (0)