This is an automated email from the ASF dual-hosted git repository. juanpablo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jspwiki.git
commit a09f19ee6cebf531524eeae30dca06efb92301bf Author: Juan Pablo Santos RodrÃguez <[email protected]> AuthorDate: Sun Feb 20 22:24:56 2022 +0100 2.11.2-git-04 --- ChangeLog.md | 17 +++++++++++++++++ .../src/main/java/org/apache/wiki/api/Release.java | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index b498717..ea1636c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -17,6 +17,23 @@ specific language governing permissions and limitations under the License. --> +**2022-02-20 Juan Pablo Santos (juanpablo AT apache DOT org)** + +* _2.11.2-git-04_ + +* [JSPWIKI-79](https://issues.apache.org/jira/browse/JSPWIKI-79) - Ounce Labs Security Finding: Authentication - Change Password + +* Refactored the `org.apache.wiki.htmltowiki` package, so it doesn't use `Stack` but instead a `Deque`. May split the package on the main module to its own module later on. + +* Dependency updates + * Mockito 4.3.1 + * Selenide to 6.3.3 + * SLF4J to 1.7.36 + * Tika to 2.3.0 + * Tomcat to 9.0.58 + * Maven compiler (3.10.0), project info reports (3.2.0), javadocs (3.3.2) and cargo-maven3 (1.9.10) plugins + + **2022-01-13 Juan Pablo Santos (juanpablo AT apache DOT org)** * _2.11.2-git-03_ diff --git a/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java b/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java index ea01664..6c7df62 100644 --- a/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java +++ b/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java @@ -69,7 +69,7 @@ public final class Release { * <p> * If the build identifier is empty, it is not added. */ - public static final String BUILD = "03"; + public static final String BUILD = "04"; /** * This is the generic version string you should use when printing out the version. It is of
