diff --git a/pom.xml b/pom.xml index e4d683ec7..2a5b1d577 100644 --- a/pom.xml +++ b/pom.xml @@ -516,7 +516,7 @@ org.junit.jupiter junit-jupiter - 5.5.1 + 5.5.2 test diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0ed0db07f..2f70c0c0d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -67,6 +67,7 @@ The type attribute can be add,update,fix,remove. Add ClassLoaderUtils with toString() implementations #453. Add null-safe APIs as StringUtils.toRootLowerCase(String) and StringUtils.toRootUpperCase(String) #456. StringIndexOutOfBoundsException in StringUtils.replaceIgnoreCase #423. + junit-jupiter 5.5.1 -> 5.5.2.