Skip to content

Commit

Permalink
build(deps): 更新 io.netty:netty-all 到 4.1.112.Final (#21)
Browse files Browse the repository at this point in the history
Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.111.Final to 4.1.112.Final.
- [Commits](netty/netty@netty-4.1.111.Final...netty-4.1.112.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] authored Aug 13, 2024
1 parent 01befbb commit a5dde88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android {
}

dependencies {
implementation group: 'io.netty', name: 'netty-all', version: '4.1.111.Final'
implementation group: 'io.netty', name: 'netty-all', version: '4.1.112.Final'
// JCE Provider 使用 BouncyCastle
implementation group: 'org.bouncycastle', name: 'bcprov-jdk18on', version: '1.78.1'
implementation group: 'org.bouncycastle', name: 'bcpkix-jdk18on', version: '1.78.1'
Expand Down

0 comments on commit a5dde88

Please sign in to comment.