diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 462df53..9d867d8 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -19,20 +19,20 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - java: [8, 11, 17] + java: [11, 17] os: [ubuntu-latest] distribution: [temurin] steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup JDK - uses: actions/setup-java@v2 + uses: actions/setup-java@v3 with: distribution: ${{ matrix.distribution }} java-version: ${{ matrix.java }} - cache: 'maven' + cache: maven - name: Build and verify run: ./mvnw -s ./.maven-settings.xml -B -U -Prun-its clean verify diff --git a/.github/workflows/maven-deploy.yml b/.github/workflows/maven-deploy.yml index a48b842..d92da83 100644 --- a/.github/workflows/maven-deploy.yml +++ b/.github/workflows/maven-deploy.yml @@ -1,4 +1,4 @@ -# Deploy snapshots to Sonatpe OSS repository and deploy site to GitHub Pages +# Deploy snapshots to Sonatype OSS repository and deploy site to GitHub Pages name: Deploy @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Configure GIT run: | @@ -23,11 +23,11 @@ jobs: git config --global user.name "${{ secrets.GH_SITE_DEPLOY_NAME }}" - name: Setup JDK - uses: actions/setup-java@v2 + uses: actions/setup-java@v3 with: distribution: temurin - java-version: 8 - cache: 'maven' + java-version: 11 + cache: maven - name: Build, verify, deploy, generate site env: diff --git a/.github/workflows/release-from-tag.yml b/.github/workflows/release-from-tag.yml index 471f3f6..ccfe8de 100644 --- a/.github/workflows/release-from-tag.yml +++ b/.github/workflows/release-from-tag.yml @@ -12,7 +12,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ncipollo/release-action@v1 with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 8718fc9..ac0058b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Maven dependencies for the AEM Cloud Service SDK Documentation: https://wcm.io/tooling/maven/aem-dependencies.html
-Issues: https://wcm-io.atlassian.net/browse/WTOOL
+Issues: https://github.com/wcm-io/io.wcm.maven.aem-cloud-dependencies/issues
Wiki: https://wcm-io.atlassian.net/wiki/
Continuous Integration: https://github.com/wcm-io/io.wcm.maven.aem-cloud-dependencies/actions
Commercial support: https://wcm.io/commercial-support.html diff --git a/pom.xml b/pom.xml index 3abd07f..6f5b22c 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ io.wcm.maven io.wcm.maven.aem-cloud-dependencies - 2022.11.9850.20221116T162329Z-220900.0000 + 2022.12.10488.20221222T085327Z-220900.0000 pom AEM Cloud Service Dependencies @@ -67,7 +67,7 @@ 1.7.32 - 2.20.0 + 2.20.7 1.44.0 @@ -86,7 +86,7 @@ com.adobe.aem aem-sdk-api - 2022.11.9850.20221116T162329Z-220900 + 2022.12.10488.20221222T085327Z-220900 @@ -105,7 +105,7 @@ org.osgi org.osgi.service.component - + 1.5.0 @@ -313,13 +313,13 @@ com.adobe.cq core.wcm.components.core - 2.20.8 + 2.21.2 com.adobe.cq core.wcm.components.testing.aem-mock-plugin - 2.20.8 + 2.21.2 org.slf4j @@ -444,17 +444,17 @@ com.fasterxml.jackson.core jackson-core - 2.13.0 + 2.13.4 com.fasterxml.jackson.core jackson-annotations - 2.13.0 + 2.13.4 com.fasterxml.jackson.core jackson-databind - 2.13.0 + 2.13.4 org.apache.geronimo.specs @@ -498,7 +498,7 @@ org.apache.sling org.apache.sling.serviceusermapper - 1.5.4 + 1.5.6 org.apache.sling @@ -508,7 +508,7 @@ org.apache.sling org.apache.sling.jcr.resource - 3.2.0 + 3.2.4 org.apache.sling @@ -605,7 +605,7 @@ org.apache.sling org.apache.sling.models.impl - 1.5.2 + 1.5.4 org.apache.sling @@ -625,7 +625,7 @@ org.apache.sling org.apache.sling.xss - 2.2.20 + 2.3.2 org.apache.sling @@ -645,7 +645,7 @@ org.apache.jackrabbit.vault org.apache.jackrabbit.vault - 3.4.0 + 3.6.6 org.slf4j @@ -718,12 +718,12 @@ org.apache.maven.plugins maven-clean-plugin - 3.1.0 + 3.2.0 org.apache.maven.plugins maven-install-plugin - 3.0.0-M1 + 3.1.0 org.apache.maven.plugins @@ -738,17 +738,17 @@ org.apache.maven.plugins maven-deploy-plugin - 3.0.0-M2 + 3.0.0 org.apache.maven.plugins maven-javadoc-plugin - 3.3.2 + 3.4.1 org.apache.maven.plugins maven-release-plugin - 3.0.0-M5 + 3.0.0-M7 true deploy @@ -758,7 +758,7 @@ org.apache.maven.scm maven-scm-provider-gitexe - 2.0.0-M1 + 2.0.0-M3 io.wcm.maven.release-policies @@ -770,12 +770,12 @@ org.apache.maven.plugins maven-site-plugin - 3.11.0 + 3.12.1 org.apache.maven.plugins maven-enforcer-plugin - 3.0.0 + 3.1.0 org.sonatype.plugins @@ -785,7 +785,7 @@ com.amashchenko.maven.plugin gitflow-maven-plugin - 1.18.0 + 1.19.0 false true @@ -870,7 +870,7 @@ org.apache.maven.plugins maven-invoker-plugin - 3.2.2 + 3.4.0 src/it ${project.build.directory}/it