Skip to content

Commit 43b17c7

Browse files
authored
Merge pull request #413
closes #414 closes #415
1 parent 15ea1b8 commit 43b17c7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ By default, starter pulls `io.grpc:grpc-netty-shaded` as transitive dependency
6060
implementation ('io.github.lognet:grpc-spring-boot-starter:5.2.0') {
6161
exclude group: 'io.grpc', module: 'grpc-netty-shaded'
6262
}
63-
implementation 'io.grpc:grpc-netty:1.71.0' // <1>
63+
implementation 'io.grpc:grpc-netty:1.76.0' // <1>
6464
----
6565
<1> Make sure to pull the version that matches the release.
6666

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
grpcVersion=1.71.0
1+
grpcVersion=1.76.0
22

33

4-
springBootVersion=3.4.4
5-
springCloudVersion=2024.0.1
4+
springBootVersion=3.5.7
5+
springCloudVersion=2025.0.0
66

77
gradleErrorPronePluginVersion=3.0.1
88
errorProneVersion=2.16

0 commit comments

Comments
 (0)