Skip to content

Commit

Permalink
Merge pull request #495 from kieker-monitoring/dependabot/gradle/org.…
Browse files Browse the repository at this point in the history
…apache.commons-commons-lang3-3.14.0

Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.14.0
  • Loading branch information
rju committed Jan 30, 2024
2 parents 2609944 + ee02187 commit 16d4957
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tools/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
api project(':monitoring')

api "org.apache.commons:commons-math3:3.6.1" // used by OPAD
api "org.apache.commons:commons-lang3:3.12.0" // used by OPAD
api "org.apache.commons:commons-lang3:3.14.0" // used by OPAD

implementation "com.beust:jcommander:${jcommanderVersion}"

Expand Down
2 changes: 1 addition & 1 deletion tools/fxca/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {

implementation "org.apache.commons:commons-csv:1.9.0"
implementation "org.apache.commons:commons-collections4:4.4"
implementation "org.apache.commons:commons-lang3:3.12.0"
implementation "org.apache.commons:commons-lang3:3.14.0"
implementation "commons-io:commons-io:2.11.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore:2.35.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/maa/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation "jakarta.xml.bind:jakarta.xml.bind-api:4.0.1"
implementation "com.sun.xml.bind:jaxb-impl:4.0.4"
implementation "org.apache.commons:commons-compress:1.25.0"
implementation "org.apache.commons:commons-lang3:3.12.0"
implementation "org.apache.commons:commons-lang3:3.14.0"

implementation "org.csveed:csveed:0.7.5"

Expand Down
2 changes: 1 addition & 1 deletion tools/mop/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
implementation "jakarta.xml.bind:jakarta.xml.bind-api:4.0.1"
implementation "com.sun.xml.bind:jaxb-impl:4.0.4"
implementation "org.apache.commons:commons-compress:1.25.0"
implementation "org.apache.commons:commons-lang3:3.12.0"
implementation "org.apache.commons:commons-lang3:3.14.0"

implementation "org.csveed:csveed:0.7.5"

Expand Down
2 changes: 1 addition & 1 deletion tools/mt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation "jakarta.xml.bind:jakarta.xml.bind-api:4.0.1"
implementation "com.sun.xml.bind:jaxb-impl:4.0.4"
implementation "org.apache.commons:commons-compress:1.25.0"
implementation "org.apache.commons:commons-lang3:3.12.0"
implementation "org.apache.commons:commons-lang3:3.14.0"

// https://mvnrepository.com/artifact/org.apache.commons/commons-text
implementation "org.apache.commons:commons-text:1.11.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/opad/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
implementation project(':tools')

// https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
implementation "org.apache.commons:commons-lang3:3.12.0"
implementation "org.apache.commons:commons-lang3:3.14.0"
implementation "org.apache.commons:commons-math3:3.6.1"

// https://mvnrepository.com/artifact/com.github.yannrichet/Rsession
Expand Down
2 changes: 1 addition & 1 deletion tools/restructuring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
implementation "jakarta.xml.bind:jakarta.xml.bind-api:4.0,1"
implementation "com.sun.xml.bind:jaxb-impl:4.0.4"
implementation "org.apache.commons:commons-compress:1.25.0"
implementation "org.apache.commons:commons-lang3:3.12.0"
implementation "org.apache.commons:commons-lang3:3.14.0"

// https://mvnrepository.com/artifact/org.jgrapht/jgrapht-core
implementation "org.jgrapht:jgrapht-core:1.5.1"
Expand Down

0 comments on commit 16d4957

Please sign in to comment.