diff --git a/examples/grails3-hibernate5-mongodb/build.gradle b/examples/grails3-hibernate5-mongodb/build.gradle index 3857b7cf..6a00b042 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.69.Final" testImplementation "io.netty:netty-codec:4.1.69.Final" - testImplementation "io.netty:netty-handler:4.1.69.Final" + testImplementation "io.netty:netty-handler:4.1.70.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 ca4ce20d..5b6db3a1 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.69.Final" testImplementation "io.netty:netty-codec:4.1.69.Final" - testImplementation "io.netty:netty-handler:4.1.69.Final" + testImplementation "io.netty:netty-handler:4.1.70.Final" testImplementation "org.grails.plugins:geb", { exclude group: 'org.gebish', module: 'geb-spock'