File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ buildscript {
14
14
plugins {
15
15
id " com.gradle.build-scan" version " 1.8"
16
16
id " io.spring.dependency-management" version " 1.0.3.RELEASE" apply false
17
- id " org.jetbrains.kotlin.jvm" version " 1.2.51 " apply false
17
+ id " org.jetbrains.kotlin.jvm" version " 1.2.71 " apply false
18
18
id " org.jetbrains.dokka" version " 0.9.17"
19
19
id " org.asciidoctor.convert" version " 1.5.6"
20
20
}
@@ -37,15 +37,15 @@ ext {
37
37
}
38
38
39
39
aspectjVersion = " 1.8.13"
40
- freemarkerVersion = " 2.3.27-incubating "
40
+ freemarkerVersion = " 2.3.28 "
41
41
groovyVersion = " 2.4.15"
42
42
hsqldbVersion = " 2.4.1"
43
43
jackson2Version = " 2.9.7"
44
44
jettyVersion = " 9.4.14.v20181114"
45
45
junitJupiterVersion = " 5.0.3"
46
46
junitPlatformVersion = " 1.0.3"
47
47
junitVintageVersion = " 4.12.3"
48
- kotlinVersion = " 1.2.51 "
48
+ kotlinVersion = " 1.2.71 "
49
49
log4jVersion = " 2.11.1"
50
50
nettyVersion = " 4.1.31.Final"
51
51
reactorVersion = " Bismuth-SR14"
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ dependencies {
71
71
testCompile(" org.apache.tiles:tiles-core:${ tiles3Version} " , withoutJclOverSlf4J)
72
72
testCompile(" org.apache.tiles:tiles-servlet:${ tiles3Version} " , withoutJclOverSlf4J)
73
73
testCompile(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
74
- testCompile(" org.apache.httpcomponents:httpclient:4.5.5 " ) {
74
+ testCompile(" org.apache.httpcomponents:httpclient:4.5.6 " ) {
75
75
exclude group : " commons-logging" , module : " commons-logging"
76
76
}
77
77
testCompile(" io.projectreactor.ipc:reactor-netty" )
Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ dependencies {
36
36
optional(" org.eclipse.jetty:jetty-servlet:${ jettyVersion} " ) {
37
37
exclude group : " javax.servlet" , module : " javax.servlet-api"
38
38
}
39
- optional(" com.squareup.okhttp3:okhttp:3.10 .0" )
40
- optional(" org.apache.httpcomponents:httpclient:4.5.5 " ) {
39
+ optional(" com.squareup.okhttp3:okhttp:3.12 .0" )
40
+ optional(" org.apache.httpcomponents:httpclient:4.5.6 " ) {
41
41
exclude group : " commons-logging" , module : " commons-logging"
42
42
}
43
- optional(" org.apache.httpcomponents:httpasyncclient:4.1.3 " ) {
43
+ optional(" org.apache.httpcomponents:httpasyncclient:4.1.4 " ) {
44
44
exclude group : " commons-logging" , module : " commons-logging"
45
45
}
46
46
optional(" commons-fileupload:commons-fileupload:1.3.3" )
@@ -72,7 +72,7 @@ dependencies {
72
72
testCompile(" org.apache.tomcat.embed:tomcat-embed-core:${ tomcatVersion} " )
73
73
testCompile(" org.eclipse.jetty:jetty-server:${ jettyVersion} " )
74
74
testCompile(" org.eclipse.jetty:jetty-servlet:${ jettyVersion} " )
75
- testCompile(" com.squareup.okhttp3:mockwebserver:3.10 .0" )
75
+ testCompile(" com.squareup.okhttp3:mockwebserver:3.12 .0" )
76
76
testCompile(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
77
77
testCompile(" org.skyscreamer:jsonassert:1.5.0" )
78
78
testCompile(" org.xmlunit:xmlunit-matchers:2.5.1" )
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies {
33
33
optional(" io.undertow:undertow-websockets-jsr:${ undertowVersion} " ) {
34
34
exclude group : " org.jboss.spec.javax.websocket" , module : " jboss-websocket-api_1.1_spec"
35
35
}
36
- optional(" org.apache.httpcomponents:httpclient:4.5.5 " ) {
36
+ optional(" org.apache.httpcomponents:httpclient:4.5.6 " ) {
37
37
exclude group : " commons-logging" , module : " commons-logging"
38
38
}
39
39
optional(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
@@ -48,7 +48,7 @@ dependencies {
48
48
testCompile(" org.apache.tomcat:tomcat-util:${ tomcatVersion} " )
49
49
testCompile(" org.eclipse.jetty:jetty-server:${ jettyVersion} " )
50
50
testCompile(" org.eclipse.jetty:jetty-servlet:${ jettyVersion} " )
51
- testCompile(" com.squareup.okhttp3:mockwebserver:3.10 .0" )
51
+ testCompile(" com.squareup.okhttp3:mockwebserver:3.12 .0" )
52
52
testCompile(" org.jetbrains.kotlin:kotlin-script-runtime:${ kotlinVersion} " )
53
53
testRuntime(" org.jetbrains.kotlin:kotlin-script-util:${ kotlinVersion} " )
54
54
testRuntime(" org.jetbrains.kotlin:kotlin-compiler:${ kotlinVersion} " )
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ dependencies {
49
49
testCompile(" org.eclipse.jetty:jetty-server:${ jettyVersion} " ) {
50
50
exclude group : " javax.servlet" , module : " javax.servlet"
51
51
}
52
- testCompile(" org.apache.httpcomponents:httpclient:4.5.5 " ) {
52
+ testCompile(" org.apache.httpcomponents:httpclient:4.5.6 " ) {
53
53
exclude group : " commons-logging" , module : " commons-logging"
54
54
}
55
55
testCompile(" commons-fileupload:commons-fileupload:1.3.3" )
You can’t perform that action at this time.
0 commit comments