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 854b054 commit e0ac6cfCopy full SHA for e0ac6cf
hiero-dependency-versions/build.gradle.kts
@@ -19,7 +19,7 @@ dependencies {
19
}
20
21
dependencies.constraints {
22
- api("com.esaulpaugh:headlong:13.1.1") { because("com.esaulpaugh.headlong") }
+ api("com.esaulpaugh:headlong:13.2.1") { because("com.esaulpaugh.headlong") }
23
api("com.google.code.findbugs:jsr305:3.0.2") { because("java.annotation") }
24
api("com.google.code.gson:gson:2.12.1") { because("com.google.gson") }
25
api("com.google.protobuf:protobuf-java:$protobuf") { because("com.google.protobuf") }
0 commit comments