Skip to content

Commit b976bfc

Browse files
Merge 23.11 to 24.3
2 parents 2e428be + a084f06 commit b976bfc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SequenceAnalysis/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ dependencies {
138138
{
139139
exclude group: "javax.servlet", module: "servlet-api"
140140
exclude group: "org.apache.commons", module: "commons-collections4"
141+
// 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
142+
exclude group: "org.threeten", module: "threetenbp"
141143
}
142144
)
143145

0 commit comments

Comments
 (0)