Skip to content

Commit 5c5d0b8

Browse files
Bump org.apache.maven.plugins:maven-surefire-report-plugin from 3.5.3 to 3.5.4
1 parent 1c346db commit 5c5d0b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
working_directory: ~/underscore-java
66

77
docker:
8-
- image: cimg/openjdk:19.0.2
8+
- image: cimg/openjdk:17.0.16
99

1010
steps:
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
<plugin>
167167
<groupId>org.apache.maven.plugins</groupId>
168168
<artifactId>maven-surefire-report-plugin</artifactId>
169-
<version>3.5.3</version>
169+
<version>3.5.4</version>
170170
</plugin>
171171
<!--suppress MavenModelInspection -->
172172
<plugin>

0 commit comments

Comments
 (0)