Skip to content

Commit

Permalink
Bump netty-incubator-transport-native-io_uring (#2186)
Browse files Browse the repository at this point in the history
Bumps [netty-incubator-transport-native-io_uring](https://github.com/netty/netty-incubator-transport-io_uring) from 0.0.13.Final to 0.0.14.Final.
- [Release notes](https://github.com/netty/netty-incubator-transport-io_uring/releases)
- [Commits](netty/netty-incubator-transport-io_uring@netty-incubator-transport-parent-io_uring-0.0.13.Final...netty-incubator-transport-parent-io_uring-0.0.14.Final)

---
updated-dependencies:
- dependency-name: io.netty.incubator:netty-incubator-transport-native-io_uring
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 11, 2022
1 parent 7d4821b commit a92cb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ ext {
nettyVersion = forceNettyVersion
println "Netty version defined from command line: ${forceNettyVersion}"
}
nettyIoUringVersion = '0.0.13.Final'
nettyIoUringVersion = '0.0.14.Final'
nettyQuicVersion = '0.0.26.Final'

// Testing
Expand Down

0 comments on commit a92cb8f

Please sign in to comment.