diff --git a/pom.xml b/pom.xml index 76c7117158..6f8937371c 100644 --- a/pom.xml +++ b/pom.xml @@ -58,7 +58,7 @@ 3.3.0 21.2.0 - 1.3 + 1.4 0.15.3 false diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6b84009d7b..b210ad47c8 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -91,6 +91,7 @@ The type attribute can be add,update,fix,remove. Bump commons.project-info.version from 3.1.0 to 3.1.2. Bump jmh.version from 1.32 to 1.33 #254. A More Efficient Implementation for Calculating Size of Longest Common Subsequence + Bump commons-rng-simple from 1.3 to 1.4 #266. Removed non-existing parameter from Javadocs and spelled out parameters in throws.