diff --git a/README.adoc b/README.adoc index 97dd9a5..f7246d6 100644 --- a/README.adoc +++ b/README.adoc @@ -60,7 +60,7 @@ By default, starter pulls `io.grpc:grpc-netty-shaded` as transitive dependency implementation ('io.github.lognet:grpc-spring-boot-starter:5.2.0') { exclude group: 'io.grpc', module: 'grpc-netty-shaded' } -implementation 'io.grpc:grpc-netty:1.71.0' // <1> +implementation 'io.grpc:grpc-netty:1.76.0' // <1> ---- <1> Make sure to pull the version that matches the release. diff --git a/gradle.properties b/gradle.properties index cd6d99d..35e035c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,8 +1,8 @@ -grpcVersion=1.71.0 +grpcVersion=1.76.0 -springBootVersion=3.4.4 -springCloudVersion=2024.0.1 +springBootVersion=3.5.7 +springCloudVersion=2025.0.0 gradleErrorPronePluginVersion=3.0.1 errorProneVersion=2.16