From e1d63a08985784a786bd54d03a07c527e1f759ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 19:55:47 +0000 Subject: [PATCH] build(deps): bump org.apache.logging.log4j:log4j-api Bumps the gradle group with 1 update in the / directory: org.apache.logging.log4j:log4j-api. Updates `org.apache.logging.log4j:log4j-api` from 2.25.4 to 2.25.5 --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-api dependency-version: 2.25.5 dependency-type: direct:production dependency-group: gradle ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 1c11924..4d5dade 100644 --- a/build.gradle +++ b/build.gradle @@ -40,9 +40,9 @@ dependencies {//start dependencies implementation 'com.github.rosjava:rosjava_actionlib:2026.04.17' // Logging used directly by the example application. - implementation 'org.apache.logging.log4j:log4j-api:2.25.4' - implementation 'org.apache.logging.log4j:log4j-core:2.25.4' - implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.25.4' + implementation 'org.apache.logging.log4j:log4j-api:2.25.5' + implementation 'org.apache.logging.log4j:log4j-core:2.25.5' + implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.25.5' // ROS message, service, and action definitions used directly by the example nodes. implementation 'org.ros.rosjava_bootstrap:message_generation:0.3.9'