diff --git a/java/build.gradle b/java/build.gradle index 0701a67c..7154e482 100644 --- a/java/build.gradle +++ b/java/build.gradle @@ -135,8 +135,8 @@ dependencies { testRuntimeOnly group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.17' testRuntimeOnly('org.junit.platform:junit-platform-launcher') - withLogBindingRuntimeOnly group: 'org.apache.logging.log4j', name: 'log4j-slf4j2-impl', version: '2.24.3' - withLogBindingRuntimeOnly group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.24.3' + withLogBindingRuntimeOnly group: 'org.apache.logging.log4j', name: 'log4j-slf4j2-impl', version: '2.25.0' + withLogBindingRuntimeOnly group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.25.0' } protobuf {