Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

Commit 3ad91e3

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0
Bumps org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 474e693 commit 3ad91e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

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

1414
val dependencyVersions = listOf(
15-
"org.apache.commons:commons-lang3:3.17.0",
15+
"org.apache.commons:commons-lang3:3.18.0",
1616
"org.jetbrains:annotations:26.0.2",
1717
libs.junit4,
1818
)

engine/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies {
7070
testImplementation(libs.okhttpMockwebserver)
7171

7272
implementation("org.apache.commons:commons-compress:1.27.1")
73-
testImplementation("org.apache.commons:commons-lang3:3.17.0")
73+
testImplementation("org.apache.commons:commons-lang3:3.18.0")
7474

7575
implementation("de.gesellix:docker-filesocket:2025-06-08T17-40-00")
7676
testImplementation("de.gesellix:testutil:2025-06-08T17-40-00")

0 commit comments

Comments
 (0)