Skip to content

Commit

Permalink
fix: singer/pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-IONETTY-8367012
  • Loading branch information
snyk-bot committed Nov 13, 2024
1 parent 6e2771e commit 9fec684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions singer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<description>Logging Agent</description>
<inceptionYear>2013</inceptionYear>
<properties>
<netty.version>4.1.75.Final</netty.version>
<netty.version>4.1.115.Final</netty.version>
</properties>
<parent>
<groupId>com.pinterest.singer</groupId>
Expand Down Expand Up @@ -224,7 +224,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.17.273</version>
<version>2.29.11</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
Expand Down

0 comments on commit 9fec684

Please sign in to comment.