Skip to content

Commit

Permalink
chore(deps): bump com.esaulpaugh:headlong from 12.1.0 to 12.3.3 in /s…
Browse files Browse the repository at this point in the history
…dk-dependency-versions (#2059)

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Jendrik Johannes <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jendrik Johannes <[email protected]>
  • Loading branch information
dependabot[bot] and jjohannes authored Nov 20, 2024
1 parent 6dc0f00 commit c8a5604
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jvmDependencyConflicts.patch {
extraJavaModuleInfo {
failOnAutomaticModules = true // Only allow Jars with 'module-info' on all module paths

module("com.esaulpaugh:headlong", "headlong")
module("com.esaulpaugh:headlong", "com.esaulpaugh.headlong")
module("com.github.spotbugs:spotbugs-annotations", "com.github.spotbugs.annotations")
module("com.google.errorprone:error_prone_annotations", "com.google.errorprone.annotations")
module("com.google.guava:failureaccess", "com.google.common.util.concurrent.internal")
Expand Down
2 changes: 1 addition & 1 deletion sdk-dependency-versions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ plugins {
}

dependencies.constraints {
api("com.esaulpaugh:headlong:12.1.0") {
api("com.esaulpaugh:headlong:12.3.3") {
because("headlong")
}
api("com.google.code.gson:gson:2.10.1") {
Expand Down
2 changes: 1 addition & 1 deletion sdk-full/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
module com.hedera.hashgraph.sdk.full {
requires transitive com.google.protobuf;

requires com.esaulpaugh.headlong;
requires com.google.common;
requires com.google.gson;
requires headlong;
requires io.grpc.inprocess;
requires io.grpc.protobuf;
requires io.grpc.stub;
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
module com.hedera.hashgraph.sdk {
requires transitive com.google.protobuf;

requires com.esaulpaugh.headlong;
requires com.google.common;
requires com.google.gson;
requires headlong;
requires io.grpc.inprocess;
requires io.grpc.protobuf.lite;
requires io.grpc.stub;
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/testIntegration/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

open module com.hedera.hashgraph.sdk.test.integration {
requires com.hedera.hashgraph.sdk;
requires headlong;
requires com.esaulpaugh.headlong;
requires org.assertj.core;
requires org.bouncycastle.provider;
requires org.junit.jupiter.api;
Expand Down

0 comments on commit c8a5604

Please sign in to comment.