From 1b12f8caf0ed5ca7aa7b51a33ebb5caa77a32ee1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Jan 2023 16:36:27 +0000 Subject: [PATCH 1/9] Bump actions/setup-java from 2 to 3 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- .github/workflows/release.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4cbb5ec..548d3be 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Setup Java - uses: actions/setup-java@v2 + uses: actions/setup-java@v3 with: java-version: 11 distribution: 'zulu' @@ -78,7 +78,7 @@ jobs: steps: - name: Setup Java - uses: actions/setup-java@v2 + uses: actions/setup-java@v3 with: java-version: 11 distribution: 'zulu' @@ -130,7 +130,7 @@ jobs: steps: - name: Setup Java - uses: actions/setup-java@v2 + uses: actions/setup-java@v3 with: java-version: 11 distribution: 'zulu' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2295e72..326d5c4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: # steps: # # - name: Setup Java -# uses: actions/setup-java@v2 +# uses: actions/setup-java@v3 # with: # java-version: 11 # distribution: 'zulu' @@ -37,7 +37,7 @@ jobs: steps: - name: Setup Java - uses: actions/setup-java@v2 + uses: actions/setup-java@v3 with: java-version: 11 distribution: 'zulu' From ad3a93ab8d6e436d57b30685bb0ce5689ecdc1e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Jan 2023 16:36:28 +0000 Subject: [PATCH 2/9] Bump alquran-cloud-api from 0.4.0-v1 to 0.4.1-v1 Bumps [alquran-cloud-api](https://github.com/anas-elgarhy/alquran-cloud-api) from 0.4.0-v1 to 0.4.1-v1. - [Release notes](https://github.com/anas-elgarhy/alquran-cloud-api/releases) - [Commits](https://github.com/anas-elgarhy/alquran-cloud-api/compare/0.4.0-v1...0.4.1-v1) --- updated-dependencies: - dependency-name: com.github.anas-elgarhy:alquran-cloud-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ee3cb60..3e21018 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ repositories { } dependencies { - implementation("com.github.anas-elgarhy:alquran-cloud-api:0.4.0-v1") // TODO: fix this + implementation("com.github.anas-elgarhy:alquran-cloud-api:0.4.1-v1") // TODO: fix this implementation("com.miglayout:miglayout-swing:11.0") // implementation("com.github.goxr3plus:java-stream-player:10.0.2") implementation("com.googlecode.soundlibs:jlayer:1.0.1.4") From 2807d9366981aa0743d4a982e27f1660f7687338 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Jan 2023 16:36:29 +0000 Subject: [PATCH 3/9] Bump actions/upload-artifact from 2.2.3 to 3.1.2 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.3 to 3.1.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.2.3...v3.1.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4cbb5ec..59801e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -116,7 +116,7 @@ jobs: # Upload plugin artifact to make it available in the next jobs - name: Upload artifact - uses: actions/upload-artifact@v2.2.3 + uses: actions/upload-artifact@v3.1.2 with: name: plugin-artifact path: ./build/distributions/${{ needs.build.outputs.artifact }} From a2bc8498b5b94b2b570aa67a614202271eca7450 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Jan 2023 16:36:30 +0000 Subject: [PATCH 4/9] Bump org.jetbrains.intellij from 1.10.0-SNAPSHOT to 1.11.0 Bumps org.jetbrains.intellij from 1.10.0-SNAPSHOT to 1.11.0. --- updated-dependencies: - dependency-name: org.jetbrains.intellij dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ee3cb60..07d4c90 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ plugins { id("java") - id("org.jetbrains.intellij") version "1.10.0-SNAPSHOT" + id("org.jetbrains.intellij") version "1.11.0" } group = "com.anas.intellij.plugins.ayah" From d5d0a52cf33a038856ef9ade395058c5cdc83921 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Jan 2023 16:36:32 +0000 Subject: [PATCH 5/9] Bump actions/cache from 2.1.4 to 3.2.2 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 3.2.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2.1.4...v3.2.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 14 +++++++------- .github/workflows/release.yml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4cbb5ec..2b719dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,13 +48,13 @@ jobs: uses: actions/checkout@v2 - name: Setup Gradle Dependencies Cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.2.2 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts', 'gradle.properties') }} - name: Setup Gradle Wrapper Cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.2.2 with: path: ~/.gradle/wrapper key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }} @@ -87,13 +87,13 @@ jobs: uses: actions/checkout@v2 - name: Setup Gradle Dependencies Cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.2.2 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts', 'gradle.properties') }} - name: Setup Gradle Wrapper Cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.2.2 with: path: ~/.gradle/wrapper key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }} @@ -139,13 +139,13 @@ jobs: uses: actions/checkout@v2 - name: Setup Gradle Dependencies Cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.2.2 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts', 'gradle.properties') }} - name: Setup Gradle Wrapper Cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.2.2 with: path: ~/.gradle/wrapper key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }} @@ -163,7 +163,7 @@ jobs: # Cache Plugin Verifier IDEs - name: Setup Plugin Verifier IDEs Cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.2.2 with: path: ${{ steps.properties.outputs.pluginVerifierHomeDir }}/ides key: ${{ runner.os }}-plugin-verifier-${{ steps.properties.outputs.ideVersions }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2295e72..3bee241 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,13 +46,13 @@ jobs: uses: actions/checkout@v2 - name: Setup Gradle Dependencies Cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.2.2 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts') }} - name: Setup Gradle Wrapper Cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.2.2 with: path: ~/.gradle/wrapper key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }} From 1fa9247f67d244a6de4d8f3d3679db46432cdda5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Jan 2023 16:36:35 +0000 Subject: [PATCH 6/9] Bump gradle/wrapper-validation-action from 1.0.3 to 1.0.5 Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1.0.3 to 1.0.5. - [Release notes](https://github.com/gradle/wrapper-validation-action/releases) - [Commits](https://github.com/gradle/wrapper-validation-action/compare/v1.0.3...v1.0.5) --- updated-dependencies: - dependency-name: gradle/wrapper-validation-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4cbb5ec..56b6e3a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v2 - name: Gradle Wrapper Validation - uses: gradle/wrapper-validation-action@v1.0.3 + uses: gradle/wrapper-validation-action@v1.0.5 # Run verifyPlugin and test Gradle tasks test: From 01b8b475d6c5c45048bd73ff362ec8fa2f2bc4a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Jan 2023 16:36:38 +0000 Subject: [PATCH 7/9] Bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 8 ++++---- .github/workflows/release.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4cbb5ec..94f8f44 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Fetch Sources - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Gradle Wrapper Validation uses: gradle/wrapper-validation-action@v1.0.3 @@ -45,7 +45,7 @@ jobs: distribution: 'zulu' - name: Fetch Sources - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Gradle Dependencies Cache uses: actions/cache@v2.1.4 @@ -84,7 +84,7 @@ jobs: distribution: 'zulu' - name: Fetch Sources - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Gradle Dependencies Cache uses: actions/cache@v2.1.4 @@ -136,7 +136,7 @@ jobs: distribution: 'zulu' - name: Fetch Sources - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Gradle Dependencies Cache uses: actions/cache@v2.1.4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2295e72..e5b8fc7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: # distribution: 'zulu' # # - name: Fetch Sources -# uses: actions/checkout@v2 +# uses: actions/checkout@v3 # with: # ref: ${{ github.event.release.tag_name }} # @@ -43,7 +43,7 @@ jobs: distribution: 'zulu' - name: Fetch Sources - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Gradle Dependencies Cache uses: actions/cache@v2.1.4 From bff194b0c46ecf816aed26c6e03afda2758106ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 21:29:59 +0000 Subject: [PATCH 8/9] Bump actions/cache from 3.2.2 to 3.2.3 Bumps [actions/cache](https://github.com/actions/cache) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.2.2...v3.2.3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 14 +++++++------- .github/workflows/release.yml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4048d0c..93a7d66 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,13 +48,13 @@ jobs: uses: actions/checkout@v3 - name: Setup Gradle Dependencies Cache - uses: actions/cache@v3.2.2 + uses: actions/cache@v3.2.3 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts', 'gradle.properties') }} - name: Setup Gradle Wrapper Cache - uses: actions/cache@v3.2.2 + uses: actions/cache@v3.2.3 with: path: ~/.gradle/wrapper key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }} @@ -87,13 +87,13 @@ jobs: uses: actions/checkout@v3 - name: Setup Gradle Dependencies Cache - uses: actions/cache@v3.2.2 + uses: actions/cache@v3.2.3 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts', 'gradle.properties') }} - name: Setup Gradle Wrapper Cache - uses: actions/cache@v3.2.2 + uses: actions/cache@v3.2.3 with: path: ~/.gradle/wrapper key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }} @@ -139,13 +139,13 @@ jobs: uses: actions/checkout@v3 - name: Setup Gradle Dependencies Cache - uses: actions/cache@v3.2.2 + uses: actions/cache@v3.2.3 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts', 'gradle.properties') }} - name: Setup Gradle Wrapper Cache - uses: actions/cache@v3.2.2 + uses: actions/cache@v3.2.3 with: path: ~/.gradle/wrapper key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }} @@ -163,7 +163,7 @@ jobs: # Cache Plugin Verifier IDEs - name: Setup Plugin Verifier IDEs Cache - uses: actions/cache@v3.2.2 + uses: actions/cache@v3.2.3 with: path: ${{ steps.properties.outputs.pluginVerifierHomeDir }}/ides key: ${{ runner.os }}-plugin-verifier-${{ steps.properties.outputs.ideVersions }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dcd0540..fcb8c0c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,13 +46,13 @@ jobs: uses: actions/checkout@v3 - name: Setup Gradle Dependencies Cache - uses: actions/cache@v3.2.2 + uses: actions/cache@v3.2.3 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts') }} - name: Setup Gradle Wrapper Cache - uses: actions/cache@v3.2.2 + uses: actions/cache@v3.2.3 with: path: ~/.gradle/wrapper key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }} From 6ebeefcbd6c9c4c9ed8b61f7c9877081f9250d15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 21:36:11 +0000 Subject: [PATCH 9/9] Bump org.jetbrains.intellij from 1.11.0 to 1.12.0 Bumps org.jetbrains.intellij from 1.11.0 to 1.12.0. --- updated-dependencies: - dependency-name: org.jetbrains.intellij dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index e4a9590..17d702c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ plugins { id("java") - id("org.jetbrains.intellij") version "1.11.0" + id("org.jetbrains.intellij") version "1.12.0" } group = "com.anas.intellij.plugins.ayah"