From 51a8f6bea6b5fe4387b6505f71674a8b2070b724 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Dec 2021 13:27:20 +0000 Subject: [PATCH] Bump netty-handler from 4.1.70.Final to 4.1.71.Final Bumps [netty-handler](https://github.com/netty/netty) from 4.1.70.Final to 4.1.71.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.70.Final...netty-4.1.71.Final) --- updated-dependencies: - dependency-name: io.netty:netty-handler dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/grails3-hibernate5-mongodb/build.gradle | 2 +- examples/grails3-mongodb/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/grails3-hibernate5-mongodb/build.gradle b/examples/grails3-hibernate5-mongodb/build.gradle index 753ca5b6..9b343e61 100644 --- a/examples/grails3-hibernate5-mongodb/build.gradle +++ b/examples/grails3-hibernate5-mongodb/build.gradle @@ -27,7 +27,7 @@ dependencies { testImplementation "de.bwaldvogel:mongo-java-server:$mongoJavaServerVersion" testImplementation "io.netty:netty-transport:4.1.70.Final" testImplementation "io.netty:netty-codec:4.1.71.Final" - testImplementation "io.netty:netty-handler:4.1.70.Final" + testImplementation "io.netty:netty-handler:4.1.71.Final" testImplementation "org.grails.plugins:geb", { exclude group: 'org.gebish', module: 'geb-spock' } diff --git a/examples/grails3-mongodb/build.gradle b/examples/grails3-mongodb/build.gradle index 68c5a56f..ffc0261c 100644 --- a/examples/grails3-mongodb/build.gradle +++ b/examples/grails3-mongodb/build.gradle @@ -24,7 +24,7 @@ dependencies { testImplementation "de.bwaldvogel:mongo-java-server:$mongoJavaServerVersion" testImplementation "io.netty:netty-transport:4.1.70.Final" testImplementation "io.netty:netty-codec:4.1.71.Final" - testImplementation "io.netty:netty-handler:4.1.70.Final" + testImplementation "io.netty:netty-handler:4.1.71.Final" testImplementation "org.grails.plugins:geb", { exclude group: 'org.gebish', module: 'geb-spock'