Skip to content

Commit

Permalink
Bump io.netty:netty-bom from 4.1.104.Final to 4.1.106.Final (#389)
Browse files Browse the repository at this point in the history
Bumps [io.netty:netty-bom](https://github.com/netty/netty) from 4.1.104.Final to 4.1.106.Final.
- [Commits](netty/netty@netty-4.1.104.Final...netty-4.1.106.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-bom
  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>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 187d9b6 commit a97f459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {

implementation("org.jenkins-ci:acceptance-test-harness:5740.vd30f30408987")

testImplementation(platform("io.netty:netty-bom:4.1.104.Final"))
testImplementation(platform("io.netty:netty-bom:4.1.106.Final"))
testImplementation("io.ratpack:ratpack-test:2.0.0-rc-1")

add(gradlePlugin.name, project(path = ":", configuration = "gradlePluginJpi"))
Expand Down

0 comments on commit a97f459

Please sign in to comment.