File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,18 +33,18 @@ ext {
33
33
groovyVersion = " 2.5.9"
34
34
hsqldbVersion = " 2.4.1"
35
35
jackson2Version = " 2.9.9"
36
- jettyVersion = " 9.4.27.v20200227 "
36
+ jettyVersion = " 9.4.28.v20200408 "
37
37
junit5Version = " 5.3.2"
38
38
kotlinVersion = " 1.2.71"
39
39
log4jVersion = " 2.11.2"
40
- nettyVersion = " 4.1.48 .Final"
40
+ nettyVersion = " 4.1.49 .Final"
41
41
reactorVersion = " Californium-BUILD-SNAPSHOT"
42
42
rxjavaVersion = " 1.3.8"
43
43
rxjavaAdapterVersion = " 1.2.1"
44
44
rxjava2Version = " 2.2.19"
45
45
slf4jVersion = " 1.7.30" // spring-jcl + consistent 3rd party deps
46
46
tiles3Version = " 3.0.8"
47
- tomcatVersion = " 9.0.33 "
47
+ tomcatVersion = " 9.0.34 "
48
48
undertowVersion = " 2.0.30.Final"
49
49
50
50
gradleScriptDir = " ${ rootProject.projectDir} /gradle"
@@ -142,7 +142,7 @@ configure(allprojects) { project ->
142
142
}
143
143
144
144
checkstyle {
145
- toolVersion = " 8.30 "
145
+ toolVersion = " 8.31 "
146
146
configDir = rootProject. file(" src/checkstyle" )
147
147
}
148
148
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
18
18
optional(" javax.xml.ws:jaxws-api:2.3.1" )
19
19
optional(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
20
20
optional(" org.codehaus.groovy:groovy:${ groovyVersion} " )
21
- optional(" org.beanshell:bsh:2.0b5 " )
21
+ optional(" org.apache-extras. beanshell:bsh:2.0b6 " )
22
22
optional(" joda-time:joda-time:2.10.5" )
23
23
optional(" org.hibernate:hibernate-validator:5.4.3.Final" )
24
24
optional(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
You can’t perform that action at this time.
0 commit comments