Skip to content

Commit

Permalink
Bump io.netty:netty-bom from 4.1.96.Final to 4.1.97.Final (#338)
Browse files Browse the repository at this point in the history
Bumps [io.netty:netty-bom](https://github.com/netty/netty) from 4.1.96.Final to 4.1.97.Final.
- [Commits](netty/netty@netty-4.1.96.Final...netty-4.1.97.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 Aug 29, 2023
1 parent 37e0cda commit feb0608
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 @@ -35,7 +35,7 @@ dependencies {

implementation("org.jenkins-ci:acceptance-test-harness:5668.vddb_c1150ef3d")

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

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

0 comments on commit feb0608

Please sign in to comment.