Skip to content

Commit a003c0f

Browse files
committed
dependency upgrades
1 parent b9a8741 commit a003c0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<plugin>
9494
<artifactId>maven-surefire-plugin</artifactId>
9595
<groupId>org.apache.maven.plugins</groupId>
96-
<version>2.19.1</version>
96+
<version>2.20</version>
9797
<configuration>
9898
<argLine>${surefireArgLine}</argLine>
9999
</configuration>
@@ -163,13 +163,13 @@
163163
<dependency>
164164
<groupId>nl.jqno.equalsverifier</groupId>
165165
<artifactId>equalsverifier</artifactId>
166-
<version>2.1.8</version>
166+
<version>2.3.1</version>
167167
<scope>test</scope>
168168
</dependency>
169169
<dependency>
170170
<groupId>pl.pragmatists</groupId>
171171
<artifactId>JUnitParams</artifactId>
172-
<version>1.0.5</version>
172+
<version>1.1.0</version>
173173
<scope>test</scope>
174174
</dependency>
175175
<dependency>

0 commit comments

Comments
 (0)