You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2018/10/26 19:47:35 UTC

[jspwiki] 05/06: flexmark updated to 0.34.56

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 6d93e5ddda5532364b45fee3d6bd476288bb4b86
Author: juanpablo <ju...@apache.org>
AuthorDate: Fri Oct 26 21:28:53 2018 +0200

    flexmark updated to 0.34.56
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c450a8b..eb582e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-    <flexmark.version>0.34.46</flexmark.version>
+    <flexmark.version>0.34.56</flexmark.version>
     <jdk.version>1.8</jdk.version>
     <junit.version>5.3.1</junit.version>
     <maven.compiler.source>${jdk}</maven.compiler.source> <!-- override values from parent pom -->