Skip to content

Commit

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

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

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

Updates `io.netty:netty-codec-http2` from 4.1.98.Final to 4.1.99.Final
- [Commits](netty/netty@netty-4.1.98.Final...netty-4.1.99.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 28, 2023
1 parent ed9d646 commit aa95381
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.58.0'
nettyVersion = '4.1.98.Final'
nettyVersion = '4.1.99.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.58.0'
nettyVersion = '4.1.98.Final'
nettyVersion = '4.1.99.Final'
}
repositories {
mavenCentral()
Expand Down

0 comments on commit aa95381

Please sign in to comment.