File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 99 # Specify the execution environment. You can specify an image from Docker Hub or use one of our convenience images from CircleCI's Developer Hub.
1010 # See: https://circleci.com/docs/configuration-reference/#executor-job
1111 docker :
12- - image : cimg/openjdk:17.0.8
12+ - image : cimg/openjdk:17.0.16
1313 # Add steps to the job
1414 # See: https://circleci.com/docs/configuration-reference/#steps
1515 steps :
Original file line number Diff line number Diff line change 5555 <plugin >
5656 <groupId >org.apache.maven.plugins</groupId >
5757 <artifactId >maven-surefire-plugin</artifactId >
58- <version >3.5.2 </version >
58+ <version >3.5.4 </version >
5959 <dependencies >
6060 <dependency >
6161 <groupId >org.junit.jupiter</groupId >
You can’t perform that action at this time.
0 commit comments