diff --git a/changes.xml b/changes.xml
index b0a9bf1..5532209 100644
--- a/changes.xml
+++ b/changes.xml
@@ -23,6 +23,12 @@
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
+
+
+ Update global-parent dependency to 60.
+
+
+
Update global-parent dependency to 57.
diff --git a/pom.xml b/pom.xml
index 5b2d90a..40f9065 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,13 +25,13 @@
io.wcm.maven
io.wcm.maven.global-parent
- 57
+ 60
io.wcm.maven
io.wcm.maven.parent
- 2.1.8
+ 2.1.10
pom
Maven Tooling
@@ -83,8 +83,8 @@
scm:git:https://github.com/wcm-io/wcm-io.github.io.git
- 3.13.1
- 5.12.0
+ 3.15.1
+ 5.14.2
@@ -124,7 +124,7 @@
org.junit
junit-bom
- 5.10.2
+ 5.11.3
pom
import
@@ -301,6 +301,18 @@
+
+
+ org.apache.maven.plugins
+ maven-site-plugin
+ 3.12.1
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+ 3.5.0
+
+
diff --git a/src/site/markdown/aem-dependencies.md b/src/site/markdown/aem-dependencies.md
index 2ebe67c..3c78237 100644
--- a/src/site/markdown/aem-dependencies.md
+++ b/src/site/markdown/aem-dependencies.md
@@ -4,7 +4,7 @@ Defines Maven dependencies for a specific AEM version, including those that are
The first part of the AEM dependencies version number matches with the AEM version, and the version of the AEM API JAR. The last part (4 digits) is the revision number added by the wcm.io project, and is incremented if a fix or update of the POM needs to be published for the same AEM versions.
-### AEM Cloud Service
+### AEM as a Cloud Service (AEMaaCS)
[![Maven Central](https://img.shields.io/maven-central/v/io.wcm.maven/io.wcm.maven.aem-cloud-dependencies)](https://repo1.maven.org/maven2/io/wcm/maven/io.wcm.maven.aem-cloud-dependencies/)
@@ -20,6 +20,8 @@ The first part of the AEM dependencies version number matches with the AEM versi
Source code: https://github.com/wcm-io/io.wcm.maven.aem-cloud-dependencies
+*Please note*: Since version `2024.7.17098.20240711T134106Z-240600.0000` JSONP 2.1 and Johnzon 2.x is used by default by this POM. If your code, or dependencies of your project, still rely on JSONP 1.1 and Johnzon 1.2.x, you can use the [Mixin for JSONP 1.1](https://github.com/wcm-io/io.wcm.maven.aem-cloud-dependencies-mixin-jsonp11).
+
### AEM 6.5 - Latest Version
@@ -47,7 +49,7 @@ Source code: https://github.com/wcm-io/io.wcm.maven.aem-dependencies
io.wcm.maven
io.wcm.maven.aem-dependencies
- 6.5.0.0005
+ 6.5.0.0007
pom
import