diff --git a/examples/grails3-hibernate5-mongodb/build.gradle b/examples/grails3-hibernate5-mongodb/build.gradle index 14887d18..3857b7cf 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.69.Final" - testImplementation "io.netty:netty-codec:4.1.68.Final" + testImplementation "io.netty:netty-codec:4.1.69.Final" testImplementation "io.netty:netty-handler:4.1.69.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 fc4370e3..d38dc944 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.69.Final" - testImplementation "io.netty:netty-codec:4.1.68.Final" + testImplementation "io.netty:netty-codec:4.1.69.Final" testImplementation "io.netty:netty-handler:4.1.69.Final" testImplementation "org.grails.plugins:geb", {