Skip to content

Commit 0cf0574

Browse files
chore: update java grpc libraries (#62)
--------- Signed-off-by: Cézar <cezar.silva@blip.ai> Co-authored-by: Lucas Soares <lucas.soares@blip.ai>
1 parent fc35750 commit 0cf0574

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

java/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@
4848
<dependency>
4949
<groupId>io.grpc</groupId>
5050
<artifactId>grpc-netty-shaded</artifactId>
51-
<version>1.68.0</version>
51+
<version>1.68.3</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>io.grpc</groupId>
5555
<artifactId>grpc-protobuf</artifactId>
56-
<version>1.68.0</version>
56+
<version>1.68.3</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>io.grpc</groupId>
6060
<artifactId>grpc-stub</artifactId>
61-
<version>1.68.0</version>
61+
<version>1.68.3</version>
6262
</dependency>
6363
<dependency><!-- https://github.com/grpc/grpc-java/blob/master/README.md#generated-code -->
6464
<groupId>org.apache.tomcat</groupId>
@@ -130,7 +130,7 @@
130130
<configuration>
131131
<pluginId>grpc-java</pluginId>
132132
<protocArtifact>com.google.protobuf:protoc:3.25.3:exe:${os.detected.classifier}</protocArtifact>
133-
<pluginArtifact>io.grpc:protoc-gen-grpc-java:1.68.0:exe:${os.detected.classifier}</pluginArtifact>
133+
<pluginArtifact>io.grpc:protoc-gen-grpc-java:1.68.3:exe:${os.detected.classifier}</pluginArtifact>
134134
</configuration>
135135
<executions>
136136
<execution>

0 commit comments

Comments
 (0)