From 4619dcfa56574771858a33c3ccb6f5a2051a7190 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:13:33 +0000 Subject: [PATCH 1/5] Bump surefire.version from 3.2.5 to 3.3.0 Bumps `surefire.version` from 3.2.5 to 3.3.0. Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.5 to 3.3.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.5...surefire-3.3.0) Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.2.5 to 3.3.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.5...surefire-3.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin dependency-type: direct:production 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 d492528..49ae861 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ UTF-8 UTF-8 - 3.2.5 + 3.3.0 2.0.13 From 335762a0b6e5cbe0b7eb40427f69523b32502166 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:13:38 +0000 Subject: [PATCH 2/5] Bump io.github.javiertuya:visual-assert from 2.4.1 to 2.4.2 Bumps [io.github.javiertuya:visual-assert](https://github.com/javiertuya/visual-assert) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/javiertuya/visual-assert/releases) - [Commits](https://github.com/javiertuya/visual-assert/compare/v2.4.1...v2.4.2) --- updated-dependencies: - dependency-name: io.github.javiertuya:visual-assert 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 d492528..f8dbffb 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ io.github.javiertuya visual-assert - 2.4.1 + 2.4.2 From a395629a9130c2af7abec384f0d68c86a4151362 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:13:41 +0000 Subject: [PATCH 3/5] Bump org.projectlombok:lombok from 1.18.32 to 1.18.34 Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.32 to 1.18.34. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.32...v1.18.34) --- updated-dependencies: - dependency-name: org.projectlombok:lombok 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 d492528..4aa997f 100644 --- a/pom.xml +++ b/pom.xml @@ -45,7 +45,7 @@ org.projectlombok lombok - 1.18.32 + 1.18.34 provided From 9b0e2f7d576cfe11da5d4e90e1e3b748e9fd1f0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:53:04 +0000 Subject: [PATCH 4/5] Bump mikepenz/action-junit-report from 4.2.2 to 4.3.1 Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 4.2.2 to 4.3.1. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/v4.2.2...v4.3.1) --- 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 4f9ce5e..44fd542 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: - name: Publish surefire test report if: always() - uses: mikepenz/action-junit-report@v4.2.2 + uses: mikepenz/action-junit-report@v4.3.1 with: check_name: test-report report_paths: 'target/*-reports/TEST-*.xml' From dfb52d7b8a935c57704bc8a2cc9bda69b9cc515e Mon Sep 17 00:00:00 2001 From: javiertuya <10879637+javiertuya@users.noreply.github.com> Date: Wed, 3 Jul 2024 06:50:04 +0000 Subject: [PATCH 5/5] Combined dependency updates (2024-07-03)