Skip to content

Commit

Permalink
Bump netty4Version from 4.1.107.Final to 4.1.108.Final
Browse files Browse the repository at this point in the history
Bumps `netty4Version` from 4.1.107.Final to 4.1.108.Final.

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

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

Updates `io.netty:netty-codec-http` from 4.1.107.Final to 4.1.108.Final
- [Commits](netty/netty@netty-4.1.107.Final...netty-4.1.108.Final)

Updates `io.netty:netty-common` from 4.1.107.Final to 4.1.108.Final
- [Commits](netty/netty@netty-4.1.107.Final...netty-4.1.108.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
- dependency-name: io.netty:netty-codec-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.netty:netty-common
  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 asolntsev committed Mar 21, 2024
1 parent b3e56c7 commit aee24c5
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 @@ -2,7 +2,7 @@ defaultTasks 'clean', 'check', 'publishToMavenLocal'

ext {
commonsLangVersion = '3.14.0'
netty4Version = '4.1.107.Final'
netty4Version = '4.1.108.Final'
commonsTextVersion = '1.11.0'
slf4jVersion = '2.0.12'
assertjVersion = '3.25.3'
Expand Down

0 comments on commit aee24c5

Please sign in to comment.