Skip to content

Commit 4cdff62

Browse files
authored
Merge branch 'main' into dependabot/maven/org.apache.arrow-flight-core-18.2.0
2 parents 9f47e50 + 922bf42 commit 4cdff62

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
@@ -88,7 +88,7 @@
8888
<properties>
8989
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9090

91-
<netty-handler.version>4.1.117.Final</netty-handler.version>
91+
<netty-handler.version>4.2.2.Final</netty-handler.version>
9292
<junit-jupiter.version>5.11.4</junit-jupiter.version>
9393

9494
<plugin.surefire.version>3.5.2</plugin.surefire.version>
@@ -246,7 +246,7 @@
246246
<dependency>
247247
<groupId>com.google.code.gson</groupId>
248248
<artifactId>gson</artifactId>
249-
<version>2.11.0</version>
249+
<version>2.13.1</version>
250250
<exclusions>
251251
<exclusion>
252252
<groupId>com.google.errorprone</groupId>
@@ -331,7 +331,7 @@
331331
<plugin>
332332
<groupId>org.apache.maven.plugins</groupId>
333333
<artifactId>maven-compiler-plugin</artifactId>
334-
<version>3.13.0</version>
334+
<version>3.14.0</version>
335335
<configuration>
336336
<source>11</source>
337337
<release>11</release>

0 commit comments

Comments
 (0)