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 9
9
# Specify the execution environment. You can specify an image from Docker Hub or use one of our convenience images from CircleCI's Developer Hub.
10
10
# See: https://circleci.com/docs/configuration-reference/#executor-job
11
11
docker :
12
- - image : cimg/openjdk:17.0.8
12
+ - image : cimg/openjdk:17.0.16
13
13
# Add steps to the job
14
14
# See: https://circleci.com/docs/configuration-reference/#steps
15
15
steps :
Original file line number Diff line number Diff line change 55
55
<plugin >
56
56
<groupId >org.apache.maven.plugins</groupId >
57
57
<artifactId >maven-surefire-plugin</artifactId >
58
- <version >3.5.2 </version >
58
+ <version >3.5.4 </version >
59
59
<dependencies >
60
60
<dependency >
61
61
<groupId >org.junit.jupiter</groupId >
You can’t perform that action at this time.
0 commit comments