Skip to content

Commit cfb3b2b

Browse files
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.4
1 parent 77dc0ee commit cfb3b2b

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
@@ -9,7 +9,7 @@ jobs:
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:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
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>

0 commit comments

Comments
 (0)