diff --git a/.github/workflows/maven-release.yml b/.github/workflows/maven-release.yml index 60a4b72f..65b21404 100644 --- a/.github/workflows/maven-release.yml +++ b/.github/workflows/maven-release.yml @@ -40,7 +40,7 @@ jobs: publish: permissions: contents: write - uses: adobe/aepsdk-commons/.github/workflows/android-maven-release.yml@gha-android-3.4.2 + uses: adobe/aepsdk-commons/.github/workflows/android-maven-release.yml@gha-android-3.4.3 with: tag: ${{ github.event.inputs.tag }} create-github-release: ${{ github.event.inputs.create-github-release == 'true' }} diff --git a/.github/workflows/maven-snapshot.yml b/.github/workflows/maven-snapshot.yml index 0380d85f..6274b7e4 100644 --- a/.github/workflows/maven-snapshot.yml +++ b/.github/workflows/maven-snapshot.yml @@ -24,7 +24,7 @@ jobs: publish: permissions: contents: write - uses: adobe/aepsdk-commons/.github/workflows/android-maven-snapshot.yml@gha-android-3.4.2 + uses: adobe/aepsdk-commons/.github/workflows/android-maven-snapshot.yml@gha-android-3.4.3 secrets: inherit with: ref: ${{ inputs.ref }} diff --git a/code/build.gradle.kts b/code/build.gradle.kts index d065fa0b..ea83a7ad 100644 --- a/code/build.gradle.kts +++ b/code/build.gradle.kts @@ -19,6 +19,6 @@ buildscript { mavenLocal() } dependencies { - classpath("com.github.adobe:aepsdk-commons:gp-3.4.2") + classpath("com.github.adobe:aepsdk-commons:gp-3.4.3") } } \ No newline at end of file