Skip to content

Commit

Permalink
Release 3.3.0
Browse files Browse the repository at this point in the history
Update to latest dependencies
  • Loading branch information
ccavanaugh committed Sep 21, 2019
1 parent d654e8f commit 8feb83f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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

Expand Down
3 changes: 2 additions & 1 deletion changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8feb83f

Please sign in to comment.