This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-ognl.git
The following commit(s) were added to refs/heads/master by this push: new a3aee90 Updates changes.xml a3aee90 is described below commit a3aee905ef55ebebdd771e8658fa2a6d46c5771b Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Sat Dec 26 10:26:08 2020 +0100 Updates changes.xml --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5eb41d6..649a7fa 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -23,6 +23,9 @@ </properties> <body> <release version="4.0-incubating" date="TBD" description="First ASF release under Incubation."> + <action issue="OGNL-39" type="update" dev="nhojpatrick"> + Upgrade to JUnit v4.13.1 + </action> <action issue="OGNL-39" type="update" dev="mcucchiara"> Simplify OgnlRuntime: Greatly simplified OgnlRuntime, delegating away responsibilities to several new classes. Caching responsibilities are now taken by a new OgnlCache class.