From 7a33d526a8a983405f17d82a563f5904fbf83255 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 00:44:45 +0000 Subject: [PATCH 1/5] Bump vaadin.version from 24.1.4 to 24.1.6 Bumps `vaadin.version` from 24.1.4 to 24.1.6. Updates `com.vaadin:vaadin-bom` from 24.1.4 to 24.1.6 Updates `com.vaadin:vaadin-maven-plugin` from 24.1.4 to 24.1.6 --- updated-dependencies: - dependency-name: com.vaadin:vaadin-bom dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.vaadin:vaadin-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- vaadin-addon-template-demo/pom.xml | 2 +- vaadin-addon-template/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vaadin-addon-template-demo/pom.xml b/vaadin-addon-template-demo/pom.xml index 159743f2..f74f3a0d 100644 --- a/vaadin-addon-template-demo/pom.xml +++ b/vaadin-addon-template-demo/pom.xml @@ -26,7 +26,7 @@ software.xdev.vaadin.Application - 24.1.4 + 24.1.6 3.1.2 diff --git a/vaadin-addon-template/pom.xml b/vaadin-addon-template/pom.xml index 494355d7..1b67154c 100644 --- a/vaadin-addon-template/pom.xml +++ b/vaadin-addon-template/pom.xml @@ -49,7 +49,7 @@ UTF-8 - 24.1.4 + 24.1.6 From 7ec583943bb30588f4e5d92425887a5b5d877873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 00:41:36 +0000 Subject: [PATCH 2/5] Bump org.springframework.boot.version from 3.1.2 to 3.1.3 Bumps `org.springframework.boot.version` from 3.1.2 to 3.1.3. Updates `org.springframework.boot:spring-boot-dependencies` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.2...v3.1.3) Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.2...v3.1.3) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- vaadin-addon-template-demo/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vaadin-addon-template-demo/pom.xml b/vaadin-addon-template-demo/pom.xml index 159743f2..1b51aa95 100644 --- a/vaadin-addon-template-demo/pom.xml +++ b/vaadin-addon-template-demo/pom.xml @@ -28,7 +28,7 @@ 24.1.4 - 3.1.2 + 3.1.3 From 4883a900e7da367aca455ba52e5cadc9a223d531 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 00:21:20 +0000 Subject: [PATCH 3/5] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update-from-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-from-template.yml b/.github/workflows/update-from-template.yml index 60bad1d8..ab0b49e2 100644 --- a/.github/workflows/update-from-template.yml +++ b/.github/workflows/update-from-template.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # Required because otherwise there are always changes detected when executing diff/rev-list fetch-depth: 0 From 09c934298457cb6058e77b1f3db08e8b6cd1be7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 00:59:34 +0000 Subject: [PATCH 4/5] Bump vaadin.version from 24.1.6 to 24.1.8 Bumps `vaadin.version` from 24.1.6 to 24.1.8. Updates `com.vaadin:vaadin-bom` from 24.1.6 to 24.1.8 Updates `com.vaadin:vaadin-maven-plugin` from 24.1.6 to 24.1.8 --- updated-dependencies: - dependency-name: com.vaadin:vaadin-bom dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.vaadin:vaadin-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- vaadin-addon-template-demo/pom.xml | 2 +- vaadin-addon-template/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vaadin-addon-template-demo/pom.xml b/vaadin-addon-template-demo/pom.xml index 35e52699..ebac91d6 100644 --- a/vaadin-addon-template-demo/pom.xml +++ b/vaadin-addon-template-demo/pom.xml @@ -26,7 +26,7 @@ software.xdev.vaadin.Application - 24.1.6 + 24.1.8 3.1.3 diff --git a/vaadin-addon-template/pom.xml b/vaadin-addon-template/pom.xml index 1b67154c..6f0d1c33 100644 --- a/vaadin-addon-template/pom.xml +++ b/vaadin-addon-template/pom.xml @@ -49,7 +49,7 @@ UTF-8 - 24.1.6 + 24.1.8 From 7c38b04b5b1ad50dd4e930d9679e67e4d8aa4f38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 07:30:12 +0000 Subject: [PATCH 5/5] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/checkBuild.yml | 2 +- .github/workflows/release.yml | 10 +++++----- .github/workflows/sonar.yml | 2 +- .github/workflows/test-deploy.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/checkBuild.yml b/.github/workflows/checkBuild.yml index cd0bb79f..c23ac422 100644 --- a/.github/workflows/checkBuild.yml +++ b/.github/workflows/checkBuild.yml @@ -25,7 +25,7 @@ jobs: distribution: [temurin] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up JDK uses: actions/setup-java@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 609af703..53d1c123 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: check_code: # Validates the code runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up JDK uses: actions/setup-java@v3 @@ -52,7 +52,7 @@ jobs: outputs: upload_url: ${{ steps.create_release.outputs.upload_url }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Configure Git run: | @@ -111,7 +111,7 @@ jobs: runs-on: ubuntu-latest needs: [prepare_release] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Init Git and pull run: | @@ -143,7 +143,7 @@ jobs: runs-on: ubuntu-latest needs: [prepare_release] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Init Git and pull run: | @@ -197,7 +197,7 @@ jobs: runs-on: ubuntu-latest needs: [publish_central] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Init Git and pull run: | diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 171b60df..f7c82af5 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -26,7 +26,7 @@ jobs: # Dependabot PRs have no access to secrets (SONAR_TOKEN) -> Ignore them if: ${{ github.event_name != 'pull_request' || !startsWith(github.head_ref, 'dependabot/') }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 3e44f39c..d2a8e2fd 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -10,7 +10,7 @@ jobs: publish_central: # Publish the code to central runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up JDK OSSRH uses: actions/setup-java@v3