Skip to content

Commit

Permalink
Update dependency com.google.guava:guava to v33
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 2, 2024
1 parent 5dfec6c commit 77409d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle-plugin/test-template/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ allprojects {
}
dependencies {
testImplementation "junit:junit:4.13.2"
implementation 'com.google.guava:guava:31.1-jre'
implementation 'com.google.guava:guava:33.2.0-jre'
implementation includes
}
// java plugin extension added after gradle 4.2.1
Expand All @@ -20,7 +20,7 @@ allprojects {
// }
}
mixin {
target("mixins", [dependencies.create('com.google.guava:guava:31.1-jre')])
target("mixins", [dependencies.create('com.google.guava:guava:33.2.0-jre')])
}
test {
testLogging.showStandardStreams = true
Expand Down

0 comments on commit 77409d7

Please sign in to comment.