Skip to content

Commit

Permalink
Update dependency com.google.guava:guava to v32
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 10, 2023
1 parent b6a32c5 commit ea126b1
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:32.1.3-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:32.1.3-jre')])
}
test {
testLogging.showStandardStreams = true
Expand Down

0 comments on commit ea126b1

Please sign in to comment.