We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29fda85 + 440b731 commit cac8f2cCopy full SHA for cac8f2c
pom.xml
@@ -19,7 +19,7 @@
19
<dependency>
20
<groupId>org.junit</groupId>
21
<artifactId>junit-bom</artifactId>
22
- <version>5.13.2</version>
+ <version>5.13.4</version>
23
<type>pom</type>
24
<scope>import</scope>
25
</dependency>
@@ -195,7 +195,7 @@
195
<plugin>
196
<groupId>org.apache.maven.plugins</groupId>
197
<artifactId>maven-gpg-plugin</artifactId>
198
- <version>3.2.7</version>
+ <version>3.2.8</version>
199
<executions>
200
<execution>
201
<id>sign-artifacts</id>
@@ -317,7 +317,7 @@
317
<maven.compiler.target>${java.version}</maven.compiler.target>
318
319
<protobuf.version>4.31.1</protobuf.version>
320
- <grpc.version>1.73.0</grpc.version>
+ <grpc.version>1.74.0</grpc.version>
321
</properties>
322
323
</project>
0 commit comments