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 41
41
reactorVersion = " Californium-SR14"
42
42
rxjavaVersion = " 1.3.8"
43
43
rxjavaAdapterVersion = " 1.2.1"
44
- rxjava2Version = " 2.2.16 "
44
+ rxjava2Version = " 2.2.17 "
45
45
slf4jVersion = " 1.7.30" // spring-jcl + consistent 3rd party deps
46
46
tiles3Version = " 3.0.8"
47
47
tomcatVersion = " 9.0.30"
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.14 .Final" )
12
+ optional(" org.hibernate:hibernate-core:5.3.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 @@ -60,7 +60,7 @@ 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.12 .Final" )
63
+ testCompile(" org.hibernate:hibernate-core:5.3.15 .Final" )
64
64
testCompile(" org.hibernate:hibernate-validator:6.0.18.Final" )
65
65
// Enable use of the JUnit Platform Runner
66
66
testCompile(" org.junit.platform:junit-platform-runner" )
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dependencies {
38
38
exclude group : " javax.servlet" , module : " javax.servlet-api"
39
39
}
40
40
optional(" org.eclipse.jetty:jetty-reactive-httpclient:1.0.3" )
41
- optional(" com.squareup.okhttp3:okhttp:3.14.5 " )
41
+ optional(" com.squareup.okhttp3:okhttp:3.14.6 " )
42
42
optional(" org.apache.httpcomponents:httpclient:4.5.10" ) {
43
43
exclude group : " commons-logging" , module : " commons-logging"
44
44
}
@@ -75,7 +75,7 @@ dependencies {
75
75
testCompile(" org.apache.tomcat.embed:tomcat-embed-core:${ tomcatVersion} " )
76
76
testCompile(" org.eclipse.jetty:jetty-server" )
77
77
testCompile(" org.eclipse.jetty:jetty-servlet" )
78
- testCompile(" com.squareup.okhttp3:mockwebserver:3.14.5 " )
78
+ testCompile(" com.squareup.okhttp3:mockwebserver:3.14.6 " )
79
79
testCompile(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
80
80
testCompile(" org.skyscreamer:jsonassert:1.5.0" )
81
81
testCompile(" org.xmlunit:xmlunit-matchers:2.6.2" )
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
51
51
testCompile(" org.eclipse.jetty:jetty-server" )
52
52
testCompile(" org.eclipse.jetty:jetty-servlet" )
53
53
testCompile(" org.eclipse.jetty:jetty-reactive-httpclient:1.0.3" )
54
- testCompile(" com.squareup.okhttp3:mockwebserver:3.14.5 " )
54
+ testCompile(" com.squareup.okhttp3:mockwebserver:3.14.6 " )
55
55
testCompile(" org.jetbrains.kotlin:kotlin-script-runtime:${ kotlinVersion} " )
56
56
testRuntime(" org.jetbrains.kotlin:kotlin-script-util:${ kotlinVersion} " )
57
57
testRuntime(" org.jetbrains.kotlin:kotlin-compiler:${ kotlinVersion} " )
You can’t perform that action at this time.
0 commit comments