Skip to content

Commit

Permalink
build(deps): bump io.netty:netty-tcnative-boringssl-static
Browse files Browse the repository at this point in the history
Bumps [io.netty:netty-tcnative-boringssl-static](https://github.com/netty/netty-tcnative) from 2.0.65.Final to 2.0.66.Final.
- [Release notes](https://github.com/netty/netty-tcnative/releases)
- [Commits](netty/netty-tcnative@netty-tcnative-parent-2.0.65.Final...netty-tcnative-parent-2.0.66.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-tcnative-boringssl-static
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and hsinn0 committed Aug 29, 2024
1 parent 695bf6c commit c71b2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/remote/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {
implementation "io.netty:netty-codec-http2"

//tcnative
implementation "io.netty:netty-tcnative-boringssl-static:2.0.65.Final"
implementation "io.netty:netty-tcnative-boringssl-static:2.0.66.Final"
}

dependencyManagement {
Expand Down

0 comments on commit c71b2cb

Please sign in to comment.