Skip to content

Commit

Permalink
Bump com.google.guava:guava from 32.0.1-jre to 32.1.2-jre
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-jre to 32.1.2-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-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 7, 2023
1 parent 50d19a3 commit a115b7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions randomizer-annotations/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ apply plugin: 'kotlin'
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
testImplementation 'junit:junit:4.13.2'
implementation 'com.google.guava:guava:32.0.1-jre'
testImplementation 'com.google.guava:guava:32.0.1-jre'
implementation 'com.google.guava:guava:32.1.2-jre'
testImplementation 'com.google.guava:guava:32.1.2-jre'
testImplementation 'com.google.truth:truth:1.1.5'
}

Expand Down
4 changes: 2 additions & 2 deletions randomizer-compiler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ dependencies {
println("Using project dependency for development")
implementation project(':randomizer-annotations')
}
implementation 'com.google.guava:guava:32.0.1-jre'
testImplementation 'com.google.guava:guava:32.0.1-jre'
implementation 'com.google.guava:guava:32.1.2-jre'
testImplementation 'com.google.guava:guava:32.1.2-jre'
implementation 'com.google.auto:auto-common:1.2.2'
compileOnly 'com.google.auto.service:auto-service-annotations:1.1.1'
kapt 'com.google.auto.service:auto-service:1.1.1'
Expand Down

0 comments on commit a115b7c

Please sign in to comment.