Skip to content

Commit ee17d54

Browse files
committed
minor upping
1 parent 0417d5a commit ee17d54

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>org.assertj</groupId>
5555
<artifactId>assertj-core</artifactId>
56-
<version>3.27.0</version>
56+
<version>3.27.3</version>
5757
<scope>test</scope>
5858
</dependency>
5959
</dependencies>
@@ -93,7 +93,7 @@
9393
</plugin>
9494
<plugin>
9595
<artifactId>maven-enforcer-plugin</artifactId>
96-
<version>3.5.0</version>
96+
<version>3.6.0</version>
9797
<executions>
9898
<execution>
9999
<id>enforce-maven</id>
@@ -157,7 +157,7 @@
157157
<plugins>
158158
<plugin>
159159
<artifactId>maven-surefire-plugin</artifactId>
160-
<version>3.5.2</version>
160+
<version>3.5.3</version>
161161
<configuration>
162162
<testFailureIgnore>true</testFailureIgnore>
163163
<systemPropertyVariables>
@@ -185,7 +185,7 @@
185185
<plugins>
186186
<plugin>
187187
<artifactId>maven-gpg-plugin</artifactId>
188-
<version>3.2.7</version>
188+
<version>3.2.8</version>
189189
<executions>
190190
<execution>
191191
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)