Skip to content

Commit c201a06

Browse files
committed
Dependency updates
1 parent da5ed23 commit c201a06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
4848
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4949
<apache.http.version>4.5.3</apache.http.version>
50-
<version.plugin.surefire>3.1.0</version.plugin.surefire>
50+
<version.plugin.surefire>3.1.2</version.plugin.surefire>
5151
<maven-enforcer-plugin-version>3.3.0</maven-enforcer-plugin-version>
5252
<maven-clean-plugin-version>3.2.0</maven-clean-plugin-version>
5353
<maven-compiler-plugin-version>3.11.0</maven-compiler-plugin-version>
@@ -279,15 +279,15 @@
279279
<dependency>
280280
<groupId>commons-io</groupId>
281281
<artifactId>commons-io</artifactId>
282-
<version>2.12.0</version>
282+
<version>2.13.0</version>
283283
</dependency>
284284

285285
<!-- unit test dependencies -->
286286

287287
<dependency>
288288
<groupId>com.google.guava</groupId>
289289
<artifactId>guava</artifactId>
290-
<version>32.0.0-jre</version>
290+
<version>32.0.1-jre</version>
291291
<scope>test</scope>
292292
</dependency>
293293
<dependency>

0 commit comments

Comments
 (0)