Skip to content

Commit

Permalink
Merge pull request #131 from CaptainRexPL/dependabot/maven/Dependabot…
Browse files Browse the repository at this point in the history
…/io.netty-netty-all-4.1.104.Final

Bump io.netty:netty-all from 4.1.103.Final to 4.1.104.Final
  • Loading branch information
CaptainRexPL authored Dec 18, 2023
2 parents 13081e4 + 9e01cec commit 74a6e74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.103.Final</version>
<version>4.1.104.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.103.Final</version>
<version>4.1.104.Final</version>
<scope>compile</scope>
</dependency>
<!-- a database -->
Expand Down
2 changes: 1 addition & 1 deletion shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.103.Final</version>
<version>4.1.104.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 74a6e74

Please sign in to comment.