Skip to content

Commit

Permalink
Merge pull request #109 from kakaragame/dependabot/gradle/org.apache.…
Browse files Browse the repository at this point in the history
…commons-commons-lang3-3.12.0

Bump commons-lang3 from 3.11 to 3.12.0
  • Loading branch information
Wyatt J Herkamp authored Mar 3, 2021
2 parents 1a90eb6 + afd5c5d commit 8024510
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 @@ -69,7 +69,7 @@ dependencies {
implementation("log4j:apache-log4j-extras:1.2.17")
implementation("com.jcabi:jcabi-log:0.19.0")

implementation("org.apache.commons:commons-lang3:3.11")
implementation("org.apache.commons:commons-lang3:3.12.0")
implementation("org.apache.commons:commons-collections4:4.4")
implementation("commons-cli:commons-cli:1.4")
implementation("com.google.code.gson:gson:2.8.6")
Expand Down
2 changes: 1 addition & 1 deletion game/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repositories {
dependencies {
//Common Game Depends Depends
implementation("org.slf4j:slf4j-api:1.8.0-beta4")
implementation("org.apache.commons:commons-lang3:3.11")
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.6")
implementation("com.google.guava:guava:30.1-jre")
Expand Down
2 changes: 1 addition & 1 deletion server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repositories {

dependencies {
implementation("org.slf4j:slf4j-api:1.8.0-beta4")
implementation("org.apache.commons:commons-lang3:3.11")
implementation("org.apache.commons:commons-lang3:3.12.0")
implementation("com.google.code.gson:gson:2.8.6")
implementation("com.google.guava:guava:30.1-jre")
implementation(project(":game"))
Expand Down

0 comments on commit 8024510

Please sign in to comment.