File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,15 +37,15 @@ ext {
37
37
junit5Version = " 5.3.2"
38
38
kotlinVersion = " 1.2.71"
39
39
log4jVersion = " 2.11.1"
40
- nettyVersion = " 4.1.31 .Final"
40
+ nettyVersion = " 4.1.32 .Final"
41
41
reactorVersion = " Californium-SR3"
42
42
rxjavaVersion = " 1.3.8"
43
43
rxjavaAdapterVersion = " 1.2.1"
44
44
rxjava2Version = " 2.2.4"
45
45
slf4jVersion = " 1.7.25" // spring-jcl + consistent 3rd party deps
46
46
tiles3Version = " 3.0.8"
47
47
tomcatVersion = " 9.0.13"
48
- undertowVersion = " 2.0.15 .Final"
48
+ undertowVersion = " 2.0.16 .Final"
49
49
50
50
gradleScriptDir = " ${ rootProject.projectDir} /gradle"
51
51
withoutJclOverSlf4J = {
@@ -276,7 +276,7 @@ configure(rootProject) {
276
276
testCompile(" javax.servlet:javax.servlet-api:3.1.0" )
277
277
testCompile(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
278
278
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" )
280
280
}
281
281
282
282
artifacts {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
23
23
optional(" javax.xml.bind:jaxb-api:2.3.1" )
24
24
optional(" org.webjars:webjars-locator-core:0.35" )
25
25
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 " )
27
27
optional(" org.apache.poi:poi-ooxml:4.0.0" )
28
28
optional(" org.freemarker:freemarker:${ freemarkerVersion} " )
29
29
optional(" com.fasterxml.jackson.core:jackson-databind:${ jackson2Version} " )
You can’t perform that action at this time.
0 commit comments