Skip to content

Commit 6faf61b

Browse files
committed
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)
1 parent 80a5019 commit 6faf61b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ ext {
4141
reactorVersion = "Californium-SR13"
4242
rxjavaVersion = "1.3.8"
4343
rxjavaAdapterVersion = "1.2.1"
44-
rxjava2Version = "2.2.12"
44+
rxjava2Version = "2.2.13"
4545
slf4jVersion = "1.7.28" // spring-jcl + consistent 3rd party deps
4646
tiles3Version = "3.0.8"
47-
tomcatVersion = "9.0.26"
48-
undertowVersion = "2.0.26.Final"
47+
tomcatVersion = "9.0.27"
48+
undertowVersion = "2.0.27.Final"
4949

5050
gradleScriptDir = "${rootProject.projectDir}/gradle"
5151
withoutJclOverSlf4j = {
@@ -142,7 +142,7 @@ configure(allprojects) { project ->
142142
}
143143

144144
checkstyle {
145-
toolVersion = "8.24"
145+
toolVersion = "8.26"
146146
configDir = rootProject.file("src/checkstyle")
147147
}
148148

spring-orm/spring-orm.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
optional(project(":spring-context"))
1010
optional(project(":spring-web"))
1111
optional("org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.4")
12-
optional("org.hibernate:hibernate-core:5.3.12.Final")
12+
optional("org.hibernate:hibernate-core:5.3.13.Final")
1313
optional("javax.servlet:javax.servlet-api:3.1.0")
1414
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
1515
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")

spring-webmvc/spring-webmvc.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
optional("org.webjars:webjars-locator-core:0.37")
2525
optional("com.rometools:rome:1.12.2")
2626
optional("com.github.librepdf:openpdf:1.2.21")
27-
optional("org.apache.poi:poi-ooxml:4.1.0")
27+
optional("org.apache.poi:poi-ooxml:4.1.1")
2828
optional("org.freemarker:freemarker:${freemarkerVersion}")
2929
optional("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")
3030
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${jackson2Version}")

0 commit comments

Comments
 (0)