diff --git a/examples/build.gradle b/examples/build.gradle index 9309f5a9a..c42b6ff4a 100644 --- a/examples/build.gradle +++ b/examples/build.gradle @@ -3,7 +3,7 @@ dependencies { implementation "com.google.code.gson:gson:2.10.1" implementation "org.slf4j:slf4j-simple:2.0.9" - implementation "io.grpc:grpc-netty-shaded:1.57.2" + implementation "io.grpc:grpc-netty-shaded:1.59.0" implementation "io.github.cdimascio:java-dotenv:5.3.1" implementation "com.google.errorprone:error_prone_core:2.21.1" } diff --git a/sdk/build.gradle b/sdk/build.gradle index f9b06e02e..97f7c0de2 100644 --- a/sdk/build.gradle +++ b/sdk/build.gradle @@ -53,10 +53,10 @@ dependencies { testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.0" testRuntimeOnly "org.slf4j:slf4j-simple:2.0.9" - testRuntimeOnly "io.grpc:grpc-netty-shaded:1.57.2" + testRuntimeOnly "io.grpc:grpc-netty-shaded:1.59.0" testRuntimeOnly 'org.slf4j:slf4j-nop:2.0.9' - integrationTestRuntimeOnly 'io.grpc:grpc-netty-shaded:1.57.2' + integrationTestRuntimeOnly 'io.grpc:grpc-netty-shaded:1.59.0' integrationTestRuntimeOnly 'org.slf4j:slf4j-nop:2.0.9' }