Latest applicable dependency updates (Tomcat 9.0.27, Undertow 2.0.27, RxJava 2.2.13, Hibernate ORM 5.3.13, POI 4.1.1, Checkstyle 8.26)
This commit is contained in:
@@ -41,11 +41,11 @@ ext {
|
|||||||
reactorVersion = "Californium-SR13"
|
reactorVersion = "Californium-SR13"
|
||||||
rxjavaVersion = "1.3.8"
|
rxjavaVersion = "1.3.8"
|
||||||
rxjavaAdapterVersion = "1.2.1"
|
rxjavaAdapterVersion = "1.2.1"
|
||||||
rxjava2Version = "2.2.12"
|
rxjava2Version = "2.2.13"
|
||||||
slf4jVersion = "1.7.28" // spring-jcl + consistent 3rd party deps
|
slf4jVersion = "1.7.28" // spring-jcl + consistent 3rd party deps
|
||||||
tiles3Version = "3.0.8"
|
tiles3Version = "3.0.8"
|
||||||
tomcatVersion = "9.0.26"
|
tomcatVersion = "9.0.27"
|
||||||
undertowVersion = "2.0.26.Final"
|
undertowVersion = "2.0.27.Final"
|
||||||
|
|
||||||
gradleScriptDir = "${rootProject.projectDir}/gradle"
|
gradleScriptDir = "${rootProject.projectDir}/gradle"
|
||||||
withoutJclOverSlf4j = {
|
withoutJclOverSlf4j = {
|
||||||
@@ -142,7 +142,7 @@ configure(allprojects) { project ->
|
|||||||
}
|
}
|
||||||
|
|
||||||
checkstyle {
|
checkstyle {
|
||||||
toolVersion = "8.24"
|
toolVersion = "8.26"
|
||||||
configDir = rootProject.file("src/checkstyle")
|
configDir = rootProject.file("src/checkstyle")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ dependencies {
|
|||||||
optional(project(":spring-context"))
|
optional(project(":spring-context"))
|
||||||
optional(project(":spring-web"))
|
optional(project(":spring-web"))
|
||||||
optional("org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.4")
|
optional("org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.4")
|
||||||
optional("org.hibernate:hibernate-core:5.3.12.Final")
|
optional("org.hibernate:hibernate-core:5.3.13.Final")
|
||||||
optional("javax.servlet:javax.servlet-api:3.1.0")
|
optional("javax.servlet:javax.servlet-api:3.1.0")
|
||||||
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
|
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
|
||||||
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
|
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ dependencies {
|
|||||||
optional("org.webjars:webjars-locator-core:0.37")
|
optional("org.webjars:webjars-locator-core:0.37")
|
||||||
optional("com.rometools:rome:1.12.2")
|
optional("com.rometools:rome:1.12.2")
|
||||||
optional("com.github.librepdf:openpdf:1.2.21")
|
optional("com.github.librepdf:openpdf:1.2.21")
|
||||||
optional("org.apache.poi:poi-ooxml:4.1.0")
|
optional("org.apache.poi:poi-ooxml:4.1.1")
|
||||||
optional("org.freemarker:freemarker:${freemarkerVersion}")
|
optional("org.freemarker:freemarker:${freemarkerVersion}")
|
||||||
optional("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")
|
optional("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")
|
||||||
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${jackson2Version}")
|
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${jackson2Version}")
|
||||||
|
|||||||
Reference in New Issue
Block a user