Skip to content

Commit c9b857c

Browse files
committed
build: update dependencies
Improve maintainability, security
1 parent 0e4136b commit c9b857c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ tasks.register('runWithExternalRos', JavaExec) {
3636

3737
dependencies {//start dependencies
3838

39-
implementation 'org.ros.rosjava_core:rosjava:0.4.1.1'
40-
implementation 'com.github.rosjava:rosjava_actionlib:2026.03.29.02'
39+
implementation 'org.ros.rosjava_core:rosjava:0.4.1.2'
40+
implementation 'com.github.rosjava:rosjava_actionlib:2026.04.17'
4141

4242
// Logging used directly by the example application.
4343
implementation 'org.apache.logging.log4j:log4j-api:2.25.4'

0 commit comments

Comments
 (0)