Skip to content

Commit

Permalink
Upgrade to Groovy 2.5.9, RxJava 2.2.18, Tomcat 9.0.31, Jetty 9.4.26, …
Browse files Browse the repository at this point in the history
…Netty 4.1.45, Checkstyle 8.29
  • Loading branch information
jhoeller committed Feb 24, 2020
1 parent 1c0a4f8 commit 2f1f36e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@ ext {

aspectjVersion = "1.9.5"
freemarkerVersion = "2.3.28"
groovyVersion = "2.5.8"
groovyVersion = "2.5.9"
hsqldbVersion = "2.4.1"
jackson2Version = "2.9.9"
jettyVersion = "9.4.25.v20191220"
jettyVersion = "9.4.26.v20200117"
junit5Version = "5.3.2"
kotlinVersion = "1.2.71"
log4jVersion = "2.11.2"
nettyVersion = "4.1.44.Final"
nettyVersion = "4.1.45.Final"
reactorVersion = "Californium-SR16"
rxjavaVersion = "1.3.8"
rxjavaAdapterVersion = "1.2.1"
rxjava2Version = "2.2.17"
rxjava2Version = "2.2.18"
slf4jVersion = "1.7.30" // spring-jcl + consistent 3rd party deps
tiles3Version = "3.0.8"
tomcatVersion = "9.0.30"
tomcatVersion = "9.0.31"
undertowVersion = "2.0.29.Final"

gradleScriptDir = "${rootProject.projectDir}/gradle"
Expand Down Expand Up @@ -142,7 +142,7 @@ configure(allprojects) { project ->
}

checkstyle {
toolVersion = "8.28"
toolVersion = "8.29"
configDir = rootProject.file("src/checkstyle")
}

Expand Down

0 comments on commit 2f1f36e

Please sign in to comment.