From 0001506ab93daf2815ed0f961b28f4de3fdd076e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 21:21:02 +0000 Subject: [PATCH 1/5] Bump javiertuya/sonarqube-action from 1.4.0 to 1.4.1 Bumps [javiertuya/sonarqube-action](https://github.com/javiertuya/sonarqube-action) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/javiertuya/sonarqube-action/releases) - [Commits](https://github.com/javiertuya/sonarqube-action/compare/v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: javiertuya/sonarqube-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ce6fc1b..501a2ed 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -58,7 +58,7 @@ jobs: if: ${{ github.actor != 'dependabot[bot]' }} runs-on: ubuntu-latest steps: - - uses: javiertuya/sonarqube-action@v1.4.0 + - uses: javiertuya/sonarqube-action@v1.4.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} sonar-token: ${{ secrets.SONAR_TOKEN }} From 6b8975b49cc5221e89786c4e8ecd3765277991cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 21:21:04 +0000 Subject: [PATCH 2/5] Bump mikepenz/action-junit-report from 5.1.0 to 5.2.0 Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ce6fc1b..a120bc2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: - name: Generate report checks if: always() - uses: mikepenz/action-junit-report@v5.1.0 + uses: mikepenz/action-junit-report@v5.2.0 with: check_name: "test-result" report_paths: "**/surefire-reports/TEST-*.xml" From 96a96f6137a15bcbef4dad77dd604f2688f2bdce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 21:58:03 +0000 Subject: [PATCH 3/5] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2 Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.11.1 to 3.11.2. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.11.1...maven-javadoc-plugin-3.11.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin 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 6ecef65..1403c8c 100644 --- a/pom.xml +++ b/pom.xml @@ -163,7 +163,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.11.1 + 3.11.2 true none From d4dee91fde9ddeab9772b8afc6374505558d93b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 21:58:04 +0000 Subject: [PATCH 4/5] Bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.24.2 to 2.24.3 Bumps org.apache.logging.log4j:log4j-slf4j2-impl from 2.24.2 to 2.24.3. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl dependency-type: direct:development 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 6ecef65..79760dc 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ org.apache.logging.log4j log4j-slf4j2-impl - 2.24.2 + 2.24.3 test From 0514fe88f0da48d3586b0cbe705fa449910447be Mon Sep 17 00:00:00 2001 From: giis-qabot Date: Sat, 11 Jan 2025 06:23:13 +0000 Subject: [PATCH 5/5] Combined dependency updates (2025-01-11)