File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
16
16
optional(" org.freemarker:freemarker:${ freemarkerVersion} " )
17
17
testCompile(project(" :spring-context" ))
18
18
testCompile(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
19
- testCompile(" org.hibernate:hibernate-validator:6.0.15 .Final" )
19
+ testCompile(" org.hibernate:hibernate-validator:6.0.16 .Final" )
20
20
testCompile(" javax.annotation:javax.annotation-api:1.3.2" )
21
21
testRuntime(" org.ehcache:jcache:1.0.1" )
22
22
testRuntime(" org.ehcache:ehcache:3.4.0" )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
7
7
optional(project(" :spring-context" )) // for JndiDataSourceLookup
8
8
optional(" javax.transaction:javax.transaction-api:1.3" )
9
9
optional(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
10
- optional(" com.h2database:h2:1.4.198 " )
10
+ optional(" com.h2database:h2:1.4.199 " )
11
11
optional(" org.apache.derby:derby:10.14.2.0" )
12
12
optional(" org.apache.derby:derbyclient:10.14.2.0" )
13
13
optional(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ dependencies {
61
61
testCompile(" javax.interceptor:javax.interceptor-api:1.2.2" )
62
62
testCompile(" javax.mail:javax.mail-api:1.6.2" )
63
63
testCompile(" org.hibernate:hibernate-core:5.3.7.Final" )
64
- testCompile(" org.hibernate:hibernate-validator:6.0.15 .Final" )
64
+ testCompile(" org.hibernate:hibernate-validator:6.0.16 .Final" )
65
65
// Enable use of the JUnit Platform Runner
66
66
testCompile(" org.junit.platform:junit-platform-runner" )
67
67
testCompile(" org.junit.jupiter:junit-jupiter-params" )
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dependencies {
42
42
optional(" com.google.protobuf:protobuf-java-util:3.6.1" )
43
43
testCompile(" javax.xml.bind:jaxb-api:2.3.1" )
44
44
testCompile(" com.fasterxml:aalto-xml:1.1.1" )
45
- testCompile(" org.hibernate:hibernate-validator:6.0.15 .Final" )
45
+ testCompile(" org.hibernate:hibernate-validator:6.0.16 .Final" )
46
46
testCompile " io.reactivex.rxjava2:rxjava:${ rxjava2Version} "
47
47
testCompile(" io.projectreactor:reactor-test" )
48
48
testCompile(" io.undertow:undertow-core:${ undertowVersion} " )
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ dependencies {
66
66
exclude group : " xerces" , module : " xercesImpl"
67
67
}
68
68
testCompile(" org.xmlunit:xmlunit-matchers:2.6.2" )
69
- testCompile(" org.hibernate:hibernate-validator:6.0.15 .Final" )
69
+ testCompile(" org.hibernate:hibernate-validator:6.0.16 .Final" )
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