Skip to content

Commit

Permalink
Merge branch '0.7.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Nov 1, 2018
2 parents de6145f + dbb79bf commit 5df83ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ext {
assertJVersion = '3.6.1'

// Libraries
nettyVersion = '4.1.29.Final'
nettyVersion = '4.1.31.Final'
jacksonDatabindVersion = '2.5.1'

// Testing
Expand Down Expand Up @@ -237,7 +237,7 @@ configure(rootProject) { project ->
"org.testng:testng:6.8.5"

// Needed for HTTP/2 testing
testRuntime "io.netty:netty-tcnative-boringssl-static:2.0.14.Final" + os_suffix
testRuntime "io.netty:netty-tcnative-boringssl-static:2.0.19.Final" + os_suffix
}


Expand Down

0 comments on commit 5df83ff

Please sign in to comment.