Skip to content

Commit

Permalink
Update to the latest Netty and bump version for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
ccavanaugh committed Jan 6, 2018
1 parent 638e051 commit 379f5ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ allprojects {
targetCompatibility = 1.8

group = 'jgnash'
version = '2.33.3'
version = '2.34.0'

project.ext {
junitVersion = '4.12'
Expand Down Expand Up @@ -43,7 +43,7 @@ allprojects {
jasperReportsVersion = '6.4.3'
itextVersion = '2.1.7.js6'

nettyVersion = '4.1.17.Final'
nettyVersion = '4.1.19.Final'

slf4jVersion = '1.7.21'
log4jVersion = '1.2.17'
Expand Down
2 changes: 1 addition & 1 deletion changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
== Release 2.34.0
* 01/06/18 Significant update to the Polish translation _[Sławomir Szarkowicz]_
* 01/06/18 Updated to latest Netty dependency.
* 12/10/17 Another significant update for the zh-ch locale translation. (Swing, Fx) _[kevinzhwl]_
* 12/06/16 Updated to latest Netty dependency.
* 12/02/17 The Portfolio report now calculates Internal Rate of Return. (Swing, Fx) _[t-pa]_
* 11/28/17 Improve MT940 import to handle Kontobezeichung (Swing, Fx) _[laeubi and sschuberth]_
* 11/22/17 Prevent a deadlock due to a poor or corrupt printer configuration at the OS level. (Swing, Fx)
Expand Down
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Sat Jan 06 05:06:57 EST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-all.zip

0 comments on commit 379f5ea

Please sign in to comment.