File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
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.7 .Final" )
19
+ testCompile(" org.hibernate:hibernate-validator:6.0.8 .Final" )
20
20
testRuntime(" org.ehcache:jcache:1.0.1" )
21
21
testRuntime(" org.ehcache:ehcache:3.4.0" )
22
22
testRuntime(" org.glassfish:javax.el:3.0.1-b08" )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies {
9
9
optional(project(" :spring-context" ))
10
10
optional(project(" :spring-web" ))
11
11
optional(" org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.1" )
12
- optional(" org.hibernate:hibernate-core:5.2.14 .Final" )
12
+ optional(" org.hibernate:hibernate-core:5.2.15 .Final" )
13
13
optional(" javax.servlet:javax.servlet-api:3.1.0" )
14
14
testCompile(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
15
15
testCompile(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ dependencies {
64
64
testCompile(" javax.ejb:javax.ejb-api:3.2" )
65
65
testCompile(" javax.interceptor:javax.interceptor-api:1.2.1" )
66
66
testCompile(" javax.mail:javax.mail-api:1.6.1" )
67
- testCompile(" org.hibernate:hibernate-core:5.2.14 .Final" )
68
- testCompile(" org.hibernate:hibernate-validator:6.0.7 .Final" )
67
+ testCompile(" org.hibernate:hibernate-core:5.2.15 .Final" )
68
+ testCompile(" org.hibernate:hibernate-validator:6.0.8 .Final" )
69
69
// Enable use of the JUnit Platform Runner
70
70
testCompile(" org.junit.platform:junit-platform-runner:${ junitPlatformVersion} " )
71
71
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.7 .Final" )
48
+ testCompile(" org.hibernate:hibernate-validator:6.0.8 .Final" )
49
49
testCompile " io.reactivex.rxjava2:rxjava:${ rxjava2Version} "
50
50
testCompile(" io.projectreactor:reactor-test" )
51
51
testCompile(" org.apache.tomcat:tomcat-util:${ tomcatVersion} " )
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ dependencies {
54
54
testCompile(" org.eclipse.jetty:jetty-server:${ jettyVersion} " ) {
55
55
exclude group : " javax.servlet" , module : " javax.servlet"
56
56
}
57
- testCompile(" org.hibernate:hibernate-validator:6.0.7 .Final" )
57
+ testCompile(" org.hibernate:hibernate-validator:6.0.8 .Final" )
58
58
testCompile(" org.apache.httpcomponents:httpclient:4.5.5" ) {
59
59
exclude group : " commons-logging" , module : " commons-logging"
60
60
}
You can’t perform that action at this time.
0 commit comments