Skip to content

Commit

Permalink
Updated to the latest Hibernate, Poi, and Commons CSV dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ccavanaugh committed Feb 17, 2020
1 parent ff70a86 commit 3837401
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* Yahoo finance historical event download is not working due to upstream changes.
== Release 3.5.0 __(File format change)__
* 02/03/2020 Updated to the latest Hibernate, Poi, and Commons CSV dependencies.
* 02/11/2020 jGnash will now restart automatically for Linux and OSX users after downloading the JavaFX dependencies.
* 02/10/2020 Restructured main classes to a package to make future development with jpackage cleaner (GitHub Pull Request #88) _[msgilligan]_
* 02/08/2020 Build system cleanup and consolidated the bootloader.
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ macAppBundleVersion=2.3.0
junitVersion=5.6.0

# https://github.com/glytching/junit-extensions
junitExtensionsVersion=2.3.0
junitExtensionsVersion=2.4.0

# https://github.com/awaitility/awaitility
awaitilityVersion=4.0.2
Expand All @@ -22,7 +22,7 @@ commonsLangVersion=3.9
commonsMathVersion=3.6.1

# https://commons.apache.org/proper/commons-csv/
commonsCsvVersion=1.7
commonsCsvVersion=1.8

#https://commons.apache.org/proper/commons-collections/
commonsCollectionsVersion=4.4
Expand All @@ -34,7 +34,7 @@ commonsTextVersion=1.8
picocliVersion=4.1.4

# https://poi.apache.org/
apachePoiVersion=4.1.1
apachePoiVersion=4.1.2

# http://www.h2database.com/html/main.html
h2Version=1.4.200
Expand All @@ -46,7 +46,7 @@ hsqldbVersion=2.4.1
xstreamVersion=1.4.11.1

# http://hibernate.org/orm/
hibernateVersion=5.4.10.Final
hibernateVersion=5.4.12.Final

# https://github.com/brettwooldridge/HikariCP
hikariVersion=3.4.2
Expand Down

0 comments on commit 3837401

Please sign in to comment.