From 8ed6b351ca28aab8142c01aa33497f175fd68e3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Aug 2021 13:22:50 +0000 Subject: [PATCH] Bump netty-transport from 4.1.66.Final to 4.1.67.Final Bumps [netty-transport](https://github.com/netty/netty) from 4.1.66.Final to 4.1.67.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.66.Final...netty-4.1.67.Final) --- updated-dependencies: - dependency-name: io.netty:netty-transport 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 9f59f2bf..bd84ba9a 100644 --- a/examples/grails3-hibernate5-mongodb/build.gradle +++ b/examples/grails3-hibernate5-mongodb/build.gradle @@ -25,7 +25,7 @@ dependencies { testImplementation "org.grails:grails-gorm-testing-support:$testingSupportVersion" testImplementation "org.grails:grails-web-testing-support:$testingSupportVersion" testImplementation "de.bwaldvogel:mongo-java-server:$mongoJavaServerVersion" - testImplementation "io.netty:netty-transport:4.1.66.Final" + testImplementation "io.netty:netty-transport:4.1.67.Final" testImplementation "io.netty:netty-codec:4.1.66.Final" testImplementation "io.netty:netty-handler:4.1.66.Final" testImplementation "org.grails.plugins:geb", { diff --git a/examples/grails3-mongodb/build.gradle b/examples/grails3-mongodb/build.gradle index 8631d2fd..7b8cb213 100644 --- a/examples/grails3-mongodb/build.gradle +++ b/examples/grails3-mongodb/build.gradle @@ -22,7 +22,7 @@ dependencies { testImplementation "org.grails:grails-gorm-testing-support:$testingSupportVersion" testImplementation "org.grails:grails-web-testing-support:$testingSupportVersion" testImplementation "de.bwaldvogel:mongo-java-server:$mongoJavaServerVersion" - testImplementation "io.netty:netty-transport:4.1.66.Final" + testImplementation "io.netty:netty-transport:4.1.67.Final" testImplementation "io.netty:netty-codec:4.1.66.Final" testImplementation "io.netty:netty-handler:4.1.66.Final"