Skip to content

Commit 183b463

Browse files
build(deps): bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0
Bumps org.apache.commons:commons-lang3 from 3.19.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 c3df94f commit 183b463

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
@@ -80,7 +80,7 @@ subprojects {
8080
implementation("org.apache.tomcat.embed:tomcat-embed-core:11.0.13") {
8181
because("versions below 11.0.12 have security vulnerabilities including CVE-2024-56337, CVE-2025-55754, CVE-2025-61795 - see dependabot #13, #27, #28")
8282
}
83-
implementation("org.apache.commons:commons-lang3:3.19.0") {
83+
implementation("org.apache.commons:commons-lang3:3.20.0") {
8484
because("versions below 3.18.0 have security vulnerabilities including CVE-2025-48924 - see dependabot #15")
8585
}
8686
implementation("io.projectreactor.netty:reactor-netty-http:1.2.11") {

0 commit comments

Comments
 (0)