Skip to content

Commit

Permalink
Merge pull request #1579 from zalando/dependabot/maven/io.netty-netty…
Browse files Browse the repository at this point in the history
…-all-4.1.105.Final

Bump io.netty:netty-all from 4.1.104.Final to 4.1.105.Final
  • Loading branch information
fatroom committed Jan 17, 2024
2 parents 57075a2 + 671bdb9 commit b2d96c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion riptide-compression/pom.xml
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.104.Final</version>
<version>4.1.105.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion riptide-core/pom.xml
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.104.Final</version>
<version>4.1.105.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit b2d96c8

Please sign in to comment.