Skip to content

Commit

Permalink
Update to 2024.7.17098.20240711T134106Z-240600
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jul 16, 2024
1 parent 9032d2c commit 98935c2
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 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.6.16971.20240628T122619Z-240600.0001-SNAPSHOT</version>
<version>2024.7.17098.20240711T134106Z-240600.0000-SNAPSHOT</version>
<packaging>pom</packaging>

<name>AEM Cloud Service Dependencies</name>
Expand Down Expand Up @@ -67,7 +67,7 @@
<!-- update-aem-deps:bundle=slf4j.api -->
<slf4j.version>1.7.32</slf4j.version>
<!-- update-aem-deps:bundle=org.apache.jackrabbit.jackrabbit-jcr-commons -->
<jackrabbit.version>2.20.16</jackrabbit.version>
<jackrabbit.version>2.22.0</jackrabbit.version>
<!-- update-aem-deps:derived-from=org.apache.jackrabbit.oak-core -->
<oak.version>1.62.0</oak.version>

Expand All @@ -86,7 +86,7 @@
<groupId>com.adobe.aem</groupId>
<artifactId>aem-sdk-api</artifactId>
<!-- update-aem-deps:from-aem-sdk-api -->
<version>2024.6.16971.20240628T122619Z-240600</version>
<version>2024.7.17098.20240711T134106Z-240600</version>
</dependency>

<!-- OSGI (individual artifacts) -->
Expand Down Expand Up @@ -136,7 +136,7 @@
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.http.whiteboard</artifactId>
<!-- update-aem-deps:bundle-package=org.apache.felix.http.jetty:org.osgi.service.http.whiteboard -->
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
Expand Down Expand Up @@ -336,7 +336,7 @@
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<!-- update-aem-deps:bundle=org.apache.commons.commons-io -->
<version>2.15.1</version>
<version>2.16.1</version>
</dependency>
<dependency>
<groupId>org.apache.cocoon</groupId>
Expand Down Expand Up @@ -422,7 +422,7 @@
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<!-- update-aem-deps:bundle=org.apache.commons.commons-codec -->
<version>1.16.0</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -450,17 +450,17 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.16.1</version>
<version>2.17.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.16.1</version>
<version>2.17.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.16.1</version>
<version>2.17.1</version>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
Expand Down Expand Up @@ -583,7 +583,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.scripting.sightly</artifactId>
<version>1.4.22-1.4.0</version>
<version>1.4.24-1.4.0</version>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
Expand Down Expand Up @@ -618,6 +618,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.models.impl</artifactId>
<!-- update-aem-deps:derived-from=org.apache.sling.models.impl:1.6.5-B0001 -->
<version>1.6.4</version>
</dependency>
<dependency>
Expand Down Expand Up @@ -668,7 +669,7 @@
<dependency>
<groupId>org.apache.jackrabbit.vault</groupId>
<artifactId>org.apache.jackrabbit.vault</artifactId>
<!-- update-aem-deps:derived-from=org.apache.jackrabbit.vault:3.7.3-T20240514105118-694f6aea -->
<!-- update-aem-deps:derived-from=org.apache.jackrabbit.vault:3.7.3-T20240702132512-ac15993d -->
<version>3.7.2</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 98935c2

Please sign in to comment.