Skip to content

Commit

Permalink
Bump io.netty:netty-common in /smoke-tests (#617)
Browse files Browse the repository at this point in the history
Bumps [io.netty:netty-common](https://github.com/netty/netty) from 4.1.110.Final to 4.1.111.Final.
- [Commits](netty/netty@netty-4.1.110.Final...netty-4.1.111.Final)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ole <[email protected]>
  • Loading branch information
dependabot[bot] and ole4ryb authored Jun 19, 2024
1 parent ef084d8 commit 2f2f95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smoke-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
}

constraints {
implementation('io.netty:netty-common:4.1.110.Final') {
implementation('io.netty:netty-common:4.1.111.Final') {
because 'to fix CVE-2022-24823'
}
}
Expand Down

0 comments on commit 2f2f95c

Please sign in to comment.