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 11464a1d8ab8f16caf50323b4f77d339e8fb307d Author: juanpablo <[email protected]> AuthorDate: Sat Aug 24 00:41:23 2019 +0200 JSPWIKI-1115: Upgrade flexmark to 0.50.28 and tomcat to 8.5.45 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 04910ff..e4df6e7 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ <commons-lang.version>3.9</commons-lang.version> <commons-text.version>1.7</commons-text.version> <ehcache.version>2.10.6</ehcache.version> - <flexmark.version>0.50.26</flexmark.version> + <flexmark.version>0.50.28</flexmark.version> <freshcookies-security.version>0.60</freshcookies-security.version> <gson.version>2.8.5</gson.version> <hsqldb.version>2.4.1</hsqldb.version> @@ -71,7 +71,7 @@ <slf4j.version>1.7.28</slf4j.version> <stripes.version>1.7.0-async-beta</stripes.version> <tika.version>1.22</tika.version> - <tomcat.version>8.5.43</tomcat.version> + <tomcat.version>8.5.45</tomcat.version> <wro4j.version>1.8.0</wro4j.version> <xmlrpc.version>2.0.1</xmlrpc.version>
