Skip to content

Commit 31d6a9c

Browse files
SNOW-1926811: Update netty version to 4.1.118.Final (#2078)
1 parent 9005913 commit 31d6a9c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

TestOnly/pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,20 @@
2121
<junit.version>5.11.1</junit.version>
2222
<surefire.version>3.5.1</surefire.version>
2323
<mockito.version>3.5.6</mockito.version>
24+
<netty.version>4.1.118.Final</netty.version>
2425
<shadeBase>net.snowflake.client.jdbc.internal</shadeBase>
2526
</properties>
2627

2728
<dependencies>
2829
<dependency> <!-- netty is not a direct dependency. It is used by arrow-vector -->
2930
<groupId>io.netty</groupId>
3031
<artifactId>netty-common</artifactId>
31-
<version>4.1.115.Final</version>
32+
<version>${netty.version}</version>
3233
</dependency>
3334
<dependency>
3435
<groupId>io.netty</groupId>
3536
<artifactId>netty-buffer</artifactId>
36-
<version>4.1.115.Final</version>
37+
<version>${netty.version}</version>
3738
</dependency>
3839
<dependency>
3940
<groupId>org.apache.maven.plugins</groupId>

parent-pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<logback.version>1.3.6</logback.version>
6969
<metrics.version>2.2.0</metrics.version>
7070
<mockito.version>4.11.0</mockito.version>
71-
<netty.version>4.1.115.Final</netty.version>
71+
<netty.version>4.1.118.Final</netty.version>
7272
<nimbusds.version>9.37.3</nimbusds.version>
7373
<opencensus.version>0.31.1</opencensus.version>
7474
<plexus.container.version>1.0-alpha-9-stable-1</plexus.container.version>

thin_public_pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<json.smart.version>2.4.9</json.smart.version>
5959
<jsoup.version>1.15.3</jsoup.version>
6060
<metrics.version>2.2.0</metrics.version>
61-
<netty.version>4.1.115.Final</netty.version>
61+
<netty.version>4.1.118.Final</netty.version>
6262
<nimbusds.version>9.37.3</nimbusds.version>
6363
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6464
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

0 commit comments

Comments
 (0)