Skip to content

Commit

Permalink
build(deps): bump io.netty:netty-all from 4.1.108.Final to 4.1.110.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.108.Final to 4.1.110.Final.
- [Commits](netty/netty@netty-4.1.108.Final...netty-4.1.110.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 and sebveit committed Jun 10, 2024
1 parent 1ea8635 commit 98a67b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ group = "com.lucimber"
version = "2.0-SNAPSHOT"

dependencies {
implementation("io.netty:netty-all:4.1.108.Final")
implementation("io.netty:netty-all:4.1.110.Final")
implementation("io.netty:netty-transport-native-epoll:4.1.108.Final")
implementation("org.slf4j:slf4j-api:2.0.13")
testImplementation("ch.qos.logback:logback-classic:1.5.6")
Expand Down

0 comments on commit 98a67b6

Please sign in to comment.