File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ ext {
41
41
reactorVersion = " Californium-SR13"
42
42
rxjavaVersion = " 1.3.8"
43
43
rxjavaAdapterVersion = " 1.2.1"
44
- rxjava2Version = " 2.2.12 "
44
+ rxjava2Version = " 2.2.13 "
45
45
slf4jVersion = " 1.7.28" // spring-jcl + consistent 3rd party deps
46
46
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"
49
49
50
50
gradleScriptDir = " ${ rootProject.projectDir} /gradle"
51
51
withoutJclOverSlf4j = {
@@ -142,7 +142,7 @@ configure(allprojects) { project ->
142
142
}
143
143
144
144
checkstyle {
145
- toolVersion = " 8.24 "
145
+ toolVersion = " 8.26 "
146
146
configDir = rootProject. file(" src/checkstyle" )
147
147
}
148
148
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies {
9
9
optional(project(" :spring-context" ))
10
10
optional(project(" :spring-web" ))
11
11
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" )
13
13
optional(" javax.servlet:javax.servlet-api:3.1.0" )
14
14
testCompile(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
15
15
testCompile(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dependencies {
24
24
optional(" org.webjars:webjars-locator-core:0.37" )
25
25
optional(" com.rometools:rome:1.12.2" )
26
26
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 " )
28
28
optional(" org.freemarker:freemarker:${ freemarkerVersion} " )
29
29
optional(" com.fasterxml.jackson.core:jackson-databind:${ jackson2Version} " )
30
30
optional(" com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${ jackson2Version} " )
You can’t perform that action at this time.
0 commit comments