Skip to content

Commit

Permalink
Merge pull request #2852 from kieker-monitoring/dependabot/gradle/com…
Browse files Browse the repository at this point in the history
…mons-io-commons-io-2.18.0

Bump commons-io:commons-io from 2.17.0 to 2.18.0
  • Loading branch information
rju authored Dec 20, 2024
2 parents 05e805e + 62f1972 commit 9f067e6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
aspectJarConfig "com.rabbitmq:amqp-client:5.23.0"

bytebuddyJarConfig "net.bytebuddy:byte-buddy:$libBytebuddyVersion"
bytebuddyJarConfig "commons-io:commons-io:2.17.0"
bytebuddyJarConfig "commons-io:commons-io:2.18.0"

javassistJarConfig "org.javassist:javassist:3.30.2-GA"
}
Expand Down
2 changes: 1 addition & 1 deletion monitoring/aspectj/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ dependencies {
testImplementation "org.eclipse.jetty:jetty-webapp:11.0.24"
testImplementation "org.eclipse.jetty:apache-jsp:11.0.24"

testImplementation "commons-io:commons-io:2.17.0"
testImplementation "commons-io:commons-io:2.18.0"

testImplementation project(':common').sourceSets.test.output

Expand Down
2 changes: 1 addition & 1 deletion monitoring/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ dependencies {
testImplementation "org.eclipse.jetty.ee10:jetty-ee10-webapp:12.0.14"
testImplementation "org.eclipse.jetty:apache-jsp:11.0.24"

testImplementation "commons-io:commons-io:2.17.0"
testImplementation "commons-io:commons-io:2.18.0"

testImplementation project(':common').sourceSets.test.output
}
Expand Down
2 changes: 1 addition & 1 deletion monitoring/spring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {
testImplementation "org.eclipse.jetty:jetty-webapp:11.0.24"
testImplementation "org.eclipse.jetty:apache-jsp:11.0.24"

testImplementation "commons-io:commons-io:2.17.0"
testImplementation "commons-io:commons-io:2.18.0"

testImplementation project(':common').sourceSets.test.output
testImplementation project(':monitoring:core').sourceSets.test.output
Expand Down
2 changes: 1 addition & 1 deletion tools/fxca/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
implementation "org.apache.commons:commons-csv:1.12.0"
implementation "org.apache.commons:commons-collections4:4.4"
implementation "org.apache.commons:commons-lang3:3.17.0"
implementation "commons-io:commons-io:2.17.0"
implementation "commons-io:commons-io:2.18.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore:2.38.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.38.0"
implementation "de.cau.cs.se.teetime:teetime:${libTeetimeVersion}"
Expand Down

0 comments on commit 9f067e6

Please sign in to comment.