From b27630078415d71450fc6aa260c034fe27cd39f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 04:04:41 +0000 Subject: [PATCH 1/4] Bump com.google.errorprone:error_prone_annotations from 2.24.0 to 2.24.1 Bumps [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone) from 2.24.0 to 2.24.1. - [Release notes](https://github.com/google/error-prone/releases) - [Commits](https://github.com/google/error-prone/compare/v2.24.0...v2.24.1) --- updated-dependencies: - dependency-name: com.google.errorprone:error_prone_annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cbaed99..de77bc8 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ ${project.groupId}.plugin.util.api - 2.24.0 + 2.24.1 1.4.0 0.8.2 1.19.3 From b06c27a2dab334092148b58f224030d6b96ac13a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 04:26:24 +0000 Subject: [PATCH 2/4] Bump kentaro-m/auto-assign-action from 1.2.5 to 1.2.6 Bumps [kentaro-m/auto-assign-action](https://github.com/kentaro-m/auto-assign-action) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/kentaro-m/auto-assign-action/releases) - [Commits](https://github.com/kentaro-m/auto-assign-action/compare/v1.2.5...v1.2.6) --- updated-dependencies: - dependency-name: kentaro-m/auto-assign-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/assign-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/assign-pr.yml b/.github/workflows/assign-pr.yml index 4da9319..1742666 100644 --- a/.github/workflows/assign-pr.yml +++ b/.github/workflows/assign-pr.yml @@ -7,6 +7,6 @@ jobs: name: 'Auto Assign PR' runs-on: ubuntu-latest steps: - - uses: kentaro-m/auto-assign-action@v1.2.5 + - uses: kentaro-m/auto-assign-action@v1.2.6 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" From 51a9cbeb08f12903d0d3a0986854f4e978e38cf2 Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Fri, 12 Jan 2024 12:59:49 +0100 Subject: [PATCH 3/4] Use Java 21 when generating the coverage. --- .github/workflows/coverage.yml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 0a54b0b..31a2acf 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -1,4 +1,4 @@ -name: 'Generate coverage report' +name: 'CodeCov' on: push: @@ -11,20 +11,25 @@ jobs: coverage: runs-on: ubuntu-latest - name: Coverage on Ubuntu + name: Create and upload coverage report steps: - uses: actions/checkout@v4 - - name: Set up JDK 11 + - name: Set up JDK 21 uses: actions/setup-java@v4 with: distribution: 'temurin' - java-version: '11' + java-version: '21' check-latest: true + cache: 'maven' + - name: Set up Maven + uses: stCarolas/setup-maven@v4.5 + with: + maven-version: 3.9.6 - name: Generate coverage with JaCoCo - run: mvn -V --color always -ntp clean verify --file pom.xml '-Dgpg.skip' + run: mvn -V --color always -ntp clean verify '-Dgpg.skip' - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v3.1.4 with: files: 'target/site/jacoco/jacoco.xml' token: ${{secrets.CODECOV_TOKEN}} From 3803bc0585f481e276c1d551399f7ff31c20a4ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 04:47:41 +0000 Subject: [PATCH 4/4] Bump edu.hm.hafner:codingstyle from 3.32.0 to 3.40.0 Bumps [edu.hm.hafner:codingstyle](https://github.com/uhafner/codingstyle) from 3.32.0 to 3.40.0. - [Release notes](https://github.com/uhafner/codingstyle/releases) - [Changelog](https://github.com/uhafner/codingstyle/blob/main/CHANGELOG.md) - [Commits](https://github.com/uhafner/codingstyle/compare/v3.32.0...v3.40.0) --- updated-dependencies: - dependency-name: edu.hm.hafner:codingstyle dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index de77bc8..f783f3c 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ 1.4.0 0.8.2 1.19.3 - 3.32.0 + 3.40.0