Skip to content

Commit 2f4308b

Browse files
build(deps): bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0
Bumps org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2608bdb commit 2f4308b

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
@@ -79,7 +79,7 @@ subprojects {
7979
implementation("org.apache.tomcat.embed:tomcat-embed-core:11.0.10") {
8080
because("versions below 10.1.42 have security vulnerabilities including CVE-2024-56337 - see dependabot #13")
8181
}
82-
implementation("org.apache.commons:commons-lang3:3.18.0") {
82+
implementation("org.apache.commons:commons-lang3:3.19.0") {
8383
because("versions below 3.18.0 have security vulnerabilities including CVE-2025-48924 - see dependabot #15")
8484
}
8585
implementation("io.projectreactor.netty:reactor-netty-http:1.2.9") {

0 commit comments

Comments
 (0)