From 06b8c5e951244602cd476112902cf2faf1bb030b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 20:22:46 +0000 Subject: [PATCH 1/5] chore(deps): bump actions/setup-python from 5.4.0 to 5.5.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/42375524e23c412d93fb67b49958b491fce71c38...8d9ed9ac5c53483de85588cdf95a591a75ab9f55) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index fcb74ddd..88e6a0be 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -16,7 +16,7 @@ jobs: - run: > wget -q -O /usr/local/bin/plantuml https://github.com/mikaelhg/puni2/releases/download/1.2022.7/plantuml-1.2022.7-glibc-x86_64 && chmod 755 /usr/local/bin/plantuml - - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 #v.5.4.0 + - uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 #v.5.5.0 with: python-version: 3.12 - run: pip install mkdocs-techdocs-core # Includes material theme From 08015e40a9731e4d383abbc498d2a62ff92ff166 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 21:20:36 +0000 Subject: [PATCH 2/5] chore(deps): bump EnricoMi/publish-unit-test-result-action Bumps [EnricoMi/publish-unit-test-result-action](https://github.com/enricomi/publish-unit-test-result-action) from 2.18.0 to 2.19.0. - [Release notes](https://github.com/enricomi/publish-unit-test-result-action/releases) - [Commits](https://github.com/enricomi/publish-unit-test-result-action/compare/170bf24d20d201b842d7a52403b73ed297e6645b...afb2984f4d89672b2f9d9c13ae23d53779671984) --- updated-dependencies: - dependency-name: EnricoMi/publish-unit-test-result-action dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/java-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/java-ci.yml b/.github/workflows/java-ci.yml index dfe03ae2..5984d7e8 100644 --- a/.github/workflows/java-ci.yml +++ b/.github/workflows/java-ci.yml @@ -60,7 +60,7 @@ jobs: path: artifacts - name: Publish Unit Test Results - uses: EnricoMi/publish-unit-test-result-action@170bf24d20d201b842d7a52403b73ed297e6645b + uses: EnricoMi/publish-unit-test-result-action@afb2984f4d89672b2f9d9c13ae23d53779671984 with: files: artifacts/**/test-results/**/*.xml From 0da3aaed0537b42635c47fdec210cfbcdc6b66fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 00:14:46 +0000 Subject: [PATCH 3/5] fix(deps): bump io.netty:netty-bom from 4.1.119.Final to 4.2.0.Final Bumps [io.netty:netty-bom](https://github.com/netty/netty) from 4.1.119.Final to 4.2.0.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.119.Final...netty-4.2.0.Final) --- updated-dependencies: - dependency-name: io.netty:netty-bom dependency-version: 4.2.0.Final dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f46a0acf..127e0c64 100644 --- a/build.gradle +++ b/build.gradle @@ -56,7 +56,7 @@ project.ext { mockitoVersion = "5.2.0" jacksonVersion = "2.18.3" logbackContribVersion = "0.1.5" - nettyVersion = "4.1.119.Final" + nettyVersion = "4.2.0.Final" } dependencies { From 3dbf18d75687d60087674b195bf5ca63b1ee7113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 00:14:52 +0000 Subject: [PATCH 4/5] chore(deps): bump com.diffplug.spotless from 7.0.2 to 7.0.3 Bumps com.diffplug.spotless from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 127e0c64..affc438a 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id "idea" id "java" id 'org.sonarqube' version '6.1.0.5360' - id "com.diffplug.spotless" version "7.0.2" + id "com.diffplug.spotless" version "7.0.3" id "com.google.cloud.tools.jib" version "3.4.5" id 'org.cyclonedx.bom' version '2.2.0' } From cc646a3a50416a46fd79fdc953e56972cc33ec2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 00:14:55 +0000 Subject: [PATCH 5/5] test(deps): bump uk.org.webcompere:system-stubs-jupiter Bumps [uk.org.webcompere:system-stubs-jupiter](https://github.com/webcompere/system-stubs) from 2.1.7 to 2.1.8. - [Release notes](https://github.com/webcompere/system-stubs/releases) - [Changelog](https://github.com/webcompere/system-stubs/blob/main/History.md) - [Commits](https://github.com/webcompere/system-stubs/compare/system-stubs-parent-2.1.7...system-stubs-parent-2.1.8) --- updated-dependencies: - dependency-name: uk.org.webcompere:system-stubs-jupiter dependency-version: 2.1.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index affc438a..02d26957 100644 --- a/build.gradle +++ b/build.gradle @@ -121,7 +121,7 @@ dependencies { exclude group: 'net.bytebuddy', 'module': 'byte-buddy' exclude group: 'net.bytebuddy', 'module': 'byte-buddy-agent' } - testImplementation "uk.org.webcompere:system-stubs-jupiter:2.1.7" + testImplementation "uk.org.webcompere:system-stubs-jupiter:2.1.8" testImplementation "org.mockito:mockito-inline:${mockitoVersion}", { // conflict of 1.14.1 and 1.14.7 in uk.org.webcompere:system-stubs-jupiter exclude group: 'net.bytebuddy', 'module': 'byte-buddy'