Skip to content
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