Skip to content

Commit

Permalink
Bump io.netty:netty-all from 4.1.116.Final to 4.1.117.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.116.Final to 4.1.117.Final.
- [Commits](netty/netty@netty-4.1.116.Final...netty-4.1.117.Final)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
1 parent 41a07ab commit 7ced479
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 @@ -18,7 +18,7 @@ repositories {
dependencies {
testImplementation("junit:junit:4.13.2")
implementation("com.typesafe.akka:akka-actor_2.13:2.8.5")
implementation("io.netty:netty-all:4.1.116.Final")
implementation("io.netty:netty-all:4.1.117.Final")
implementation("com.google.protobuf:protobuf-java-util:4.29.3")
implementation("com.google.protobuf:protobuf-kotlin:4.29.3")
implementation("org.apache.logging.log4j:log4j-api:2.24.3")
Expand Down

0 comments on commit 7ced479

Please sign in to comment.