Upgrading commons-io
This commit is contained in:
parent
c5afae5aad
commit
2f9bc7cfb3
2 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue