Skip to content

Commit

Permalink
build(deps): bump io.netty:netty-transport-classes-kqueue
Browse files Browse the repository at this point in the history
Bumps [io.netty:netty-transport-classes-kqueue](https://github.com/netty/netty) from 4.1.114.Final to 4.1.115.Final.
- [Commits](netty/netty@netty-4.1.114.Final...netty-4.1.115.Final)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 4e5fa25 commit cfd92e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ joml-primitives = { group = "org.joml", name = "joml-primitives", version = "1.1
# Netty epoll
netty-epoll = { group = "io.netty", name = "netty-transport-classes-epoll", version = "4.1.114.Final" }
# Netty kqueue
netty-kqueue = { group = "io.netty", name = "netty-transport-classes-kqueue", version = "4.1.114.Final" }
netty-kqueue = { group = "io.netty", name = "netty-transport-classes-kqueue", version = "4.1.115.Final" }
# Configulation lib
okaeri-configs-yaml-snakeyaml = { group = "eu.okaeri", name = "okaeri-configs-yaml-snakeyaml", version = "5.0.5" }
# Native Operating System and Hardware Information
Expand Down

0 comments on commit cfd92e4

Please sign in to comment.