Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 9ded1a9

Browse files
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](netty/netty@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] <[email protected]>
1 parent aa95aae commit 9ded1a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/grails3-hibernate5-mongodb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
testImplementation "org.grails:grails-web-testing-support:$testingSupportVersion"
2727
testImplementation "de.bwaldvogel:mongo-java-server:$mongoJavaServerVersion"
2828
testImplementation "io.netty:netty-transport:4.1.49.Final"
29-
testImplementation "io.netty:netty-codec:4.1.49.Final"
29+
testImplementation "io.netty:netty-codec:4.1.66.Final"
3030
testImplementation "io.netty:netty-handler:4.1.49.Final"
3131
testImplementation "org.grails.plugins:geb", {
3232
exclude group: 'org.gebish', module: 'geb-spock'

examples/grails3-mongodb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
testImplementation "org.grails:grails-web-testing-support:$testingSupportVersion"
2424
testImplementation "de.bwaldvogel:mongo-java-server:$mongoJavaServerVersion"
2525
testImplementation "io.netty:netty-transport:4.1.49.Final"
26-
testImplementation "io.netty:netty-codec:4.1.49.Final"
26+
testImplementation "io.netty:netty-codec:4.1.66.Final"
2727
testImplementation "io.netty:netty-handler:4.1.49.Final"
2828

2929
testImplementation "org.grails.plugins:geb", {

0 commit comments

Comments
 (0)