File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -33,18 +33,18 @@ ext {
33
33
groovyVersion = " 2.5.6"
34
34
hsqldbVersion = " 2.4.1"
35
35
jackson2Version = " 2.9.8"
36
- jettyVersion = " 9.4.15.v20190215 "
36
+ jettyVersion = " 9.4.17.v20190418 "
37
37
junit5Version = " 5.3.2"
38
38
kotlinVersion = " 1.2.71"
39
39
log4jVersion = " 2.11.2"
40
- nettyVersion = " 4.1.34 .Final"
40
+ nettyVersion = " 4.1.35 .Final"
41
41
reactorVersion = " Californium-BUILD-SNAPSHOT"
42
42
rxjavaVersion = " 1.3.8"
43
43
rxjavaAdapterVersion = " 1.2.1"
44
44
rxjava2Version = " 2.2.8"
45
45
slf4jVersion = " 1.7.26" // spring-jcl + consistent 3rd party deps
46
46
tiles3Version = " 3.0.8"
47
- tomcatVersion = " 9.0.17 "
47
+ tomcatVersion = " 9.0.19 "
48
48
undertowVersion = " 2.0.20.Final"
49
49
50
50
gradleScriptDir = " ${ rootProject.projectDir} /gradle"
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.9 .Final" )
12
+ optional(" org.hibernate:hibernate-core:5.3.10 .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 @@ -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.0 " )
41
+ optional(" com.squareup.okhttp3:okhttp:3.14.1 " )
42
42
optional(" org.apache.httpcomponents:httpclient:4.5.8" ) {
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.0 " )
78
+ testCompile(" com.squareup.okhttp3:mockwebserver:3.14.1 " )
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.0 " )
54
+ testCompile(" com.squareup.okhttp3:mockwebserver:3.14.1 " )
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