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 5912ec7 commit bf288ccCopy full SHA for bf288cc
hiero-dependency-versions/build.gradle.kts
@@ -20,7 +20,7 @@ dependencies {
20
}
21
22
dependencies.constraints {
23
- api("com.esaulpaugh:headlong:13.2.1") { because("com.esaulpaugh.headlong") }
+ api("com.esaulpaugh:headlong:13.2.2") { because("com.esaulpaugh.headlong") }
24
api("com.google.code.findbugs:jsr305:3.0.2") { because("java.annotation") }
25
api("com.google.code.gson:gson:2.13.1") { because("com.google.gson") }
26
api("com.google.protobuf:protobuf-java:$protobuf") { because("com.google.protobuf") }
0 commit comments