File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ dependencies {
62
62
optional(" org.codehaus.groovy:groovy-all:${ groovyVersion} " )
63
63
optional(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
64
64
optional(" org.jetbrains.kotlin:kotlin-stdlib:${ kotlinVersion} " )
65
- optional(" org.eclipse.jetty:jetty-reactive-httpclient:1.0.0 " )
65
+ optional(" org.eclipse.jetty:jetty-reactive-httpclient:1.0.1 " )
66
66
testCompile(" io.projectreactor:reactor-test" )
67
67
testCompile(" org.apache.taglibs:taglibs-standard-jstlel:1.2.5" ) {
68
68
exclude group : " org.apache.taglibs" , module : " taglibs-standard-spec"
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dependencies {
46
46
testCompile(" io.projectreactor:reactor-test" )
47
47
testCompile(" org.apache.tomcat:tomcat-util:${ tomcatVersion} " )
48
48
testCompile(" org.apache.tomcat.embed:tomcat-embed-core:${ tomcatVersion} " )
49
- testCompile(" org.eclipse.jetty:jetty-reactive-httpclient:1.0.0 " )
49
+ testCompile(" org.eclipse.jetty:jetty-reactive-httpclient:1.0.1 " )
50
50
testCompile(" org.eclipse.jetty:jetty-server" )
51
51
testCompile(" org.eclipse.jetty:jetty-servlet" )
52
52
testCompile(" io.undertow:undertow-core:${ undertowVersion} " )
You can’t perform that action at this time.
0 commit comments