Skip to content

Commit

Permalink
Merge pull request #46 from mattnaku/patch-1
Browse files Browse the repository at this point in the history
Update netty-all version to latest 4.1.79.Final
  • Loading branch information
gopuneet committed Jul 18, 2022
2 parents 07bf7f5 + 1089f0b commit f2a24a1
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 @@ -19,7 +19,7 @@
<groupId>com.amazonaws</groupId>
<artifactId>amazon-neptune-gremlin-java-sigv4</artifactId>
<packaging>jar</packaging>
<version>2.4.0</version>
<version>2.4.1</version>

<name>amazon-neptune-gremlin-java-sigv4</name>
<description>
Expand Down Expand Up @@ -123,7 +123,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.63.Final</version>
<version>4.1.79.Final</version>
</dependency>

<!-- Test -->
Expand Down

0 comments on commit f2a24a1

Please sign in to comment.