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 2022/10/19 21:50:01 UTC

[jspwiki] branch master updated: fix sublist indenting

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


The following commit(s) were added to refs/heads/master by this push:
     new fabcbd750 fix sublist indenting
fabcbd750 is described below

commit fabcbd750cac95746dd4076801dc1a4f761a1864
Author: Juan Pablo Santos Rodríguez <ju...@gmail.com>
AuthorDate: Wed Oct 19 23:49:43 2022 +0200

    fix sublist indenting
---
 ChangeLog.md | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/ChangeLog.md b/ChangeLog.md
index b3b24791d..6fe9da630 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -26,18 +26,18 @@ under the License.
 * Add missing licenses PR [#220](https://github.com/apache/jspwiki/pull/206) provided by [Arturo Bernal](https://github.com/arturobernalg), thanks!
 
 * Dependency updates
-  * commons-text to 1.10.0
-  * Flexmark to 0.64.0
-  * Gson to 2.9.1 (closes [#219](https://github.com/apache/jspwiki/pull/219)), thanks to dependabot
-  * JUnit to 5.9.1
-  * Log4J to 2.19.0
-  * Lucene to 9.4.0
-  * Mockito to 4.8.1 (closes/superseeds [#225](https://github.com/apache/jspwiki/pull/225))
-  * NekoHTML to 2.1.2
-  * Selenide to 6.9.0 (closes [#233](https://github.com/apache/jspwiki/pull/233)), thanks to dependabot
-  * Tika to 2.5.0
-  * Tomcat to 9.0.68
-  * Maven plugins: jar to 3.3.0, javadoc to 3.4.1, jxr to 3.3.0, project-info-reports to 3.4.1 (closes [#224](https://github.com/apache/jspwiki/pull/224), thanks to dependabot), wro4j to 1.10.1
+    * commons-text to 1.10.0
+    * Flexmark to 0.64.0
+    * Gson to 2.9.1 (closes [#219](https://github.com/apache/jspwiki/pull/219)), thanks to dependabot
+    * JUnit to 5.9.1
+    * Log4J to 2.19.0
+    * Lucene to 9.4.0
+    * Mockito to 4.8.1 (closes/superseeds [#225](https://github.com/apache/jspwiki/pull/225))
+    * NekoHTML to 2.1.2
+    * Selenide to 6.9.0 (closes [#233](https://github.com/apache/jspwiki/pull/233)), thanks to dependabot
+    * Tika to 2.5.0
+    * Tomcat to 9.0.68
+    * Maven plugins: jar to 3.3.0, javadoc to 3.4.1, jxr to 3.3.0, project-info-reports to 3.4.1 (closes [#224](https://github.com/apache/jspwiki/pull/224), thanks to dependabot), wro4j to 1.10.1
 
 **2022-07-25  Juan Pablo Santos (juanpablo AT apache DOT org)**