Skip to content

Commit

Permalink
Merge pull request #39 from kostasdrakonakis/dependabot/gradle/com.go…
Browse files Browse the repository at this point in the history
…ogle.guava-guava-33.0.0-jre

Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre
  • Loading branch information
kostasdrakonakis authored Dec 28, 2023
2 parents d2eb290 + 951a8c7 commit 8e28f6f
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.1.3-jre'
testImplementation 'com.google.guava:guava:32.1.3-jre'
implementation 'com.google.guava:guava:33.0.0-jre'
testImplementation 'com.google.guava:guava:33.0.0-jre'
testImplementation 'com.google.truth:truth:1.2.0'
}

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.1.3-jre'
testImplementation 'com.google.guava:guava:32.1.3-jre'
implementation 'com.google.guava:guava:33.0.0-jre'
testImplementation 'com.google.guava:guava:33.0.0-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 8e28f6f

Please sign in to comment.