Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Mar 6, 2024
2 parents 0e2440f + c0c1bea commit b832b8e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: ${{ matrix.distribution }}
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
git config --global user.name "${{ secrets.GH_SITE_DEPLOY_NAME }}"
- name: Setup JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
Expand Down
16 changes: 8 additions & 8 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>2023.12.14697.20231215T125030Z-231200.0000</version>
<version>2024.2.15262.20240224T002940Z-231200.0000</version>
<packaging>pom</packaging>

<name>AEM Cloud Service Dependencies</name>
Expand Down Expand Up @@ -68,8 +68,8 @@
<slf4j.version>1.7.32</slf4j.version>
<!-- update-aem-deps:bundle=org.apache.jackrabbit.jackrabbit-jcr-commons -->
<jackrabbit.version>2.20.13</jackrabbit.version>
<!-- update-aem-deps:derived-from=org.apache.jackrabbit.oak-core:1.58-* -->
<oak.version>1.58.0</oak.version>
<!-- update-aem-deps:derived-from=org.apache.jackrabbit.oak-core:1.60-* -->
<oak.version>1.60.0</oak.version>

<!-- repository settings -->
<distribution.snapshotRepositoryId>ossrh</distribution.snapshotRepositoryId>
Expand All @@ -86,7 +86,7 @@
<groupId>com.adobe.aem</groupId>
<artifactId>aem-sdk-api</artifactId>
<!-- update-aem-deps:from-aem-sdk-api -->
<version>2023.12.14697.20231215T125030Z-231200</version>
<version>2024.2.15262.20240224T002940Z-231200</version>
</dependency>

<!-- OSGI (individual artifacts) -->
Expand Down Expand Up @@ -444,17 +444,17 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.15.2</version>
<version>2.16.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.15.2</version>
<version>2.16.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.15.2</version>
<version>2.16.1</version>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
Expand Down Expand Up @@ -513,7 +513,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.commons.mime</artifactId>
<version>2.2.2</version>
<version>2.2.4</version>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/it/aem-mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.wcm.maven</groupId>
<artifactId>io.wcm.maven.global-parent</artifactId>
<version>53</version>
<version>56</version>
</parent>

<groupId>io.wcm.maven.it</groupId>
Expand Down

0 comments on commit b832b8e

Please sign in to comment.