Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienlauer committed Aug 11, 2020
1 parent b516fb1 commit 60fc0e1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* [chg] Updated to SeedStack 20.7.
* [chg] Updated to Jasper 6.12.1.
* [chg] Updated to SuperCSV 2.4.0.

# Version 3.0.0 (2016-12-16)

Expand Down
5 changes: 0 additions & 5 deletions jasper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@

<artifactId>io-jasper</artifactId>

<properties>
<jasper.version>6.12.1</jasper.version>
<commons-logging.version>1.2</commons-logging.version>
</properties>

<dependencies>
<dependency>
<groupId>org.seedstack.addons.io</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jasper/src/license/THIRD-PARTY.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Please fill the missing licenses for dependencies :
#
#
#Wed Aug 05 15:36:11 CEST 2020
#Tue Aug 11 12:34:20 CEST 2020
org.codehaus.castor--castor-xml--1.4.1=
org.codehaus.castor--castor-core--1.4.1=
com.lowagie--itext--2.1.7.js7=
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
<packaging>pom</packaging>

<properties>
<seed.version>3.10.0-SNAPSHOT</seed.version>
<seed.version>3.10.0</seed.version>
<super-csv.version>2.4.0</super-csv.version>
<jasper.version>6.12.1</jasper.version>
<commons-logging.version>1.2</commons-logging.version>

<compatibility.skip>true</compatibility.skip>
<bintray.package>io-addon</bintray.package>
Expand Down
2 changes: 1 addition & 1 deletion supercsv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>net.sf.supercsv</groupId>
<artifactId>super-csv</artifactId>
<version>2.2.0</version>
<version>${super-csv.version}</version>
</dependency>

<!-- Test -->
Expand Down

0 comments on commit 60fc0e1

Please sign in to comment.