Skip to content

Commit

Permalink
Merge pull request #68 from DDS-GmbH/dependabot/gradle/com.google.gua…
Browse files Browse the repository at this point in the history
…va-guava-31.0.1-jre
  • Loading branch information
dependabot[bot] authored Oct 4, 2021
2 parents f907e3c + 4fc1444 commit f0bc689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
runtimeOnly group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.14.1'

implementation 'com.codepoetics:protonpack:1.16'
implementation("com.google.guava:guava:30.1.1-jre")
implementation("com.google.guava:guava:31.0.1-jre")

testImplementation('org.junit.jupiter:junit-jupiter:5.7.2')
testImplementation("org.hamcrest:hamcrest:2.2")
Expand Down

0 comments on commit f0bc689

Please sign in to comment.