Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Commit

Permalink
build(deps): bump com.google.guava:guava
Browse files Browse the repository at this point in the history
Bumps [com.google.guava:guava](https://github.com/google/guava) from 32.0.1-android to 32.1.1-android.
- [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-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 3, 2023
1 parent b524508 commit 54997df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-tools/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
}
*/
implementation("io.github.itsaky:nb-javac-android:17.0.0.3")
implementation("com.google.guava:guava:32.0.1-android")
implementation("com.google.guava:guava:32.1.1-android")
implementation("com.android.tools:r8:8.0.40")
implementation("io.github.Rosemoe.sora-editor:editor:0.21.1")
}
2 changes: 1 addition & 1 deletion feature/completion/java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {

implementation("com.google.code.gson:gson:2.10.1")
implementation("io.github.itsaky:nb-javac-android:17.0.0.3")
api("com.google.guava:guava:32.0.1-android")
api("com.google.guava:guava:32.1.1-android")

implementation("com.google.auto.value:auto-value-annotations:1.10.2")
annotationProcessor("com.google.auto.value:auto-value:1.10.1")
Expand Down
2 changes: 1 addition & 1 deletion feature/formatter/google-java-format/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ java {
}

dependencies {
compileOnly("com.google.guava:guava:32.0.1-android")
compileOnly("com.google.guava:guava:32.1.1-android")
implementation("io.github.itsaky:nb-javac-android:17.0.0.3")
api(files("libs/google-java-format-HEAD-20221027.232252-92.jar"))
}

0 comments on commit 54997df

Please sign in to comment.