diff --git a/build.gradle b/build.gradle index 979e62a58..aa782b3db 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ allprojects { targetCompatibility = 11 group = "jgnash" - version = "3.2.2" + version = "3.3.0" project.ext { junitVersion = "5.5.2" // https://junit.org/junit5/ @@ -29,10 +29,10 @@ allprojects { xstreamVersion = "1.4.11.1" // https://github.com/x-stream/xstream - hibernateVersion = "5.4.4.Final" // http://hibernate.org/orm/ - hikariVersion = "3.3.1" // https://github.com/brettwooldridge/HikariCP + hibernateVersion = "5.4.5.Final" // http://hibernate.org/orm/ + hikariVersion = "3.4.1" // https://github.com/brettwooldridge/HikariCP - pdfBoxVersion = "2.0.16" // https://pdfbox.apache.org/ + pdfBoxVersion = "2.0.17" // https://pdfbox.apache.org/ nettyVersion = "4.1.41.Final" // https://netty.io/index.html diff --git a/changelog.adoc b/changelog.adoc index a3c5bf250..c08fbccff 100644 --- a/changelog.adoc +++ b/changelog.adoc @@ -21,7 +21,8 @@ * Open zipped backups instead of manually unzipping. * Control the displayed columns of the portfolio report -== Release 3.2.2 +== Release 3.3.0 +* 09/21/2019 Update to the latest Hibernate, HikariCP and PDFBox dependencies. * 09/18/2019 The displayed columns for the Portfolio report can now be changed. * 09/16/2019 Don't display an exception if tabular report generation is interrupted. * 09/15/2019 The Date range of a Portfolio report can now be changed.