Skip to content

Commit

Permalink
SNOW-1926811: Update netty version to 4.1.118.Final (#2078)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dprzybysz authored Feb 18, 2025
1 parent 9005913 commit 31d6a9c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions TestOnly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,20 @@
<junit.version>5.11.1</junit.version>
<surefire.version>3.5.1</surefire.version>
<mockito.version>3.5.6</mockito.version>
<netty.version>4.1.118.Final</netty.version>
<shadeBase>net.snowflake.client.jdbc.internal</shadeBase>
</properties>

<dependencies>
<dependency> <!-- netty is not a direct dependency. It is used by arrow-vector -->
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
<version>4.1.115.Final</version>
<version>${netty.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>4.1.115.Final</version>
<version>${netty.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion parent-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<logback.version>1.3.6</logback.version>
<metrics.version>2.2.0</metrics.version>
<mockito.version>4.11.0</mockito.version>
<netty.version>4.1.115.Final</netty.version>
<netty.version>4.1.118.Final</netty.version>
<nimbusds.version>9.37.3</nimbusds.version>
<opencensus.version>0.31.1</opencensus.version>
<plexus.container.version>1.0-alpha-9-stable-1</plexus.container.version>
Expand Down
2 changes: 1 addition & 1 deletion thin_public_pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<json.smart.version>2.4.9</json.smart.version>
<jsoup.version>1.15.3</jsoup.version>
<metrics.version>2.2.0</metrics.version>
<netty.version>4.1.115.Final</netty.version>
<netty.version>4.1.118.Final</netty.version>
<nimbusds.version>9.37.3</nimbusds.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down

0 comments on commit 31d6a9c

Please sign in to comment.