Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

Commit fda4eaa

Browse files
Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0
Bumps org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c94c3be commit fda4eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515
dependencies {
1616
implementation files("dependencies/fe2_sdk_classes.jar")
1717
implementation("org.apache.commons:commons-text:1.13.1")
18-
implementation("org.apache.commons:commons-lang3:3.17.0")
18+
implementation("org.apache.commons:commons-lang3:3.20.0")
1919
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.2")
2020
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
2121
}

0 commit comments

Comments
 (0)