From f2de041b0d7404207ccae7915c0a7bbe83a66920 Mon Sep 17 00:00:00 2001 From: Boris Parnikel Date: Wed, 5 Nov 2025 12:17:31 +0100 Subject: [PATCH] Bump dependencies --- README.adoc | 2 +- gradle.properties | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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