We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfe497f commit 9b2e673Copy full SHA for 9b2e673
pom.xml
@@ -55,7 +55,7 @@
55
<dependency>
56
<groupId>org.mockito</groupId>
57
<artifactId>mockito-core</artifactId>
58
- <version>3.8.0</version>
+ <version>3.11.2</version>
59
<scope>test</scope>
60
</dependency>
61
@@ -203,7 +203,7 @@
203
<plugin>
204
<groupId>com.coveo</groupId>
205
<artifactId>fmt-maven-plugin</artifactId>
206
- <version>2.10</version>
+ <version>2.11</version>
207
<!-- Configure no goals. -->
208
<!--Until our CI builds no longer depend on Java 8, skip this during build.-->
209
<!--We instead manually check this in Java 11 environments to block builds, -->
0 commit comments