From c4fad792692aa8778e877f98b303c515ca1ec6bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 07:31:26 +0000 Subject: [PATCH 1/3] chore(deps): update gradle/gradle-build-action digest to a0fdbb0 --- .github/workflows/gradle-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle-publish.yml b/.github/workflows/gradle-publish.yml index ec2455d..3517c36 100644 --- a/.github/workflows/gradle-publish.yml +++ b/.github/workflows/gradle-publish.yml @@ -33,14 +33,14 @@ jobs: settings-path: ${{ github.workspace }} # location for the settings.xml file - name: Build with Gradle - uses: gradle/gradle-build-action@8e02c8272aba4650563824b7012f8a86158901c6 + uses: gradle/gradle-build-action@a0fdbb009a74ec1b2c24a464d8fa3d86dacedfba with: arguments: build # The USERNAME and TOKEN need to correspond to the credentials environment variables used in # the publishing section of your build.gradle - name: Publish to GitHub Packages - uses: gradle/gradle-build-action@8e02c8272aba4650563824b7012f8a86158901c6 + uses: gradle/gradle-build-action@a0fdbb009a74ec1b2c24a464d8fa3d86dacedfba with: arguments: publish env: From e6badfa32a4c17a4f69f190b44535ef5607577f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 20:26:56 +0000 Subject: [PATCH 2/3] chore(deps): update gradle/gradle-build-action digest to 8f08e41 --- .github/workflows/gradle-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle-publish.yml b/.github/workflows/gradle-publish.yml index 3517c36..f4cabf2 100644 --- a/.github/workflows/gradle-publish.yml +++ b/.github/workflows/gradle-publish.yml @@ -33,14 +33,14 @@ jobs: settings-path: ${{ github.workspace }} # location for the settings.xml file - name: Build with Gradle - uses: gradle/gradle-build-action@a0fdbb009a74ec1b2c24a464d8fa3d86dacedfba + uses: gradle/gradle-build-action@8f08e41675472b8aa0aa2c356e8b2c1561af3bf9 with: arguments: build # The USERNAME and TOKEN need to correspond to the credentials environment variables used in # the publishing section of your build.gradle - name: Publish to GitHub Packages - uses: gradle/gradle-build-action@a0fdbb009a74ec1b2c24a464d8fa3d86dacedfba + uses: gradle/gradle-build-action@8f08e41675472b8aa0aa2c356e8b2c1561af3bf9 with: arguments: publish env: From bde4bf1a17e461bb499825abd892f21482ed4047 Mon Sep 17 00:00:00 2001 From: Anas Date: Sun, 3 Sep 2023 18:51:37 +0300 Subject: [PATCH 3/3] chore: just bump the package ver --- README.md | 6 +++--- pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 013dbe9..b0b484f 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,9 @@ ```xml - com.github.Anas-Elgarhy + com.github.0x61nas JColorfulConsole - 1.0.3 + 1.0.4 ``` @@ -66,7 +66,7 @@ allprojects { ```gradle dependencies { - implementation 'com.github.Anas-Elgarhy:JColorfulConsole:1.0.3' + implementation 'com.github.0x61nas:JColorfulConsole:1.0.4' } ``` diff --git a/pom.xml b/pom.xml index ad38885..404d073 100644 --- a/pom.xml +++ b/pom.xml @@ -6,12 +6,12 @@ com.anas.jcolorfulconsole jcolorfulconsole - 1.0.3 + 1.0.4 jar JColorfulConsole A colorful console for Java - https://github.com/Anas-Elgarhy/JColorfulConsole + https://github.com/0x61na/JColorfulConsole