Skip to content

Commit beecaf5

Browse files
committed
Release 1.1.0
1 parent 87432d5 commit beecaf5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.github.bonigarcia</groupId>
66
<artifactId>dualsub</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>1.1.0</version>
88
<packaging>jar</packaging>
99
<name>dualsub</name>
1010
<url>http://bonigarcia.github.io/dualsub/</url>
@@ -32,7 +32,7 @@
3232
<gson.version>2.2.4</gson.version>
3333
<httpclient.version>4.5</httpclient.version>
3434
<slf4j.version>1.7.12</slf4j.version>
35-
<commons-io.version>1.3.2</commons-io.version>
35+
<commons-io.version>2.4</commons-io.version>
3636
</properties>
3737

3838
<dependencies>
@@ -78,7 +78,7 @@
7878
<version>${slf4j.version}</version>
7979
</dependency>
8080
<dependency>
81-
<groupId>org.apache.commons</groupId>
81+
<groupId>commons-io</groupId>
8282
<artifactId>commons-io</artifactId>
8383
<version>${commons-io.version}</version>
8484
</dependency>

0 commit comments

Comments
 (0)