Skip to content

Commit

Permalink
Bump io.netty:netty-all in /carbonj.service (#656)
Browse files Browse the repository at this point in the history
Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.92.Final to 4.1.93.Final.
- [Commits](netty/netty@netty-4.1.92.Final...netty-4.1.93.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 May 25, 2023
1 parent 3f45e4a commit af231ef
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.12.0'
implementation group: 'joda-time', name: 'joda-time', version: '2.12.5'
implementation group: 'io.netty', name: 'netty-all', version: '4.1.92.Final'
implementation group: 'io.netty', name: 'netty-all', version: '4.1.93.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 af231ef

Please sign in to comment.