chore: update build.gradle

upgrade io.netty:netty-tcnative-boringssl-static from 2.0.41.Final to 2.0.46.Final; rename CMDConf.parseConf to CMDConf.parseFile
This commit is contained in:
Frank.R.Wu
2021-12-23 21:39:05 +08:00
parent 68062f1498
commit eb69c62092
3 changed files with 4 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ sourceSets {
}
dependencies {
api project (":common")
api 'io.netty:netty-tcnative-boringssl-static:2.0.41.Final'
api 'io.netty:netty-tcnative-boringssl-static:2.0.46.Final'
api 'com.google.code.gson:gson:2.8.8'
testImplementation 'junit:junit:4.13.2'