File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ configure(rootProject) {
279
279
testCompile(" javax.servlet:javax.servlet-api:3.1.0" )
280
280
testCompile(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
281
281
testCompile(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
282
- testCompile(" org.hibernate:hibernate-core:5.1.14 .Final" )
282
+ testCompile(" org.hibernate:hibernate-core:5.1.16 .Final" )
283
283
}
284
284
285
285
artifacts {
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.10 .Final" )
19
+ testCompile(" org.hibernate:hibernate-validator:6.0.13 .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 @@ -8,7 +8,7 @@ dependencies {
8
8
optional(project(" :spring-aop" ))
9
9
optional(project(" :spring-context" ))
10
10
optional(project(" :spring-web" ))
11
- optional(" org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.1 " )
11
+ optional(" org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.3 " )
12
12
optional(" org.hibernate:hibernate-core:5.2.17.Final" )
13
13
optional(" javax.servlet:javax.servlet-api:3.1.0" )
14
14
testCompile(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ dependencies {
60
60
testCompile(" javax.interceptor:javax.interceptor-api:1.2.1" )
61
61
testCompile(" javax.mail:javax.mail-api:1.6.1" )
62
62
testCompile(" org.hibernate:hibernate-core:5.2.17.Final" )
63
- testCompile(" org.hibernate:hibernate-validator:6.0.10 .Final" )
63
+ testCompile(" org.hibernate:hibernate-validator:6.0.13 .Final" )
64
64
// Enable use of the JUnit Platform Runner
65
65
testCompile(" org.junit.platform:junit-platform-runner:${ junitPlatformVersion} " )
66
66
testCompile(" org.junit.jupiter:junit-jupiter-params:${ junitJupiterVersion} " )
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ dependencies {
40
40
optional(" org.jetbrains.kotlin:kotlin-stdlib:${ kotlinVersion} " )
41
41
testCompile(" javax.xml.bind:jaxb-api:2.3.0" )
42
42
testCompile(" com.fasterxml:aalto-xml:1.0.0" )
43
- testCompile(" org.hibernate:hibernate-validator:6.0.10 .Final" )
43
+ testCompile(" org.hibernate:hibernate-validator:6.0.13 .Final" )
44
44
testCompile " io.reactivex.rxjava2:rxjava:${ rxjava2Version} "
45
45
testCompile(" io.projectreactor:reactor-test" )
46
46
testCompile(" io.undertow:undertow-core:${ undertowVersion} " )
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ dependencies {
65
65
exclude group : " xerces" , module : " xercesImpl"
66
66
}
67
67
testCompile(" org.xmlunit:xmlunit-matchers:2.5.1" )
68
- testCompile(" org.hibernate:hibernate-validator:6.0.10 .Final" )
68
+ testCompile(" org.hibernate:hibernate-validator:6.0.13 .Final" )
69
69
testCompile(" io.projectreactor:reactor-core" )
70
70
testCompile(" io.reactivex:rxjava:${ rxjavaVersion} " )
71
71
testCompile(" io.reactivex:rxjava-reactive-streams:${ rxjavaAdapterVersion} " )
You can’t perform that action at this time.
0 commit comments