Skip to content

Commit edf22a3

Browse files
committed
Upgrade to Log4J 2.10 (and Groovy 2.4.13)
1 parent 3b96690 commit edf22a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ configure(allprojects) { project ->
4343

4444
ext.aspectjVersion = "1.8.13"
4545
ext.freemarkerVersion = "2.3.27-incubating"
46-
ext.groovyVersion = "2.4.12"
46+
ext.groovyVersion = "2.4.13"
4747
ext.hsqldbVersion = "2.4.0"
4848
ext.jackson2Version = "2.9.2"
4949
ext.jettyVersion = "9.4.7.v20170914"
5050
ext.junitJupiterVersion = "5.0.2"
5151
ext.junitPlatformVersion = "1.0.2"
5252
ext.junitVintageVersion = "4.12.2"
5353
ext.kotlinVersion = "1.1.60"
54-
ext.log4jVersion = "2.9.1"
54+
ext.log4jVersion = "2.10.0"
5555
ext.nettyVersion = "4.1.17.Final"
5656
ext.reactorVersion = "Bismuth-SR4"
5757
ext.rxjavaVersion = "1.3.4"

0 commit comments

Comments
 (0)