File tree 8 files changed +10
-10
lines changed
8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 45
45
slf4jVersion = " 1.7.25" // spring-jcl + consistent 3rd party deps
46
46
tiles3Version = " 3.0.8"
47
47
tomcatVersion = " 9.0.10"
48
- undertowVersion = " 2.0.12 .Final"
48
+ undertowVersion = " 2.0.13 .Final"
49
49
50
50
gradleScriptDir = " ${ rootProject.projectDir} /gradle"
51
51
withoutJclOverSlf4J = {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
6
6
compile(project(" :spring-core" ))
7
7
optional(project(" :spring-jdbc" )) // for Quartz support
8
8
optional(project(" :spring-tx" )) // for Quartz support
9
- optional(" javax.activation:activation:1.1.1 " )
9
+ optional(" javax.activation:javax. activation-api :1.2.0 " )
10
10
optional(" javax.mail:javax.mail-api:1.6.1" )
11
11
optional(" javax.cache:cache-api:1.1.0" )
12
12
optional(" com.github.ben-manes.caffeine:caffeine:2.6.2" )
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ dependencies {
81
81
optional(" io.netty:netty-buffer" )
82
82
testCompile(" io.projectreactor:reactor-test" )
83
83
testCompile(" org.apache.tomcat.embed:tomcat-embed-core:${ tomcatVersion} " )
84
- testCompile(" org.xmlunit:xmlunit-matchers:2.6.0 " )
84
+ testCompile(" org.xmlunit:xmlunit-matchers:2.6.1 " )
85
85
testCompile(" javax.xml.bind:jaxb-api:2.3.0" )
86
86
testCompile(" com.fasterxml.woodstox:woodstox-core:5.1.0" ) {
87
87
exclude group : " stax" , module : " stax-api"
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
36
36
testCompile(" org.apache.tomcat.embed:tomcat-embed-websocket:${ tomcatVersion} " )
37
37
testCompile(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
38
38
testCompile(" org.jetbrains.kotlin:kotlin-stdlib:${ kotlinVersion} " )
39
- testCompile(" org.xmlunit:xmlunit-matchers:2.6.0 " )
39
+ testCompile(" org.xmlunit:xmlunit-matchers:2.6.1 " )
40
40
testRuntime(" com.sun.xml.bind:jaxb-core:2.3.0.1" )
41
41
testRuntime(" com.sun.xml.bind:jaxb-impl:2.3.0.1" )
42
42
testRuntime(" com.sun.activation:javax.activation:1.2.0" )
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ dependencies {
99
99
compile(project(" :spring-beans" ))
100
100
compile(project(" :spring-core" ))
101
101
optional(" javax.xml.bind:jaxb-api:2.3.0" )
102
- optional(" javax.activation:activation:1.1.1 " )
102
+ optional(" javax.activation:javax. activation-api :1.2.0 " )
103
103
optional(" org.codehaus.castor:castor-xml:1.4.1" ) {
104
104
exclude group : " stax" , module : " stax-api"
105
105
exclude group : " org.springframework" , module : " spring-context"
@@ -117,7 +117,7 @@ dependencies {
117
117
}
118
118
testCompile(files(genCastor. classesDir). builtBy(genCastor))
119
119
testCompile(files(genJaxb. classesDir). builtBy(genJaxb))
120
- testCompile(" org.xmlunit:xmlunit-matchers:2.6.0 " )
120
+ testCompile(" org.xmlunit:xmlunit-matchers:2.6.1 " )
121
121
testRuntime(" xerces:xercesImpl:2.11.0" ) // for Castor
122
122
testRuntime(" com.sun.xml.bind:jaxb-core:2.3.0.1" )
123
123
testRuntime(" com.sun.xml.bind:jaxb-impl:2.3.0.1" )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies {
20
20
optional(project(" :spring-webflux" ))
21
21
optional(project(" :spring-webmvc" ))
22
22
optional(project(" :spring-websocket" ))
23
- optional(" javax.activation:activation:1.1.1 " )
23
+ optional(" javax.activation:javax. activation-api :1.2.0 " )
24
24
optional(" javax.el:javax.el-api:3.0.1-b04" )
25
25
optional(" javax.inject:javax.inject:1" )
26
26
optional(" javax.servlet:javax.servlet-api:4.0.1" )
@@ -47,7 +47,7 @@ dependencies {
47
47
exclude group : " commons-logging" , module : " commons-logging"
48
48
exclude group : " io.netty" , module : " netty"
49
49
}
50
- optional(" org.xmlunit:xmlunit-matchers:2.6.0 " )
50
+ optional(" org.xmlunit:xmlunit-matchers:2.6.1 " )
51
51
optional(" org.skyscreamer:jsonassert:1.5.0" )
52
52
optional(" com.jayway.jsonpath:json-path:2.4.0" )
53
53
optional(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ dependencies {
77
77
testCompile(" com.squareup.okhttp3:mockwebserver:3.11.0" )
78
78
testCompile(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
79
79
testCompile(" org.skyscreamer:jsonassert:1.5.0" )
80
- testCompile(" org.xmlunit:xmlunit-matchers:2.6.0 " )
80
+ testCompile(" org.xmlunit:xmlunit-matchers:2.6.1 " )
81
81
testRuntime(" com.sun.mail:javax.mail:1.6.1" )
82
82
testRuntime(" com.sun.xml.bind:jaxb-core:2.3.0.1" )
83
83
testRuntime(" com.sun.xml.bind:jaxb-impl:2.3.0.1" )
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ dependencies {
66
66
exclude group : " xom" , module : " xom"
67
67
exclude group : " xerces" , module : " xercesImpl"
68
68
}
69
- testCompile(" org.xmlunit:xmlunit-matchers:2.6.0 " )
69
+ testCompile(" org.xmlunit:xmlunit-matchers:2.6.1 " )
70
70
testCompile(" io.projectreactor:reactor-core" )
71
71
testCompile(" io.reactivex:rxjava:${ rxjavaVersion} " )
72
72
testCompile(" io.reactivex:rxjava-reactive-streams:${ rxjavaAdapterVersion} " )
You can’t perform that action at this time.
0 commit comments