Skip to content

Commit

Permalink
Bump io.netty:netty-all from 4.1.105.Final to 4.1.109.Final
Browse files Browse the repository at this point in the history
Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.105.Final to 4.1.109.Final.
- [Commits](netty/netty@netty-4.1.105.Final...netty-4.1.109.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-all
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 16, 2024
1 parent b2d96c8 commit 82f58c6
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.105.Final</version>
<version>4.1.109.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.105.Final</version>
<version>4.1.109.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 82f58c6

Please sign in to comment.