Skip to content

Commit

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

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

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

Updates `io.netty:netty-codec-http2` from 4.1.101.Final to 4.1.103.Final
- [Commits](netty/netty@netty-4.1.101.Final...netty-4.1.103.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 Dec 13, 2023
1 parent bcaee9c commit 9354d5f
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.60.0'
nettyVersion = '4.1.101.Final'
nettyVersion = '4.1.103.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.60.0'
nettyVersion = '4.1.101.Final'
nettyVersion = '4.1.103.Final'
}
repositories {
mavenCentral()
Expand Down

0 comments on commit 9354d5f

Please sign in to comment.