Skip to content

Commit

Permalink
Merge pull request #24 from urbanairship/TOOLSLIBS-1563
Browse files Browse the repository at this point in the history
[TOOLSLIBS-1563] FD - Fix dependencies vulns
  • Loading branch information
martin-vct authored Jan 10, 2024
2 parents 1fb12d5 + 2706aa4 commit e259752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.0.1-jre</version>
<version>32.1.3-jre</version>
</dependency>

<dependency>
Expand All @@ -272,7 +272,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
<version>4.1.74.Final</version>
<version>4.1.104.Final</version>
</dependency>

<dependency>
Expand Down

0 comments on commit e259752

Please sign in to comment.