Skip to content

Commit

Permalink
Bump io.netty:netty-all from 4.1.110.Final to 4.1.111.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.110.Final to 4.1.111.Final.
- [Commits](netty/netty@netty-4.1.110.Final...netty-4.1.111.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 Jun 17, 2024
1 parent 3da354c commit f2415fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {
}

dependencies {
implementation("io.netty:netty-all:4.1.110.Final")
implementation("io.netty:netty-all:4.1.111.Final")
implementation("io.jpower.kcp:kcp-netty:1.5.2")

//ssl server support
Expand Down

0 comments on commit f2415fa

Please sign in to comment.