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 b9a8741 commit a003c0fCopy full SHA for a003c0f
core/pom.xml
@@ -93,7 +93,7 @@
93
<plugin>
94
<artifactId>maven-surefire-plugin</artifactId>
95
<groupId>org.apache.maven.plugins</groupId>
96
- <version>2.19.1</version>
+ <version>2.20</version>
97
<configuration>
98
<argLine>${surefireArgLine}</argLine>
99
</configuration>
@@ -163,13 +163,13 @@
163
<dependency>
164
<groupId>nl.jqno.equalsverifier</groupId>
165
<artifactId>equalsverifier</artifactId>
166
- <version>2.1.8</version>
+ <version>2.3.1</version>
167
<scope>test</scope>
168
</dependency>
169
170
<groupId>pl.pragmatists</groupId>
171
<artifactId>JUnitParams</artifactId>
172
- <version>1.0.5</version>
+ <version>1.1.0</version>
173
174
175
0 commit comments