Skip to content

Commit

Permalink
Merge pull request #222 from DDS-GmbH/dependabot/gradle/com.google.gu…
Browse files Browse the repository at this point in the history
…ava-guava-32.1.2-jre

Bump com.google.guava:guava from 31.1-jre to 32.1.2-jre
  • Loading branch information
AntonOellerer committed Aug 22, 2023
2 parents 42ab34a + 05bbb7b commit 10d8255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -44,7 +44,7 @@ dependencies {
implementation("org.apache.logging.log4j:log4j-api:$log4jVersion")

implementation 'com.codepoetics:protonpack:1.16'
implementation("com.google.guava:guava:31.1-jre")
implementation("com.google.guava:guava:32.1.2-jre")

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

0 comments on commit 10d8255

Please sign in to comment.