diff --git a/.circleci/config.yml b/.circleci/config.yml index bcb41db63..b6c3379e9 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:17.0.8 + - image: cimg/openjdk:17.0.16 # Add steps to the job # See: https://circleci.com/docs/configuration-reference/#steps steps: diff --git a/pom.xml b/pom.xml index 54118af99..5c72b31db 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.2 + 3.5.4 org.junit.jupiter