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.
2 parents 080df29 + 981e700 commit c3c9034Copy full SHA for c3c9034
pom.xml
@@ -86,7 +86,7 @@
86
<dependency>
87
<groupId>org.junit.jupiter</groupId>
88
<artifactId>junit-jupiter-engine</artifactId>
89
- <version>5.9.2</version>
+ <version>5.9.3</version>
90
</dependency>
91
92
<groupId>org.easymock</groupId>
@@ -116,7 +116,7 @@
116
117
118
<artifactId>junit-jupiter-params</artifactId>
119
120
121
</dependencies>
122
</dependencyManagement>
@@ -203,7 +203,7 @@
203
<plugin>
204
<groupId>org.jacoco</groupId>
205
<artifactId>jacoco-maven-plugin</artifactId>
206
- <version>0.8.9</version>
+ <version>0.8.10</version>
207
<executions>
208
<execution>
209
<id>prepare-agent</id>
0 commit comments