Skip to content

Commit

Permalink
Bump io.netty:netty-all in /carbonj.service
Browse files Browse the repository at this point in the history
Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.91.Final to 4.1.92.Final.
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.1.91.Final...netty-4.1.92.Final)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 25, 2023
1 parent 9de44ab commit 3cba485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carbonj.service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ dependencies {
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
implementation group: 'commons-io', name: 'commons-io', version: '2.11.0'
implementation group: 'joda-time', name: 'joda-time', version: '2.12.5'
implementation group: 'io.netty', name: 'netty-all', version: '4.1.91.Final'
implementation group: 'io.netty', name: 'netty-all', version: '4.1.92.Final'
implementation group: 'net.razorvine', name: 'pickle', version: '1.3'
implementation group: 'org.python', name: 'jython-standalone', version: '2.7.3'
implementation group: 'com.amazonaws', name: 'amazon-kinesis-client', version: '1.14.10'
Expand Down

0 comments on commit 3cba485

Please sign in to comment.