From ba1df937ffafbfeb13881797ce8c71662dcb8be7 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Wed, 10 Feb 2021 17:10:07 -0500 Subject: [PATCH] Bump actions/cache from v2 to v2.1.4 #710. --- src/changes/changes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ee60ed429..114f3a2fc 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -88,6 +88,7 @@ The type attribute can be add,update,fix,remove. Add JavaVersion.JAVA_17. Add missing boolean[] join method #686. Add StringUtils.substringBefore(String, int). + Introduce the use of @Nonnull, and @Nullable, and the Objects class as a helper tool. Enable Dependabot #587. Bump junit-jupiter from 5.6.2 to 5.7.0. @@ -106,7 +107,7 @@ The type attribute can be add,update,fix,remove. Processor.java: check enum equality with == instead of .equals() method #690. Bump junit-pioneer from 1.1.0 to 1.3.0 #702. Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 #705. - Introduce the use of @Nonnull, and @Nullable, and the Objects class as a helper tool. + Bump actions/cache from v2 to v2.1.4 #710. Refine test output for FastDateParserTest