Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and alextu committed Sep 25, 2024
1 parent fe35411 commit 3d135a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.112.Final"))
testImplementation(platform("io.netty:netty-bom:4.1.113.Final"))
testImplementation("io.ratpack:ratpack-test:2.0.0-rc-1")

add(gradlePlugin.name, project(path = ":", configuration = "gradlePluginJpi"))
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ dependencies {
testImplementation("org.spockframework:spock-junit4:2.3-groovy-2.5")
testImplementation("net.bytebuddy:byte-buddy:1.15.1")
testImplementation("org.objenesis:objenesis:3.4")
testImplementation(platform("io.netty:netty-bom:4.1.112.Final"))
testImplementation(platform("io.netty:netty-bom:4.1.113.Final"))

testImplementation("io.ratpack:ratpack-groovy-test:1.9.0") {
exclude(group = "com.google.guava", module = "guava")
Expand Down

0 comments on commit 3d135a6

Please sign in to comment.