Skip to content

Commit

Permalink
Merge pull request #225 from grails/dependabot/gradle/master/io.netty…
Browse files Browse the repository at this point in the history
…-netty-handler-4.1.66.Final

Bump netty-handler from 4.1.49.Final to 4.1.66.Final
  • Loading branch information
puneetbehl authored Jul 22, 2021
2 parents 383023f + 450f0f0 commit e197ab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/grails3-hibernate5-mongodb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
testImplementation "de.bwaldvogel:mongo-java-server:$mongoJavaServerVersion"
testImplementation "io.netty:netty-transport:4.1.66.Final"
testImplementation "io.netty:netty-codec:4.1.66.Final"
testImplementation "io.netty:netty-handler:4.1.49.Final"
testImplementation "io.netty:netty-handler:4.1.66.Final"
testImplementation "org.grails.plugins:geb", {
exclude group: 'org.gebish', module: 'geb-spock'
}
Expand Down
2 changes: 1 addition & 1 deletion examples/grails3-mongodb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
testImplementation "de.bwaldvogel:mongo-java-server:$mongoJavaServerVersion"
testImplementation "io.netty:netty-transport:4.1.66.Final"
testImplementation "io.netty:netty-codec:4.1.66.Final"
testImplementation "io.netty:netty-handler:4.1.49.Final"
testImplementation "io.netty:netty-handler:4.1.66.Final"

testImplementation "org.grails.plugins:geb", {
exclude group: 'org.gebish', module: 'geb-spock'
Expand Down

0 comments on commit e197ab1

Please sign in to comment.