Skip to content

Commit e5b139b

Browse files
committed
Upgrade build JDK to 17.0.3
Closes micrometer-metricsgh-3141
1 parent eb617d1 commit e5b139b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ executors:
66
environment:
77
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
88
docker:
9-
- image: cimg/openjdk:17.0.2
9+
- image: cimg/openjdk:17.0.3
1010
circle-jdk8-executor:
1111
working_directory: ~/micrometer
1212
environment:

0 commit comments

Comments
 (0)