diff --git a/src/bom-thirdparty/build.gradle.kts b/src/bom-thirdparty/build.gradle.kts index 4ebfc057bab..d0d8d88c803 100644 --- a/src/bom-thirdparty/build.gradle.kts +++ b/src/bom-thirdparty/build.gradle.kts @@ -112,10 +112,10 @@ dependencies { api("org.apache.httpcomponents:httpcore-nio:4.4.16") api("org.apache.httpcomponents:httpcore:4.4.16") api("org.apache.httpcomponents:httpmime:4.5.14") - api("org.apache.logging.log4j:log4j-1.2-api:2.25.2") - api("org.apache.logging.log4j:log4j-api:2.25.2") - api("org.apache.logging.log4j:log4j-core:2.25.2") - api("org.apache.logging.log4j:log4j-slf4j2-impl:2.25.2") + api("org.apache.logging.log4j:log4j-1.2-api:2.25.3") + api("org.apache.logging.log4j:log4j-api:2.25.3") + api("org.apache.logging.log4j:log4j-core:2.25.3") + api("org.apache.logging.log4j:log4j-slf4j2-impl:2.25.3") api("org.apache.rat:apache-rat:0.17") api("org.apache.tika:tika-core:3.2.3") api("org.apache.tika:tika-parsers:3.2.3")