From 53b57da6e842e016cd9aa06eb33883fef19f5247 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 20:22:06 +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] --- ros-app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ros-app/build.gradle b/ros-app/build.gradle index e5f1360..81bbcc7 100644 --- a/ros-app/build.gradle +++ b/ros-app/build.gradle @@ -37,9 +37,9 @@ dependencies {//start dependencies implementation 'org.ros.rosjava_core:rosjava:0.4.1.2' // 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' implementation 'org.apache.commons:commons-lang3:3.20.0' implementation 'org.apache.commons:commons-collections4:4.1'