We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c346db commit 5c5d0b8Copy full SHA for 5c5d0b8
.circleci/config.yml
@@ -5,7 +5,7 @@ jobs:
5
working_directory: ~/underscore-java
6
7
docker:
8
- - image: cimg/openjdk:19.0.2
+ - image: cimg/openjdk:17.0.16
9
10
steps:
11
pom.xml
@@ -166,7 +166,7 @@
166
<plugin>
167
<groupId>org.apache.maven.plugins</groupId>
168
<artifactId>maven-surefire-report-plugin</artifactId>
169
- <version>3.5.3</version>
+ <version>3.5.4</version>
170
</plugin>
171
<!--suppress MavenModelInspection -->
172
0 commit comments