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
commit 1445ff2533
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>