refine gradle config

This commit is contained in:
Brian Devins-Suresh 2020-03-20 05:52:16 -04:00
parent 2d84dd7eec
commit 8e4f9c4dc6
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ muzzle {
pass {
group = "io.netty"
module = "netty"
versions = "[3.9.0.Final,4)"
versions = "[3.9.0.Final,3.10)"
assertInverse = true
}
fail {
@ -34,7 +34,7 @@ dependencies {
testCompile group: 'io.netty', name: 'netty', version: '3.9.0.Final'
testCompile group: 'com.ning', name: 'async-http-client', version: '1.8.0'
latestDepTestCompile group: 'io.netty', name: 'netty', version: '3.9.9.Final'
latestDepTestCompile group: 'io.netty', name: 'netty', version: '3.9.+'
latestDepTestCompile group: 'com.ning', name: 'async-http-client', version: '1.8.+'
}