Skip to content

Commit

Permalink
Bump io.netty:netty-all in /carbonj.service (#601)
Browse files Browse the repository at this point in the history
Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.85.Final to 4.1.89.Final.
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.1.85.Final...netty-4.1.89.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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 14, 2023
1 parent 584966f commit f3120bd
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.1'
implementation group: 'io.netty', name: 'netty-all', version: '4.1.85.Final'
implementation group: 'io.netty', name: 'netty-all', version: '4.1.89.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.8'
Expand Down

0 comments on commit f3120bd

Please sign in to comment.