Skip to content

Commit 56a03e1

Browse files
authored
chore(deps): update dependency io.netty:netty-tcnative-boringssl-static to v2.0.50.final (GoogleCloudPlatform#6825)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.netty:netty-tcnative-boringssl-static](https://togithub.com/netty/netty-tcnative) | `2.0.49.Final` -> `2.0.50.Final` | [![age](https://badges.renovateapi.com/packages/maven/io.netty:netty-tcnative-boringssl-static/2.0.50.Final/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/io.netty:netty-tcnative-boringssl-static/2.0.50.Final/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/io.netty:netty-tcnative-boringssl-static/2.0.50.Final/compatibility-slim/2.0.49.Final)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/io.netty:netty-tcnative-boringssl-static/2.0.50.Final/confidence-slim/2.0.49.Final)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/java-docs-samples).
1 parent 04b1774 commit 56a03e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine-java8/bigtable/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ repositories {
4747
dependencies {
4848
compile group: 'com.google.cloud.bigtable', name: 'bigtable-hbase-1.2', version:'1.0.0-pre3'
4949
compile group: 'org.apache.hbase', name: 'hbase-client', version:'2.4.9'
50-
compile group: 'io.netty', name: 'netty-tcnative-boringssl-static', version:'2.0.49.Final'
50+
compile group: 'io.netty', name: 'netty-tcnative-boringssl-static', version:'2.0.50.Final'
5151
compile group: 'jstl', name: 'jstl', version:'1.2'
5252

5353
providedCompile group: 'javax.servlet', name: 'javax.servlet-api', version:'4.0.1'

0 commit comments

Comments
 (0)