File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44
44
rxjava2Version = " 2.2.19"
45
45
slf4jVersion = " 1.7.30" // spring-jcl + consistent 3rd party deps
46
46
tiles3Version = " 3.0.8"
47
- tomcatVersion = " 9.0.31 "
47
+ tomcatVersion = " 9.0.33 "
48
48
undertowVersion = " 2.0.30.Final"
49
49
50
50
gradleScriptDir = " ${ rootProject.projectDir} /gradle"
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.18 .Final" )
19
+ testCompile(" org.hibernate:hibernate-validator:6.0.19 .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 @@ -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.4" )
12
- optional(" org.hibernate:hibernate-core:5.3.15 .Final" )
12
+ optional(" org.hibernate:hibernate-core:5.3.16 .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 @@ -60,8 +60,8 @@ dependencies {
60
60
testCompile(" javax.ejb:javax.ejb-api:3.2" )
61
61
testCompile(" javax.interceptor:javax.interceptor-api:1.2.2" )
62
62
testCompile(" javax.mail:javax.mail-api:1.6.2" )
63
- testCompile(" org.hibernate:hibernate-core:5.3.15 .Final" )
64
- testCompile(" org.hibernate:hibernate-validator:6.0.18 .Final" )
63
+ testCompile(" org.hibernate:hibernate-core:5.3.16 .Final" )
64
+ testCompile(" org.hibernate:hibernate-validator:6.0.19 .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.18 .Final" )
45
+ testCompile(" org.hibernate:hibernate-validator:6.0.19 .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.18 .Final" )
69
+ testCompile(" org.hibernate:hibernate-validator:6.0.19 .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