From 669d3cbd34a28a4ae0f65864c2caea1686188f2b Mon Sep 17 00:00:00 2001 From: Giulio Longfils Date: Thu, 11 Dec 2025 13:52:26 +0100 Subject: [PATCH 1/5] fix: re-enabling tests in deploy gh action to generate coverage badge --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9c8138dc..70d4c206 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -73,7 +73,7 @@ jobs: - name: Generate new public Json Schema shell: bash - run: ./mvnw install -DskipTests -Dmaven.plugin.validation=NONE -DskipSign -ntp -P framework-only + run: ./mvnw install -Dmaven.plugin.validation=NONE -DskipSign -ntp -P framework-only - name: Commit files and generate new tag run: | From f810c8eb0c325128820009786c5da0ef08752fa4 Mon Sep 17 00:00:00 2001 From: Giulio Longfils Date: Thu, 11 Dec 2025 13:57:15 +0100 Subject: [PATCH 2/5] chore: triggering docs generation From 4017d44565f3c4d28244542bf898791a619d8196 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 15:08:43 +0000 Subject: [PATCH 3/5] build(deps): bump ch.qos.logback:logback-classic from 1.5.21 to 1.5.22 Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.21 to 1.5.22. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.21...v_1.5.22) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.22 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 7e66bbcb..d271b413 100644 --- a/pom.xml +++ b/pom.xml @@ -207,7 +207,7 @@ ch.qos.logback logback-classic - 1.5.21 + 1.5.22 org.slf4j From c0ee745e6d9d429a33a786d20b202749ace3af74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 15:08:50 +0000 Subject: [PATCH 4/5] build(deps): bump org.mockito:mockito-junit-jupiter Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.20.0 to 5.21.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.20.0...v5.21.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter dependency-version: 5.21.0 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 7e66bbcb..5f8d2eef 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ true 6.0.1 - 5.20.0 + 5.21.0 2.20.1 8.12.6 4.38.0 From ed562062441a3ddc1f49e4a42652338551eac1dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 15:09:05 +0000 Subject: [PATCH 5/5] build(deps): bump com.puppycrawl.tools:checkstyle from 12.2.0 to 12.3.0 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 12.2.0 to 12.3.0. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-12.2.0...checkstyle-12.3.0) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 12.3.0 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 7e66bbcb..0ecaf838 100644 --- a/pom.xml +++ b/pom.xml @@ -330,7 +330,7 @@ com.puppycrawl.tools checkstyle - 12.2.0 + 12.3.0 com.github.sevntu-checkstyle