Skip to content

Commit

Permalink
SNOW-1813471: CVE-2024-47535 [Snyk] Fix for 1 vulnerabilities (#1962)
Browse files Browse the repository at this point in the history
Co-authored-by: snyk-bot <[email protected]>
Co-authored-by: Dominik Przybysz <[email protected]>
  • Loading branch information
3 people authored Nov 19, 2024
1 parent e57b1cc commit 6dd6ea0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions TestOnly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
<dependency> <!-- netty is not a direct dependency. It is used by arrow-vector -->
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
<version>4.1.111.Final</version>
<version>4.1.115.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>4.1.111.Final</version>
<version>4.1.115.Final</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 @@ -66,7 +66,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.111.Final</netty.version>
<netty.version>4.1.115.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.111.Final</netty.version>
<netty.version>4.1.115.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 6dd6ea0

Please sign in to comment.