Skip to content

Commit

Permalink
Bump commons-lang3 from 3.11 to 3.12.0
Browse files Browse the repository at this point in the history
Bumps commons-lang3 from 3.11 to 3.12.0.

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Mar 2, 2021
1 parent 1a90eb6 commit afd5c5d
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 afd5c5d

Please sign in to comment.