Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies to mitigate known vulnerabilities #707

Merged
merged 1 commit into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions java/buildSrc/src/main/kotlin/DependencyVersions.kt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package subzero

object DependencyVersions {
val bitcoinj = "0.16.1"
val dropwizard = "2.1.7"
val bitcoinj = "0.16.3"
val dropwizard = "2.1.12"
val findbugs = "3.0.2"
val guava = "32.0.1-jre"
val junit = "4.13.2"
val protobuf = "3.21.7"
val protobuf = "3.25.5"
val snakeyaml = "2.0"
val bouncycastle = "1.76"
val bouncycastle = "1.78"
val zxing = "3.5.0"
}
Loading
Loading