diff --git a/.circleci/config.yml b/.circleci/config.yml index b1020b09b..f711b60c1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ jobs: # Specify the execution environment. You can specify an image from Docker Hub or use one of our convenience images from CircleCI's Developer Hub. # See: https://circleci.com/docs/configuration-reference/#executor-job docker: - - image: cimg/openjdk:11.0.19 + - image: cimg/openjdk:21.0.2 # Add steps to the job # See: https://circleci.com/docs/configuration-reference/#steps steps: