mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Latest dependency updates (RxJava 2.2.19, Undertow 2.0.30, Netty 4.1.47, Jetty 9.4.27, POI 4.1.2, OkHttp 3.14.7)
This commit is contained in:
+4
-4
@@ -33,19 +33,19 @@ ext {
|
||||
groovyVersion = "2.5.9"
|
||||
hsqldbVersion = "2.4.1"
|
||||
jackson2Version = "2.9.9"
|
||||
jettyVersion = "9.4.26.v20200117"
|
||||
jettyVersion = "9.4.27.v20200227"
|
||||
junit5Version = "5.3.2"
|
||||
kotlinVersion = "1.2.71"
|
||||
log4jVersion = "2.11.2"
|
||||
nettyVersion = "4.1.45.Final"
|
||||
nettyVersion = "4.1.47.Final"
|
||||
reactorVersion = "Californium-SR16"
|
||||
rxjavaVersion = "1.3.8"
|
||||
rxjavaAdapterVersion = "1.2.1"
|
||||
rxjava2Version = "2.2.18"
|
||||
rxjava2Version = "2.2.19"
|
||||
slf4jVersion = "1.7.30" // spring-jcl + consistent 3rd party deps
|
||||
tiles3Version = "3.0.8"
|
||||
tomcatVersion = "9.0.31"
|
||||
undertowVersion = "2.0.29.Final"
|
||||
undertowVersion = "2.0.30.Final"
|
||||
|
||||
gradleScriptDir = "${rootProject.projectDir}/gradle"
|
||||
withoutJclOverSlf4j = {
|
||||
|
||||
@@ -38,7 +38,7 @@ dependencies {
|
||||
exclude group: "javax.servlet", module: "javax.servlet-api"
|
||||
}
|
||||
optional("org.eclipse.jetty:jetty-reactive-httpclient:1.0.3")
|
||||
optional("com.squareup.okhttp3:okhttp:3.14.6")
|
||||
optional("com.squareup.okhttp3:okhttp:3.14.7")
|
||||
optional("org.apache.httpcomponents:httpclient:4.5.10") {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
}
|
||||
@@ -75,7 +75,7 @@ dependencies {
|
||||
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
|
||||
testCompile("org.eclipse.jetty:jetty-server")
|
||||
testCompile("org.eclipse.jetty:jetty-servlet")
|
||||
testCompile("com.squareup.okhttp3:mockwebserver:3.14.6")
|
||||
testCompile("com.squareup.okhttp3:mockwebserver:3.14.7")
|
||||
testCompile("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
|
||||
testCompile("org.skyscreamer:jsonassert:1.5.0")
|
||||
testCompile("org.xmlunit:xmlunit-matchers:2.6.2")
|
||||
|
||||
@@ -51,7 +51,7 @@ dependencies {
|
||||
testCompile("org.eclipse.jetty:jetty-server")
|
||||
testCompile("org.eclipse.jetty:jetty-servlet")
|
||||
testCompile("org.eclipse.jetty:jetty-reactive-httpclient:1.0.3")
|
||||
testCompile("com.squareup.okhttp3:mockwebserver:3.14.6")
|
||||
testCompile("com.squareup.okhttp3:mockwebserver:3.14.7")
|
||||
testCompile("org.jetbrains.kotlin:kotlin-script-runtime:${kotlinVersion}")
|
||||
testRuntime("org.jetbrains.kotlin:kotlin-script-util:${kotlinVersion}")
|
||||
testRuntime("org.jetbrains.kotlin:kotlin-compiler:${kotlinVersion}")
|
||||
|
||||
@@ -24,7 +24,7 @@ dependencies {
|
||||
optional("org.webjars:webjars-locator-core:0.37")
|
||||
optional("com.rometools:rome:1.12.2")
|
||||
optional("com.github.librepdf:openpdf:1.2.21")
|
||||
optional("org.apache.poi:poi-ooxml:4.1.1")
|
||||
optional("org.apache.poi:poi-ooxml:4.1.2")
|
||||
optional("org.freemarker:freemarker:${freemarkerVersion}")
|
||||
optional("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")
|
||||
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${jackson2Version}")
|
||||
|
||||
Reference in New Issue
Block a user