Skip to content

Commit

Permalink
build(deps): bump com.google.guava:guava from 32.0.1-jre to 33.3.0-jre (
Browse files Browse the repository at this point in the history
#3670)

* build(deps): bump com.google.guava:guava from 32.0.1-jre to 33.3.0-jre

Bumps [com.google.guava:guava](https://github.com/google/guava) from 32.0.1-jre to 33.3.0-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: fix r8 warning on RetainedWith

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Connor Tumbleson <[email protected]>
  • Loading branch information
dependabot[bot] and iBotPeaches committed Sep 7, 2024
1 parent 5974d74 commit 2ff81eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions brut.apktool/apktool-cli/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@

# https://github.com/iBotPeaches/Apktool/issues/3602#issuecomment-2117317880
-dontwarn org.xmlpull.mxp1**

# https://github.com/iBotPeaches/Apktool/pull/3670#issuecomment-2296326878
-dontwarn com.google.j2objc.annotations.Weak
-dontwarn com.google.j2objc.annotations.RetainedWith
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ commons_io = "2.16.1"
commons_cli = "1.9.0"
commons_lang3 = "3.17.0"
commons_text = "1.12.0"
guava = "32.0.1-jre"
guava = "33.3.0-jre"
junit = "4.13.2"
r8 = "8.5.35"
smali = "3.0.7"
Expand Down

0 comments on commit 2ff81eb

Please sign in to comment.