File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ configure(allprojects) { project ->
59
59
ext. rxjava2Version = " 2.1.8"
60
60
ext. slf4jVersion = " 1.7.25"
61
61
ext. tiles3Version = " 3.0.8"
62
- ext. tomcatVersion = " 8.5.24 "
62
+ ext. tomcatVersion = " 8.5.27 "
63
63
ext. undertowVersion = " 1.4.22.Final"
64
64
65
65
ext. gradleScriptDir = " ${ rootProject.projectDir} /gradle"
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ dependencies {
81
81
exclude group : " org.slf4j" , module : " jcl-over-slf4j"
82
82
}
83
83
testCompile(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
84
- testCompile(" org.apache.httpcomponents:httpclient:4.5.3 " ) {
84
+ testCompile(" org.apache.httpcomponents:httpclient:4.5.5 " ) {
85
85
exclude group : " commons-logging" , module : " commons-logging"
86
86
}
87
87
testCompile(' io.projectreactor.ipc:reactor-netty' )
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
43
43
}
44
44
optional(" io.undertow:undertow-core:${ undertowVersion} " )
45
45
optional(" com.squareup.okhttp3:okhttp:3.9.1" )
46
- optional(" org.apache.httpcomponents:httpclient:4.5.4 " ) {
46
+ optional(" org.apache.httpcomponents:httpclient:4.5.5 " ) {
47
47
exclude group : " commons-logging" , module : " commons-logging"
48
48
}
49
49
optional(" org.apache.httpcomponents:httpasyncclient:4.1.3" ) {
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies {
39
39
optional(" io.undertow:undertow-websockets-jsr:${ undertowVersion} " ) {
40
40
exclude group : " org.jboss.spec.javax.websocket" , module : " jboss-websocket-api_1.1_spec"
41
41
}
42
- optional(" org.apache.httpcomponents:httpclient:4.5.3 " ) {
42
+ optional(" org.apache.httpcomponents:httpclient:4.5.5 " ) {
43
43
exclude group : " commons-logging" , module : " commons-logging"
44
44
}
45
45
optional(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ dependencies {
64
64
exclude group : " javax.servlet" , module : " javax.servlet"
65
65
}
66
66
testCompile(" org.hibernate:hibernate-validator:6.0.7.Final" )
67
- testCompile(" org.apache.httpcomponents:httpclient:4.5.3 " ) {
67
+ testCompile(" org.apache.httpcomponents:httpclient:4.5.5 " ) {
68
68
exclude group : " commons-logging" , module : " commons-logging"
69
69
}
70
70
testCompile(" commons-fileupload:commons-fileupload:1.3.3" )
You can’t perform that action at this time.
0 commit comments