We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e4136b commit c9b857cCopy full SHA for c9b857c
1 file changed
build.gradle
@@ -36,8 +36,8 @@ tasks.register('runWithExternalRos', JavaExec) {
36
37
dependencies {//start dependencies
38
39
- implementation 'org.ros.rosjava_core:rosjava:0.4.1.1'
40
- implementation 'com.github.rosjava:rosjava_actionlib:2026.03.29.02'
+ implementation 'org.ros.rosjava_core:rosjava:0.4.1.2'
+ implementation 'com.github.rosjava:rosjava_actionlib:2026.04.17'
41
42
// Logging used directly by the example application.
43
implementation 'org.apache.logging.log4j:log4j-api:2.25.4'
0 commit comments