From a3edc1b6a6e25e3432b7cdb518219af16a45d55e Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Mon, 17 Feb 2020 10:32:12 -0500 Subject: [PATCH] [LANG-1433] MethodUtils will throw a NPE if invokeMethod() is called for a var-args method #407. --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index dc315a962..611d025be 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -102,6 +102,7 @@ The type attribute can be add,update,fix,remove. org.junit.jupiter:junit-jupiter 5.5.2 -> 5.6.0. Use Javadoc {@code} instead of pre tags. #490. ExceptionUtilsTest to 100% #486. + MethodUtils will throw a NPE if invokeMethod() is called for a var-args method #407.