diff --git a/examples/grails3-hibernate5-mongodb/build.gradle b/examples/grails3-hibernate5-mongodb/build.gradle index 8e795849..62f950b9 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.67.Final" - testImplementation "io.netty:netty-codec:4.1.66.Final" + testImplementation "io.netty:netty-codec:4.1.67.Final" testImplementation "io.netty:netty-handler:4.1.67.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 f000964a..c72bb36e 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.67.Final" - testImplementation "io.netty:netty-codec:4.1.66.Final" + testImplementation "io.netty:netty-codec:4.1.67.Final" testImplementation "io.netty:netty-handler:4.1.67.Final" testImplementation "org.grails.plugins:geb", {