Skip to content

Commit 3fde702

Browse files
feat(deps): update dependencies org.apache.commons:commons-lang3 from v3.17.0 to v3.18.0
1 parent 82a6f82 commit 3fde702

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ dependencies {
4747
implementation("org.apache.logging.log4j:log4j-api:2.24.3")
4848
implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.24.3")
4949
implementation("com.fasterxml.jackson.core:jackson-databind:2.19.2")
50-
implementation("org.apache.commons:commons-lang3:3.17.0")
50+
implementation("org.apache.commons:commons-lang3:3.18.0")
5151
}

integration-tests/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
testImplementation("org.junit.jupiter:junit-jupiter-params")
1515
testImplementation("io.mockk:mockk:1.13.16")
1616
testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")
17-
testImplementation("org.apache.commons:commons-lang3:3.17.0")
17+
testImplementation("org.apache.commons:commons-lang3:3.18.0")
1818
testImplementation("org.apache.logging.log4j:log4j-api:2.24.3")
1919
testImplementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.24.3")
2020
}

0 commit comments

Comments
 (0)