Skip to content

Commit ea7b010

Browse files
committed
Upgrade to Tomcat 9.0.34, Jetty 9.4.28, Netty 4.1.49, BeanShell 2.0b6, Checkstyle 8.31
1 parent e3175a2 commit ea7b010

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@ ext {
3333
groovyVersion = "2.5.9"
3434
hsqldbVersion = "2.4.1"
3535
jackson2Version = "2.9.9"
36-
jettyVersion = "9.4.27.v20200227"
36+
jettyVersion = "9.4.28.v20200408"
3737
junit5Version = "5.3.2"
3838
kotlinVersion = "1.2.71"
3939
log4jVersion = "2.11.2"
40-
nettyVersion = "4.1.48.Final"
40+
nettyVersion = "4.1.49.Final"
4141
reactorVersion = "Californium-BUILD-SNAPSHOT"
4242
rxjavaVersion = "1.3.8"
4343
rxjavaAdapterVersion = "1.2.1"
4444
rxjava2Version = "2.2.19"
4545
slf4jVersion = "1.7.30" // spring-jcl + consistent 3rd party deps
4646
tiles3Version = "3.0.8"
47-
tomcatVersion = "9.0.33"
47+
tomcatVersion = "9.0.34"
4848
undertowVersion = "2.0.30.Final"
4949

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

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

spring-context/spring-context.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
optional("javax.xml.ws:jaxws-api:2.3.1")
1919
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
2020
optional("org.codehaus.groovy:groovy:${groovyVersion}")
21-
optional("org.beanshell:bsh:2.0b5")
21+
optional("org.apache-extras.beanshell:bsh:2.0b6")
2222
optional("joda-time:joda-time:2.10.5")
2323
optional("org.hibernate:hibernate-validator:5.4.3.Final")
2424
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")

0 commit comments

Comments
 (0)