File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
17
17
testCompile(project(" :spring-context" ))
18
18
testCompile(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
19
19
testCompile(" org.slf4j:slf4j-api:${ slf4jVersion} " )
20
- testCompile(" org.hibernate:hibernate-validator:6.0.3 .Final" )
20
+ testCompile(" org.hibernate:hibernate-validator:6.0.4 .Final" )
21
21
testRuntime(" org.ehcache:jcache:1.0.1" )
22
22
testRuntime(" org.ehcache:ehcache:3.4.0" )
23
23
testRuntime(" org.glassfish:javax.el:3.0.1-b08" )
Original file line number Diff line number Diff line change @@ -43,5 +43,5 @@ dependencies {
43
43
testCompile(" org.jetbrains.kotlin:kotlin-stdlib:${ kotlinVersion} " )
44
44
testRuntime(" com.sun.xml.bind:jaxb-core:2.3.0" )
45
45
testRuntime(" com.sun.xml.bind:jaxb-impl:2.3.0" )
46
- testRuntime(" javax. activation:activation:1.1.1 " )
46
+ testRuntime(" com.sun. activation:javax. activation:1.2.0 " )
47
47
}
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ dependencies {
10
10
castor " org.codehaus.castor:castor-anttasks:1.4.1"
11
11
jibx " org.jibx:jibx-bind:1.3.1"
12
12
jibx " org.apache.bcel:bcel:6.0"
13
- xjc ' javax.activation:activation:1.1.1'
14
13
xjc ' javax.xml.bind:jaxb-api:2.3.0'
15
14
xjc ' com.sun.xml.bind:jaxb-core:2.3.0'
16
15
xjc ' com.sun.xml.bind:jaxb-impl:2.3.0'
17
16
xjc ' com.sun.xml.bind:jaxb-xjc:2.2.11' // 2.3.0 breaks with "xjc failed"
17
+ xjc ' com.sun.activation:javax.activation:1.2.0'
18
18
}
19
19
20
20
ext. genSourcesDir = " ${ buildDir} /generated-sources"
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ dependencies {
66
66
testCompile(" javax.interceptor:javax.interceptor-api:1.2.1" )
67
67
testCompile(" javax.mail:javax.mail-api:1.6.0" )
68
68
testCompile(" org.hibernate:hibernate-core:5.2.12.Final" )
69
- testCompile(" org.hibernate:hibernate-validator:6.0.3 .Final" )
69
+ testCompile(" org.hibernate:hibernate-validator:6.0.4 .Final" )
70
70
// Enable use of the JUnitPlatform Runner
71
71
testCompile(" org.junit.platform:junit-platform-runner:${ junitPlatformVersion} " )
72
72
testCompile(" org.junit.jupiter:junit-jupiter-params:${ junitJupiterVersion} " )
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dependencies {
45
45
optional(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
46
46
optional(" org.jetbrains.kotlin:kotlin-stdlib:${ kotlinVersion} " )
47
47
testCompile(" javax.xml.bind:jaxb-api:2.3.0" )
48
- testCompile(" org.hibernate:hibernate-validator:6.0.3 .Final" )
48
+ testCompile(" org.hibernate:hibernate-validator:6.0.4 .Final" )
49
49
testCompile " io.reactivex.rxjava2:rxjava:${ rxjava2Version} "
50
50
testCompile(" io.projectreactor:reactor-test" )
51
51
testCompile(" io.reactivex:rxnetty-http:0.5.2" ) {
@@ -68,5 +68,5 @@ dependencies {
68
68
testRuntime(" org.glassfish:javax.el:3.0.1-b08" )
69
69
testRuntime(" com.sun.xml.bind:jaxb-core:2.3.0" )
70
70
testRuntime(" com.sun.xml.bind:jaxb-impl:2.3.0" )
71
- testRuntime(" javax. activation:activation:1.1.1 " )
71
+ testRuntime(" com.sun. activation:javax. activation:1.2.0 " )
72
72
}
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ dependencies {
63
63
testCompile(" org.eclipse.jetty:jetty-server:${ jettyVersion} " ) {
64
64
exclude group : " javax.servlet" , module : " javax.servlet"
65
65
}
66
- testCompile(" org.hibernate:hibernate-validator:6.0.3 .Final" )
66
+ testCompile(" org.hibernate:hibernate-validator:6.0.4 .Final" )
67
67
testCompile(" org.apache.httpcomponents:httpclient:4.5.3" ) {
68
68
exclude group : " commons-logging" , module : " commons-logging"
69
69
}
@@ -92,5 +92,5 @@ dependencies {
92
92
testRuntime(" org.glassfish:javax.el:3.0.1-b08" )
93
93
testRuntime(" com.sun.xml.bind:jaxb-core:2.3.0" )
94
94
testRuntime(" com.sun.xml.bind:jaxb-impl:2.3.0" )
95
- testRuntime(" javax. activation:activation:1.1.1 " )
95
+ testRuntime(" com.sun. activation:javax. activation:1.2.0 " )
96
96
}
You can’t perform that action at this time.
0 commit comments