Skip to content

Commit

Permalink
Merge pull request #59 from MinimallyCorrect/renovate/com.google.guav…
Browse files Browse the repository at this point in the history
…a-guava-31.x

Update dependency com.google.guava:guava to v31
  • Loading branch information
LunNova authored Nov 2, 2021
2 parents 5b68923 + 872f56d commit b434b9b
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:25.1-jre'
implementation 'com.google.guava:guava:31.0.1-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:25.1-jre')])
target("mixins", [dependencies.create('com.google.guava:guava:31.0.1-jre')])
}
test {
testLogging.showStandardStreams = true
Expand Down

0 comments on commit b434b9b

Please sign in to comment.