Skip to content

Commit 0885a56

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump commons-io:commons-io from 2.20.0 to 2.21.0 (#674)
Bumps [commons-io:commons-io](https://github.com/apache/commons-io) from 2.20.0 to 2.21.0. - [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-io@rel/commons-io-2.20.0...rel/commons-io-2.21.0) --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit ede550c)
1 parent 6f67613 commit 0885a56

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ npipe.exe
88
out/
99
*.settings
1010
*.project
11-
*bin/
11+
#*bin/
1212
*.classpath

api-client/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ dependencies {
9292
testRuntimeOnly("cglib:cglib-nodep:3.3.0")
9393
testImplementation(libs.junitPlatformLauncher)
9494
testImplementation(libs.junitPlatformCommons)
95+
// testImplementation("org.junit-pioneer:junit-pioneer:version:...")
9596

9697
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
9798
testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.8")

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
}
1414

1515
val dependencyVersions = listOf(
16-
"commons-io:commons-io:2.20.0",
16+
"commons-io:commons-io:2.21.0",
1717
"net.bytebuddy:byte-buddy:1.17.8",
1818
"org.apache.commons:commons-compress:1.28.0",
1919
"org.apiguardian:apiguardian-api:1.1.2",

0 commit comments

Comments
 (0)