From 4a8fd071e0c15a433be2aa8307e504bed1f141eb Mon Sep 17 00:00:00 2001 From: Craig Cavanaugh Date: Sat, 14 Dec 2019 07:51:26 -0500 Subject: [PATCH] Update dependencies --- build.gradle | 4 ++-- changelog.adoc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index b33fde556..11dea5ae1 100644 --- a/build.gradle +++ b/build.gradle @@ -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/ @@ -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/ diff --git a/changelog.adoc b/changelog.adoc index 1f2399a26..f1f6f7a9c 100644 --- a/changelog.adoc +++ b/changelog.adoc @@ -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. @@ -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.