Skip to content

Commit

Permalink
Merge pull request #133 from kakaragame/dependabot/gradle/com.google.…
Browse files Browse the repository at this point in the history
…guava-guava-31.0.1-jre

Bump guava from 30.1.1-jre to 31.0.1-jre
  • Loading branch information
Wyatt Jacob Herkamp authored Jan 15, 2022
2 parents 342a896 + da3a052 commit 669f68a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies {
implementation("org.apache.commons:commons-collections4:4.4")
implementation("commons-cli:commons-cli:1.5.0")
implementation("com.google.code.gson:gson:2.8.9")
implementation("com.google.guava:guava:30.1.1-jre")
implementation("com.google.guava:guava:31.0.1-jre")
implementation("com.github.Carleslc:Simple-YAML:1.7.2")
//ODS - Game Storage
implementation(group = "me.ryandw11", name = "ods", version = "1.0.5")
Expand Down
2 changes: 1 addition & 1 deletion game/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
implementation("org.apache.commons:commons-lang3:3.12.0")
implementation("org.apache.commons:commons-collections4:4.4")
implementation("com.google.code.gson:gson:2.8.9")
implementation("com.google.guava:guava:30.1.1-jre")
implementation("com.google.guava:guava:31.0.1-jre")
//ODS - Game Storage
implementation(group = "me.ryandw11", name = "ods", version = "1.0.5")
implementation(group = "me.ryandw11", name = "ODSCompressionPlus", version = "1.0.1")
Expand Down
2 changes: 1 addition & 1 deletion server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
implementation("org.slf4j:slf4j-api:1.8.0-beta4")
implementation("org.apache.commons:commons-lang3:3.12.0")
implementation("com.google.code.gson:gson:2.8.9")
implementation("com.google.guava:guava:30.1.1-jre")
implementation("com.google.guava:guava:31.0.1-jre")
implementation(project(":game"))

}

0 comments on commit 669f68a

Please sign in to comment.