Upgrading commons-io

This commit is contained in:
Ziver Koc 2021-05-23 01:17:38 +02:00
parent c5afae5aad
commit 2f9bc7cfb3
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ repositories {
dependencies {
implementation 'commons-fileupload:commons-fileupload:1.4'
implementation 'commons-io:commons-io:2.5'
implementation 'commons-io:commons-io:2.7'
implementation 'dom4j:dom4j:1.6.1'
implementation 'org.xerial:sqlite-jdbc:3.8.11.2'

View file

@ -49,7 +49,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.5</version>
<version>2.7</version>
</dependency>
<dependency>
<groupId>dom4j</groupId>