Skip to content

Commit 517989a

Browse files
feat(deps): update dependencies org.apache.commons:commons-lang3 from v3.18.0 to v3.20.0
1 parent 0e9cf29 commit 517989a

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.25.1")
4848
implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.25.1")
4949
implementation("com.fasterxml.jackson.core:jackson-databind:2.20.0")
50-
implementation("org.apache.commons:commons-lang3:3.18.0")
50+
implementation("org.apache.commons:commons-lang3:3.20.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:5.1.0")
17-
testImplementation("org.apache.commons:commons-lang3:3.18.0")
17+
testImplementation("org.apache.commons:commons-lang3:3.20.0")
1818
testImplementation("org.apache.logging.log4j:log4j-api:2.25.1")
1919
testImplementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.25.1")
2020
}

0 commit comments

Comments
 (0)