File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed 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.7 .Final" )
63
+ testCompile(" org.hibernate:hibernate-core:5.4.1 .Final" )
64
64
testCompile(" org.hibernate:hibernate-validator:6.0.14.Final" )
65
65
// Enable use of the JUnit Platform Runner
66
66
testCompile(" org.junit.platform:junit-platform-runner" )
@@ -72,7 +72,7 @@ dependencies {
72
72
testCompile(" org.apache.tiles:tiles-core:${ tiles3Version} " , withoutJclOverSlf4J)
73
73
testCompile(" org.apache.tiles:tiles-servlet:${ tiles3Version} " , withoutJclOverSlf4J)
74
74
testCompile(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
75
- testCompile(" org.apache.httpcomponents:httpclient:4.5.6 " ) {
75
+ testCompile(" org.apache.httpcomponents:httpclient:4.5.7 " ) {
76
76
exclude group : " commons-logging" , module : " commons-logging"
77
77
}
78
78
testCompile(" io.projectreactor.netty:reactor-netty" )
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies {
39
39
}
40
40
optional(" org.eclipse.jetty:jetty-reactive-httpclient:1.0.2" )
41
41
optional(" com.squareup.okhttp3:okhttp:3.12.1" )
42
- optional(" org.apache.httpcomponents:httpclient:4.5.6 " ) {
42
+ optional(" org.apache.httpcomponents:httpclient:4.5.7 " ) {
43
43
exclude group : " commons-logging" , module : " commons-logging"
44
44
}
45
45
optional(" org.apache.httpcomponents:httpasyncclient:4.1.4" ) {
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies {
34
34
optional(" io.undertow:undertow-websockets-jsr:${ undertowVersion} " ) {
35
35
exclude group : " org.jboss.spec.javax.websocket" , module : " jboss-websocket-api_1.1_spec"
36
36
}
37
- optional(" org.apache.httpcomponents:httpclient:4.5.6 " ) {
37
+ optional(" org.apache.httpcomponents:httpclient:4.5.7 " ) {
38
38
exclude group : " commons-logging" , module : " commons-logging"
39
39
}
40
40
optional(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ dependencies {
50
50
testCompile(" org.eclipse.jetty:jetty-server" ) {
51
51
exclude group : " javax.servlet" , module : " javax.servlet"
52
52
}
53
- testCompile(" org.apache.httpcomponents:httpclient:4.5.6 " ) {
53
+ testCompile(" org.apache.httpcomponents:httpclient:4.5.7 " ) {
54
54
exclude group : " commons-logging" , module : " commons-logging"
55
55
}
56
56
testCompile(" commons-fileupload:commons-fileupload:1.4" )
You can’t perform that action at this time.
0 commit comments