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 aa82d5c + b44ecf7 commit 1803f18Copy full SHA for 1803f18
pom.xml
@@ -42,7 +42,7 @@
42
<dependency>
43
<groupId>org.mockito</groupId>
44
<artifactId>mockito-core</artifactId>
45
- <version>5.16.0</version>
+ <version>5.16.1</version>
46
<scope>test</scope>
47
</dependency>
48
@@ -123,7 +123,7 @@
123
<plugin>
124
<groupId>com.github.spotbugs</groupId>
125
<artifactId>spotbugs-maven-plugin</artifactId>
126
- <version>4.9.2.0</version>
+ <version>4.9.3.0</version>
127
<configuration>
128
<excludeFilterFile>spotbugs-exclude.xml</excludeFilterFile>
129
<includeTests>true</includeTests>
0 commit comments