Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ccavanaugh committed Dec 14, 2019
1 parent 508c59b commit 4a8fd07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ allprojects {
junitExtensionsVersion = "2.3.0" // https://github.com/glytching/junit-extensions
awaitilityVersion = "4.0.1" // https://github.com/awaitility/awaitility

picocliVersion = "4.1.1" // https://github.com/remkop/picocli
picocliVersion = "4.1.2" // https://github.com/remkop/picocli

apachePoiVersion = "4.1.1" // https://poi.apache.org/
commonsCsvVersion = "1.7" // https://commons.apache.org/proper/commons-csv/
Expand All @@ -30,7 +30,7 @@ allprojects {

xstreamVersion = "1.4.11.1" // https://github.com/x-stream/xstream

hibernateVersion = "5.4.9.Final" // http://hibernate.org/orm/
hibernateVersion = "5.4.10.Final" // http://hibernate.org/orm/
hikariVersion = "3.4.1" // https://github.com/brettwooldridge/HikariCP

pdfBoxVersion = "2.0.17" // https://pdfbox.apache.org/
Expand Down
2 changes: 1 addition & 1 deletion changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
== Release 3.4.0
* 12/14/2019 jGnash now uses a Rust based exe launcher for Windows users that replaces Launch4j.
* 12/14/2019 Updated to the latest Picocli and Hibernate dependencies.
* 12/01/2019 Switching the recommended Windows JVM to AdoptOpenJDK.
* 12/01/2019 Removed old jGnash 2.35.1 workaround for bad UUID values.
* 12/01/2019 Added a List of Accounts report.
Expand All @@ -30,7 +31,6 @@
* 11/30/2019 Changed the internal delimiter for transaction tags to allow use of commas (currently not user accessible).
* 11/29/2019 Added a Securities chapter to the Manual.
* 11/29/2019 Prevent a NPE when changing the Symbol of a Security shortly after viewing it's chart.
* 11/28/2019 Updated to the latest Picocli and Hibernate dependencies.
* 11/27/2019 Added support for IEXCloud as a data provider for Securities history.
* 11/16/2019 Switched to a public API introduced in JavaFX 9 to prevent table column reordering in the Budget View.
* 11/04/2019 Errors and warnings from a failed QIF import were not being displayed.
Expand Down

0 comments on commit 4a8fd07

Please sign in to comment.