Skip to content

Commit 18c7c2f

Browse files
authored
Merge branch 'main' into dependabot/maven/plugin.surefire.version-3.5.4
2 parents 9f89743 + e545ced commit 18c7c2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090

9191
<junit-jupiter.version>5.13.4</junit-jupiter.version>
9292
<junit-platform.version>1.13.4</junit-platform.version>
93-
<netty-handler.version>4.2.4.Final</netty-handler.version>
93+
<netty-handler.version>4.2.6.Final</netty-handler.version>
9494

9595
<plugin.surefire.version>3.5.4</plugin.surefire.version>
9696
<plugin.jacoco.version>0.8.13</plugin.jacoco.version>
@@ -223,7 +223,7 @@
223223
<dependency>
224224
<groupId>com.google.protobuf</groupId>
225225
<artifactId>protobuf-java</artifactId>
226-
<version>4.32.0</version>
226+
<version>4.32.1</version>
227227
</dependency>
228228

229229
<dependency>
@@ -247,7 +247,7 @@
247247
<dependency>
248248
<groupId>com.google.code.gson</groupId>
249249
<artifactId>gson</artifactId>
250-
<version>2.13.1</version>
250+
<version>2.13.2</version>
251251
<exclusions>
252252
<exclusion>
253253
<groupId>com.google.errorprone</groupId>

0 commit comments

Comments
 (0)