From d89871f856af93ca9d594aed6f8287c8886a77e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 11:39:42 +0200 Subject: [PATCH] Bump io.netty:netty-bom from 4.1.99.Final to 4.1.100.Final (#355) Bumps [io.netty:netty-bom](https://github.com/netty/netty) from 4.1.99.Final to 4.1.100.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.99.Final...netty-4.1.100.Final) --- updated-dependencies: - dependency-name: io.netty:netty-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- acceptance-tests/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acceptance-tests/build.gradle.kts b/acceptance-tests/build.gradle.kts index 10ca4203..2168417c 100644 --- a/acceptance-tests/build.gradle.kts +++ b/acceptance-tests/build.gradle.kts @@ -35,7 +35,7 @@ dependencies { implementation("org.jenkins-ci:acceptance-test-harness:5699.v27deb_ef5796c") - testImplementation(platform("io.netty:netty-bom:4.1.99.Final")) + testImplementation(platform("io.netty:netty-bom:4.1.100.Final")) testImplementation("io.ratpack:ratpack-test:2.0.0-rc-1") add(gradlePlugin.name, project(path = ":", configuration = "gradlePluginJpi"))