Skip to content

Commit

Permalink
Bump nettyVersion from 4.1.92.Final to 4.1.93.Final
Browse files Browse the repository at this point in the history
Bumps `nettyVersion` from 4.1.92.Final to 4.1.93.Final.

Updates `io.netty:netty-all` from 4.1.92.Final to 4.1.93.Final
- [Commits](netty/netty@netty-4.1.92.Final...netty-4.1.93.Final)

Updates `io.netty:netty-codec` from 4.1.92.Final to 4.1.93.Final
- [Commits](netty/netty@netty-4.1.92.Final...netty-4.1.93.Final)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed May 25, 2023
1 parent 9268276 commit c35e2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext {
httpClientVersion = '5.2.1'
junitVersion = '5.9.3'
jettyVersion = '9.4.51.v20230217'
nettyVersion = '4.1.92.Final'
nettyVersion = '4.1.93.Final'
assertjVersion = '3.24.2'
mockitoVersion = '5.3.1'
slf4jVersion = '2.0.7'
Expand Down

0 comments on commit c35e2da

Please sign in to comment.