We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38db9fa commit 8bf9257Copy full SHA for 8bf9257
build.gradle
@@ -41,14 +41,14 @@ configure(allprojects) { project ->
41
ext.jackson2Version = "2.4.6"
42
ext.jasperReportsVersion = "6.0.4"
43
ext.jettyVersion = "9.2.13.v20150730"
44
- ext.jodaVersion = "2.8.1"
+ ext.jodaVersion = "2.8.2"
45
ext.junitVersion = "4.12"
46
ext.nettyVersion = "4.0.31.Final"
47
ext.openJpaVersion = "2.2.2" // 2.3.0 not Java 8 compatible (based on ASM 4)
48
ext.protobufVersion = "2.6.1"
49
ext.reactorVersion = "1.1.6.RELEASE"
50
ext.slf4jVersion = "1.7.12"
51
- ext.snakeYamlVersion = "1.15"
+ ext.snakeYamlVersion = "1.16"
52
ext.snifferVersion = "1.11"
53
ext.tiles2Version = "2.2.2"
54
ext.tiles3Version = "3.0.5"
0 commit comments