Skip to content

Commit

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

Bump io.netty:netty-all from 4.1.105.Final to 4.1.106.Final
  • Loading branch information
CaptainRexPL authored Jan 22, 2024
2 parents ef5d3ae + 6d8fc16 commit 27a7e72
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.105.Final</version>
<version>4.1.106.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.105.Final</version>
<version>4.1.106.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.105.Final</version>
<version>4.1.106.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 27a7e72

Please sign in to comment.