Merge pull request #778 from haraldk/dependabot/maven/commons-io-commons-io-2.13.0

Bump commons-io from 2.12.0 to 2.13.0
This commit is contained in:
Harald Kuhr
2023-06-08 12:13:03 +02:00
committed by GitHub

View File

@@ -51,7 +51,7 @@
<dependency> <dependency>
<groupId>commons-io</groupId> <groupId>commons-io</groupId>
<artifactId>commons-io</artifactId> <artifactId>commons-io</artifactId>
<version>2.12.0</version> <version>2.13.0</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>