Skip to content

Commit

Permalink
fix(deps): Bump io.netty:netty-handler
Browse files Browse the repository at this point in the history
Bumps [io.netty:netty-handler](https://github.com/netty/netty) from 4.1.78.Final to 4.1.101.Final.
- [Commits](netty/netty@netty-4.1.78.Final...netty-4.1.101.Final)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent 550aac6 commit a6d3b4b
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 @@ -5,7 +5,7 @@ buildscript {
kotlinVersion = '1.8.10'
kotlinCoroutinesVersion = '1.6.4'
grpcVersion = '1.59.0'
nettyVersion = '4.1.78.Final'
nettyVersion = '4.1.101.Final'
aboutLibsVersion = '8.6.3'
junitVersion = '5.9.0'
roomVersion = '2.5.0-alpha03'
Expand Down

0 comments on commit a6d3b4b

Please sign in to comment.