Skip to content

Commit

Permalink
Build(deps): bump nettyVersion from 4.1.95.Final to 4.1.96.Final
Browse files Browse the repository at this point in the history
Bumps `nettyVersion` from 4.1.95.Final to 4.1.96.Final.

Updates `io.netty:netty-transport-native-unix-common` from 4.1.95.Final to 4.1.96.Final
- [Commits](netty/netty@netty-4.1.95.Final...netty-4.1.96.Final)

Updates `io.netty:netty-all` from 4.1.95.Final to 4.1.96.Final
- [Commits](netty/netty@netty-4.1.95.Final...netty-4.1.96.Final)

Updates `io.netty:netty-codec-http2` from 4.1.95.Final to 4.1.96.Final
- [Commits](netty/netty@netty-4.1.95.Final...netty-4.1.96.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-transport-native-unix-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.netty:netty-all
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.netty:netty-codec-http2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Tallicia committed Jul 28, 2023
1 parent 05813f0 commit 288e866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backends/remote/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
grpcVersion = '1.56.1'
nettyVersion = '4.1.95.Final'
nettyVersion = '4.1.96.Final'
}
repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion components/encryption/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
grpcVersion = '1.56.1'
nettyVersion = '4.1.95.Final'
nettyVersion = '4.1.96.Final'
}
repositories {
mavenCentral()
Expand Down

0 comments on commit 288e866

Please sign in to comment.