From d239a6039152b7105bb959ce637447f1410bff0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jul 2021 00:22:31 +0000 Subject: [PATCH] Bump netty-codec from 4.1.49.Final to 4.1.66.Final Bumps [netty-codec](https://github.com/netty/netty) from 4.1.49.Final to 4.1.66.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.49.Final...netty-4.1.66.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec 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 f71fbef9..76ab9a26 100644 --- a/examples/grails3-hibernate5-mongodb/build.gradle +++ b/examples/grails3-hibernate5-mongodb/build.gradle @@ -26,7 +26,7 @@ dependencies { testImplementation "org.grails:grails-web-testing-support:$testingSupportVersion" testImplementation "de.bwaldvogel:mongo-java-server:$mongoJavaServerVersion" testImplementation "io.netty:netty-transport:4.1.49.Final" - testImplementation "io.netty:netty-codec:4.1.49.Final" + testImplementation "io.netty:netty-codec:4.1.66.Final" testImplementation "io.netty:netty-handler:4.1.49.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 761e0008..8246c2db 100644 --- a/examples/grails3-mongodb/build.gradle +++ b/examples/grails3-mongodb/build.gradle @@ -23,7 +23,7 @@ dependencies { testImplementation "org.grails:grails-web-testing-support:$testingSupportVersion" testImplementation "de.bwaldvogel:mongo-java-server:$mongoJavaServerVersion" testImplementation "io.netty:netty-transport:4.1.49.Final" - testImplementation "io.netty:netty-codec:4.1.49.Final" + testImplementation "io.netty:netty-codec:4.1.66.Final" testImplementation "io.netty:netty-handler:4.1.49.Final" testImplementation "org.grails.plugins:geb", {