Skip to content

Commit b518d04

Browse files
committed
Merge branch 'findbugs' into spotbugs
Conflicts: pom.xml
2 parents f74a86d + 2b7ceb4 commit b518d04

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

pom.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
143143
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
144144
<maven.build.timestamp.format>E MMM d hh:mm:ss yyyy XX</maven.build.timestamp.format>
145-
<spotbugs.version>3.1.12</spotbugs.version>
145+
<spotbugs.version>4.8.3</spotbugs.version>
146146
</properties>
147147

148148
<dependencyManagement>
@@ -188,18 +188,19 @@
188188
<scope>test</scope>
189189
<groupId>com.google.guava</groupId>
190190
<artifactId>guava</artifactId>
191-
<version>28.2-jre</version>
191+
<version>33.0.0-jre</version>
192192
</dependency>
193193
<dependency>
194194
<scope>test</scope>
195195
<groupId>commons-codec</groupId>
196196
<artifactId>commons-codec</artifactId>
197+
<version>1.16.0</version>
197198
</dependency>
198199
<dependency>
199200
<scope>test</scope>
200201
<groupId>commons-io</groupId>
201202
<artifactId>commons-io</artifactId>
202-
<version>2.6</version>
203+
<version>2.15.1</version>
203204
</dependency>
204205
<dependency>
205206
<scope>test</scope>
@@ -229,7 +230,7 @@
229230
<scope>test</scope>
230231
<groupId>org.junit.vintage</groupId>
231232
<artifactId>junit-vintage-engine</artifactId>
232-
<version>5.5.2</version>
233+
<version>5.10.0</version>
233234
</dependency>
234235
<dependency>
235236
<scope>test</scope>
@@ -241,7 +242,7 @@
241242
<scope>test</scope>
242243
<groupId>org.apache.commons</groupId>
243244
<artifactId>commons-lang3</artifactId>
244-
<version>3.9</version>
245+
<version>4.4</version>
245246
</dependency>
246247
<dependency>
247248
<scope>test</scope>
@@ -265,6 +266,7 @@
265266
<scope>test</scope>
266267
<groupId>org.slf4j</groupId>
267268
<artifactId>slf4j-api</artifactId>
269+
<version>2.0.9</version>
268270
</dependency>
269271
<dependency>
270272
<scope>test</scope>

0 commit comments

Comments
 (0)