This is an automated email from the ASF dual-hosted git repository.

juanpablo pushed a commit to branch jbake
in repository https://gitbox.apache.org/repos/asf/jspwiki-site.git


The following commit(s) were added to refs/heads/jbake by this push:
     new 0ac19b2e45 Upgrade parent, japicmp, flexmark and freemarker 
dependencies
0ac19b2e45 is described below

commit 0ac19b2e4537e4cf5102a9aefdd48ed16e1a4853
Author: Juan Pablo Santos Rodríguez <juanpablo.san...@gmail.com>
AuthorDate: Thu Jan 2 16:08:25 2025 +0100

    Upgrade parent, japicmp, flexmark and freemarker dependencies
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0eab389e88..ea0ffa418d 100755
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>29</version>
+    <version>32</version>
   </parent>
 
   <groupId>org.apache.jspwiki</groupId>
@@ -39,14 +39,14 @@
     <jbake.dest>${project.build.directory}/content</jbake.dest>
     <plugin.enforcer>3.5.0</plugin.enforcer>
     <plugin.resources>3.3.1</plugin.resources>
-    <plugin.japicmp.version>0.21.2</plugin.japicmp.version>
+    <plugin.japicmp.version>0.23.0</plugin.japicmp.version>
     <plugin.japicmp.jspwiki-new>2.12.3-SNAPSHOT</plugin.japicmp.jspwiki-new>
     <plugin.japicmp.jspwiki-old>2.12.0</plugin.japicmp.jspwiki-old>
     <plugin.jbake>0.3.4</plugin.jbake>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-    <version.flexmark>0.64.0</version.flexmark>
-    <version.freemarker>2.3.33</version.freemarker>
+    <version.flexmark>0.64.8</version.flexmark>
+    <version.freemarker>2.3.34</version.freemarker>
     <version.jdk>11</version.jdk>
     <version.maven>3.5.0</version.maven>
   </properties>

Reply via email to