Skip to content

Commit 4307707

Browse files
committed
Upgrade to Netty 4.1.32, Undertow 2.0.16, OpenPDF 1.2.7
Includes Hibernate ORM 5.1.17 for integration tests.
1 parent 0841dc5 commit 4307707

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ ext {
3737
junit5Version = "5.3.2"
3838
kotlinVersion = "1.2.71"
3939
log4jVersion = "2.11.1"
40-
nettyVersion = "4.1.31.Final"
40+
nettyVersion = "4.1.32.Final"
4141
reactorVersion = "Californium-SR3"
4242
rxjavaVersion = "1.3.8"
4343
rxjavaAdapterVersion = "1.2.1"
4444
rxjava2Version = "2.2.4"
4545
slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps
4646
tiles3Version = "3.0.8"
4747
tomcatVersion = "9.0.13"
48-
undertowVersion = "2.0.15.Final"
48+
undertowVersion = "2.0.16.Final"
4949

5050
gradleScriptDir = "${rootProject.projectDir}/gradle"
5151
withoutJclOverSlf4J = {
@@ -276,7 +276,7 @@ configure(rootProject) {
276276
testCompile("javax.servlet:javax.servlet-api:3.1.0")
277277
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
278278
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
279-
testCompile("org.hibernate:hibernate-core:5.1.16.Final")
279+
testCompile("org.hibernate:hibernate-core:5.1.17.Final")
280280
}
281281

282282
artifacts {

spring-webmvc/spring-webmvc.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
optional("javax.xml.bind:jaxb-api:2.3.1")
2424
optional("org.webjars:webjars-locator-core:0.35")
2525
optional("com.rometools:rome:1.11.1")
26-
optional("com.github.librepdf:openpdf:1.2.5")
26+
optional("com.github.librepdf:openpdf:1.2.7")
2727
optional("org.apache.poi:poi-ooxml:4.0.0")
2828
optional("org.freemarker:freemarker:${freemarkerVersion}")
2929
optional("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")

0 commit comments

Comments
 (0)