@@ -41,7 +41,7 @@ configure(allprojects) { project ->
41
41
ext. beanvalVersion = " 1.1.0.Final"
42
42
ext. cacheApiVersion = " 1.0.0"
43
43
ext. caffeineVersion = " 2.5.2"
44
- ext. eclipselinkVersion = " 2.6.4 "
44
+ ext. eclipselinkVersion = " 2.6.5-RC2 "
45
45
ext. ehcacheVersion = " 2.10.4"
46
46
ext. ehcachejcacheVersion = " 1.0.1"
47
47
ext. ehcache3Version = " 3.3.1"
@@ -50,7 +50,7 @@ configure(allprojects) { project ->
50
50
ext. fileuploadVersion = " 1.3.2"
51
51
ext. freemarkerVersion = " 2.3.26-incubating"
52
52
ext. groovyVersion = " 2.4.11"
53
- ext. gsonVersion = " 2.8.0 "
53
+ ext. gsonVersion = " 2.8.1 "
54
54
ext. hamcrestVersion = " 1.3"
55
55
ext. hibernate5Version = " 5.2.10.Final"
56
56
ext. hibvalVersion = " 5.4.1.Final"
@@ -63,19 +63,20 @@ configure(allprojects) { project ->
63
63
ext. jaxbVersion = " 2.2.11"
64
64
ext. jaxwsVersion = " 2.2.11"
65
65
ext. jcaVersion = " 1.7"
66
- ext. jettyVersion = " 9.4.5.v20170502 "
66
+ ext. jettyVersion = " 9.4.6.v20170531 "
67
67
ext. jmsVersion = " 2.0.1"
68
68
ext. jodaVersion = " 2.9.9"
69
69
ext. jpaVersion = " 2.1.1"
70
70
ext. jsfVersion = " 2.2"
71
+ ext. jsonBindingVersion = " 1.0.0-RC2"
71
72
ext. jspVersion = " 2.3.2-b02"
72
73
ext. jtaVersion = " 1.2"
73
74
ext. junitVersion = " 4.12"
74
75
ext. junitVintageVersion = " 4.12.0-M4"
75
76
ext. junitJupiterVersion = ' 5.0.0-M4'
76
77
ext. junitPlatformVersion = ' 1.0.0-M4'
77
78
ext. log4jVersion = ' 2.8.2'
78
- ext. nettyVersion = " 4.1.11 .Final"
79
+ ext. nettyVersion = " 4.1.12 .Final"
79
80
ext. niomultipartVersion = " 1.1.0"
80
81
ext. okhttp3Version = " 3.8.0"
81
82
ext. poiVersion = " 3.16"
@@ -738,7 +739,7 @@ project("spring-web") {
738
739
optional(" com.fasterxml.jackson.dataformat:jackson-dataformat-smile:${ jackson2Version} " )
739
740
optional(" com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:${ jackson2Version} " )
740
741
optional(" com.google.code.gson:gson:${ gsonVersion} " )
741
- optional(" javax.json.bind:javax.json.bind-api:1.0.0-M2 " )
742
+ optional(" javax.json.bind:javax.json.bind-api:${ jsonBindingVersion } " )
742
743
optional(" com.rometools:rome:${ romeVersion} " )
743
744
optional(" org.eclipse.jetty:jetty-servlet:${ jettyVersion} " ) {
744
745
exclude group : " javax.servlet" , module : " javax.servlet-api"
0 commit comments