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 @@ -7,25 +7,25 @@ executors:
77 GRADLE_OPTS : ' -Dorg.gradle.jvmargs="-Xmx1g -XX:+HeapDumpOnOutOfMemoryError"'
88 resource_class : medium+
99 docker :
10- - image : cimg/openjdk:21.0.6
10+ - image : cimg/openjdk:21.0.8
1111 circle-jdk17-executor :
1212 working_directory : ~/micrometer
1313 environment :
1414 GRADLE_OPTS : ' -Dorg.gradle.jvmargs="-Xmx1g -XX:+HeapDumpOnOutOfMemoryError"'
1515 resource_class : medium+
1616 docker :
17- - image : cimg/openjdk:17.0.14
17+ - image : cimg/openjdk:17.0.16
1818 circle-jdk11-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:11.0.26
24+ - image : cimg/openjdk:11.0.28
2525 machine-executor :
2626 working_directory : ~/micrometer
2727 machine :
28- image : ubuntu-2404:2024.11 .1
28+ image : ubuntu-2404:2025.09 .1
2929
3030commands :
3131 gradlew-build :
You can’t perform that action at this time.
0 commit comments