Skip to content

Commit

Permalink
Update to 2024.4.15860.20240410T113939Z-240300 and Johnzon 2.0 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert authored Apr 12, 2024
1 parent 56ff197 commit 020a740
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>io.wcm.maven</groupId>
<artifactId>io.wcm.maven.aem-cloud-dependencies</artifactId>
<version>2024.3.15575.20240318T214814Z-231200.0001-SNAPSHOT</version>
<version>2024.4.15860.20240410T113939Z-240300.0000-SNAPSHOT</version>
<packaging>pom</packaging>

<name>AEM Cloud Service Dependencies</name>
Expand Down Expand Up @@ -86,7 +86,7 @@
<groupId>com.adobe.aem</groupId>
<artifactId>aem-sdk-api</artifactId>
<!-- update-aem-deps:from-aem-sdk-api -->
<version>2024.3.15575.20240318T214814Z-231200</version>
<version>2024.4.15860.20240410T113939Z-240300</version>
</dependency>

<!-- OSGI (individual artifacts) -->
Expand Down Expand Up @@ -313,13 +313,13 @@
<dependency>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.core</artifactId>
<version>2.23.4</version>
<version>2.24.4</version>
</dependency>
<dependency>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.testing.aem-mock-plugin</artifactId>
<!-- update-aem-deps:bundle=com.adobe.cq.core.wcm.components.core -->
<version>2.23.4</version>
<version>2.24.4</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -518,19 +518,26 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.commons.johnzon</artifactId>
<version>1.2.16</version>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.johnzon</groupId>
<artifactId>johnzon-core</artifactId>
<!-- update-aem-deps:derived-from=org.apache.sling.commons.johnzon:1.2.16 -->
<version>1.2.21</version>
<!-- update-aem-deps:derived-from=org.apache.sling.commons.johnzon:2.0.0 -->
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-json_1.1_spec</artifactId>
<!-- update-aem-deps:derived-from=org.apache.sling.commons.johnzon:1.2.16 -->
<version>1.3</version>
<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-api</artifactId>
<!-- update-aem-deps:derived-from=org.apache.sling.commons.johnzon:2.0.0 -->
<version>2.1.1</version>
</dependency>
<!-- Update to latest Sling JSON Content Parser 2.x for unit tests for compatibility with Johnzon 2.0 (switch from javax.json to jakarta.json) -->
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.contentparser.json</artifactId>
<!-- update-aem-deps:ignore -->
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
Expand Down

0 comments on commit 020a740

Please sign in to comment.