Merge pull request #764 from haraldk/dependabot/maven/commons-io-commons-io-2.12.0

Bump commons-io from 2.11.0 to 2.12.0
This commit is contained in:
Harald Kuhr
2023-05-25 14:00:06 +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.11.0</version> <version>2.12.0</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>