Skip to content

Commit 8256057

Browse files
committed
update grpc
- bump grpc from 1.42.2 to 1.53.0 - bump grpc-spring-boot-starter from 2.13.1.RELEASE to 2.15.0.RELEASE
1 parent 2cf6af2 commit 8256057

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<properties>
1515
<java.version>17</java.version>
1616
<cxf.version>3.6.6</cxf.version>
17-
<grpc.version>1.42.2</grpc.version>
17+
<grpc.version>1.53.0</grpc.version>
1818
<protoc.version>3.20.1</protoc.version>
1919
</properties>
2020
<scm>
@@ -102,7 +102,7 @@
102102
<dependency>
103103
<groupId>net.devh</groupId>
104104
<artifactId>grpc-spring-boot-starter</artifactId>
105-
<version>2.13.1.RELEASE</version>
105+
<version>2.15.0.RELEASE</version>
106106
</dependency>
107107
<dependency>
108108
<groupId>org.hibernate</groupId>

0 commit comments

Comments
 (0)