Skip to content

Commit

Permalink
Merge pull request #113 from kostasdrakonakis/dependabot/gradle/com.g…
Browse files Browse the repository at this point in the history
…oogle.guava-guava-33.4.0-jre

Bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre
  • Loading branch information
kostasdrakonakis authored Dec 30, 2024
2 parents 124a642 + b56943f commit 1b5fb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-navigator-compiler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
implementation 'com.squareup:javapoet:1.13.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
implementation 'com.google.guava:guava:33.3.1-jre'
implementation 'com.google.guava:guava:33.4.0-jre'
compileOnly 'com.google.auto.service:auto-service-annotations:1.1.1'
kapt 'com.google.auto.service:auto-service:1.1.1'
compileOnly 'net.ltgt.gradle.incap:incap:1.0.0'
Expand Down

0 comments on commit 1b5fb35

Please sign in to comment.