Skip to content

Commit 3eebdb3

Browse files
committed
Upgrade to JUnit 5.0.1 and Tomcat 8.5.23
1 parent fbf2e1e commit 3eebdb3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ configure(allprojects) { project ->
4747
ext.hsqldbVersion = "2.4.0"
4848
ext.jackson2Version = "2.9.1"
4949
ext.jettyVersion = "9.4.7.v20170914"
50-
ext.junitJupiterVersion = "5.0.0"
51-
ext.junitPlatformVersion = "1.0.0"
52-
ext.junitVintageVersion = "4.12.0"
50+
ext.junitJupiterVersion = "5.0.1"
51+
ext.junitPlatformVersion = "1.0.1"
52+
ext.junitVintageVersion = "4.12.1"
5353
ext.kotlinVersion = "1.1.51"
5454
ext.log4jVersion = "2.9.1"
5555
ext.nettyVersion = "4.1.16.Final"
@@ -59,7 +59,7 @@ configure(allprojects) { project ->
5959
ext.rxjava2Version = "2.1.4"
6060
ext.slf4jVersion = "1.7.25"
6161
ext.tiles3Version = "3.0.7"
62-
ext.tomcatVersion = "8.5.21"
62+
ext.tomcatVersion = "8.5.23"
6363
ext.undertowVersion = "1.4.20.Final"
6464

6565
ext.gradleScriptDir = "${rootProject.projectDir}/gradle"

spring-test/spring-test.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ dependencies {
3535
optional("javax.websocket:javax.websocket-api:1.1")
3636
optional("junit:junit:4.12")
3737
optional("org.junit.jupiter:junit-jupiter-api:${junitJupiterVersion}")
38+
optional("org.apiguardian:apiguardian-api:1.0.0") // for compiling against JUnit 5 without warnings
3839
optional("org.testng:testng:6.12")
3940
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
4041
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")

0 commit comments

Comments
 (0)