Skip to content

Commit 79264d4

Browse files
committed
Update all non-major dependencies
1 parent ebe66ac commit 79264d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<jetty.version>9.4.57.v20241219</jetty.version>
6868
<jetty12.version>12.0.19</jetty12.version>
6969
<io.grpc>1.71.0</io.grpc>
70-
<io.netty>4.1.119.Final</io.netty>
70+
<io.netty>4.2.0.Final</io.netty>
7171
<slf4j.version>2.0.17</slf4j.version>
7272
<distributionManagement.snapshot.url>https://oss.sonatype.org/content/repositories/google-snapshots/</distributionManagement.snapshot.url>
7373
<distributionManagement.snapshot.id>sonatype-nexus-snapshots</distributionManagement.snapshot.id>
@@ -450,7 +450,7 @@
450450
<dependency>
451451
<groupId>com.google.guava</groupId>
452452
<artifactId>guava</artifactId>
453-
<version>33.4.6-jre</version>
453+
<version>33.4.7-android</version>
454454
</dependency>
455455
<dependency>
456456
<groupId>com.google.errorprone</groupId>
@@ -687,7 +687,7 @@
687687
<dependency>
688688
<groupId>com.google.guava</groupId>
689689
<artifactId>guava-testlib</artifactId>
690-
<version>33.4.6-jre</version>
690+
<version>33.4.7-jre</version>
691691
<scope>test</scope>
692692
</dependency>
693693
<dependency>
@@ -712,7 +712,7 @@
712712
<dependency>
713713
<groupId>org.mockito</groupId>
714714
<artifactId>mockito-bom</artifactId>
715-
<version>5.16.1</version>
715+
<version>5.17.0</version>
716716
<scope>import</scope>
717717
<type>pom</type>
718718
</dependency>

0 commit comments

Comments
 (0)