Skip to content

Commit

Permalink
Update commons-csv to 1.9.0 Fixes #261
Browse files Browse the repository at this point in the history
  • Loading branch information
cfsimplicity committed Sep 20, 2021
1 parent c9320ec commit e6746b8
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Spreadsheet.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ component accessors="true"{

//"static"
property name="version" default="3.0.0-develop" setter="false";
property name="osgiLibBundleVersion" default="5.0.0.3" setter="false"; //first 3 octets = POI version; increment 4th with other jar updates
property name="osgiLibBundleVersion" default="5.0.0.4" setter="false"; //first 3 octets = POI version; increment 4th with other jar updates
property name="osgiLibBundleSymbolicName" default="spreadsheet-cfml" setter="false";
property name="exceptionType" default="cfsimplicity.spreadsheet" setter="false";
//commonly invoked POI class names
Expand Down
6 changes: 3 additions & 3 deletions build/lib-osgi.mf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Spreadsheet CFML Library
Bundle-Name: Spreadsheet CFML
Bundle-SymbolicName: spreadsheet-cfml
Bundle-Version: 5.0.0.3
Bundle-Version: 5.0.0.4
Bundle-ClassPath: commons-codec-1.15.jar,
commons-collections4-4.4.jar,
commons-compress-1.20.jar,
commons-csv-1.8.jar,
commons-csv-1.9.0.jar,
commons-io-2.8.0.jar,
commons-math3-3.6.1.jar,
poi-5.0.0.jar,
Expand Down
Binary file modified lib-osgi.jar
Binary file not shown.
Binary file removed lib/commons-csv-1.8.jar
Binary file not shown.
Binary file added lib/commons-csv-1.9.0.jar
Binary file not shown.
Binary file modified lib/spreadsheet-cfml.jar
Binary file not shown.

0 comments on commit e6746b8

Please sign in to comment.