Bump commons-io

This fixes a security issue in commons-io 1.4. According to the release-notes of commons-io version 1.4 and 2.x are binary compatible and (mostly) source-compatible. I check that openhab-addons compiles with these changes and successfully runs all itests.

Signed-off-by: Jan N. Klug <github@klug.nrw>
pull/2944/head
Jan N. Klug 2022-04-28 19:44:26 +02:00
parent 8f7db68d1a
commit 2942b634a1
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.4</version>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>