Skip to content

Commit

Permalink
Bump netty-tcnative-boringssl-static from 2.0.34.Final to 2.0.35.Final (
Browse files Browse the repository at this point in the history
#4779)

* Bump netty-tcnative-boringssl-static from 2.0.34.Final to 2.0.35.Final

Bumps [netty-tcnative-boringssl-static](https://github.com/netty/netty-tcnative) from 2.0.34.Final to 2.0.35.Final.
- [Release notes](https://github.com/netty/netty-tcnative/releases)
- [Commits](netty/netty-tcnative@netty-tcnative-parent-2.0.34.Final...netty-tcnative-parent-2.0.35.Final)

Signed-off-by: dependabot[bot] <support@github.com>

* Update build.gradle

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Kleeh <james.kleeh@gmail.com>
  • Loading branch information
dependabot[bot] and jameskleeh committed Jan 6, 2021
1 parent 6acd7bc commit 76a1bb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test-suite/build.gradle
Expand Up @@ -61,9 +61,9 @@ dependencies {
testRuntimeOnly group: 'com.amazonaws', name: 'aws-java-sdk-lambda', version: '1.11.920'

// needed for HTTP/2 tests
testImplementation 'io.netty:netty-tcnative:2.0.34.Final'
testImplementation 'io.netty:netty-tcnative-boringssl-static:2.0.34.Final'
testImplementation "io.netty:netty-tcnative-boringssl-static:2.0.34.Final:${Os.isFamily(Os.FAMILY_MAC) ? 'osx-x86_64' : 'linux-x86_64'}"
testImplementation 'io.netty:netty-tcnative:2.0.35.Final'
testImplementation 'io.netty:netty-tcnative-boringssl-static:2.0.35.Final'
testImplementation "io.netty:netty-tcnative-boringssl-static:2.0.35.Final:${Os.isFamily(Os.FAMILY_MAC) ? 'osx-x86_64' : 'linux-x86_64'}"
testImplementation 'org.zalando:logbook-netty:2.4.1'
testImplementation "ch.qos.logback:logback-classic:1.2.3"
}
Expand Down

0 comments on commit 76a1bb0

Please sign in to comment.