File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,25 +14,25 @@ executors:
1414 GRADLE_OPTS : ' -Dorg.gradle.jvmargs="-Xmx1g -XX:+HeapDumpOnOutOfMemoryError"'
1515 resource_class : medium+
1616 docker :
17- - image : cimg/openjdk:21.0.6
17+ - image : cimg/openjdk:21.0.8
1818 circle-jdk17-executor :
1919 working_directory : ~/micrometer
2020 environment :
2121 GRADLE_OPTS : ' -Dorg.gradle.jvmargs="-Xmx1g -XX:+HeapDumpOnOutOfMemoryError"'
2222 resource_class : medium+
2323 docker :
24- - image : cimg/openjdk:17.0.14
24+ - image : cimg/openjdk:17.0.16
2525 circle-jdk11-executor :
2626 working_directory : ~/micrometer
2727 environment :
2828 GRADLE_OPTS : ' -Dorg.gradle.jvmargs="-Xmx1g -XX:+HeapDumpOnOutOfMemoryError"'
2929 resource_class : medium+
3030 docker :
31- - image : cimg/openjdk:11.0.26
31+ - image : cimg/openjdk:11.0.28
3232 machine-executor :
3333 working_directory : ~/micrometer
3434 machine :
35- image : ubuntu-2404:2024.11 .1
35+ image : ubuntu-2404:2025.09 .1
3636
3737commands :
3838 gradlew-build :
You can’t perform that action at this time.
0 commit comments