Skip to content

Commit 1199499

Browse files
committed
Updated build dependencies
1 parent a77dbd5 commit 1199499

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@
111111
<properties>
112112
<maven.compiler.release>11</maven.compiler.release>
113113
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
114-
<spotbugs.version>4.9.4</spotbugs.version>
115-
<spotbugs.maven.plugin.version>4.9.4.1</spotbugs.maven.plugin.version>
114+
<spotbugs.version>4.9.5</spotbugs.version>
115+
<spotbugs.maven.plugin.version>4.9.5.0</spotbugs.maven.plugin.version>
116116
<jacoco.plugin.version>0.8.13</jacoco.plugin.version>
117117
<lombok.version>1.18.40</lombok.version>
118118
<maven.javadoc.plugin.version>3.11.3</maven.javadoc.plugin.version>
@@ -225,7 +225,7 @@
225225
<plugin>
226226
<groupId>org.apache.maven.plugins</groupId>
227227
<artifactId>maven-surefire-plugin</artifactId>
228-
<version>3.5.3</version>
228+
<version>3.5.4</version>
229229
<configuration>
230230
<!-- Suppress warnings for mockito -->
231231
<argLine>@{argLine} -XX:+EnableDynamicAgentLoading -javaagent:${org.mockito:mockito-core:jar}</argLine>

0 commit comments

Comments
 (0)