From f06902fa5217902e8b78c58621d210ddad8d3479 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 07:14:09 +0100 Subject: [PATCH 01/27] Bump gradle/gradle-build-action from 3.0.0 to 3.4.2 (#201) --- .github/workflows/build.yml | 4 ++-- .github/workflows/gh-pages.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6fe99b1..fc6eeb7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: java-version: '17' distribution: 'adopt' - name: Setup Gradle - uses: gradle/gradle-build-action@3b1b3b9a2104c2b47fbae53f3938079c00c9bb87 # v3.0.0 + uses: gradle/gradle-build-action@66535aaf56f831b35e3a8481c9c99b665b84dd45 # v3.4.2 with: gradle-home-cache-cleanup: true - name: Build @@ -79,7 +79,7 @@ jobs: java-version: '17' distribution: 'adopt' - name: Setup Gradle - uses: gradle/gradle-build-action@3b1b3b9a2104c2b47fbae53f3938079c00c9bb87 # v3.0.0 + uses: gradle/gradle-build-action@66535aaf56f831b35e3a8481c9c99b665b84dd45 # v3.4.2 with: gradle-home-cache-cleanup: true - name: Build diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index afecd1a..f665f17 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -29,7 +29,7 @@ jobs: java-version: '17' distribution: 'adopt' - name: Setup Gradle - uses: gradle/gradle-build-action@3b1b3b9a2104c2b47fbae53f3938079c00c9bb87 # v3.0.0 + uses: gradle/gradle-build-action@66535aaf56f831b35e3a8481c9c99b665b84dd45 # v3.4.2 with: gradle-home-cache-cleanup: true - name: Extract implementation info @@ -52,7 +52,7 @@ jobs: java-version: '17' distribution: 'adopt' - name: Setup Gradle - uses: gradle/gradle-build-action@3b1b3b9a2104c2b47fbae53f3938079c00c9bb87 # v3.0.0 + uses: gradle/gradle-build-action@66535aaf56f831b35e3a8481c9c99b665b84dd45 # v3.4.2 with: gradle-home-cache-cleanup: true - name: Run functional tests @@ -79,7 +79,7 @@ jobs: java-version: '17' distribution: 'adopt' - name: Setup Gradle - uses: gradle/gradle-build-action@3b1b3b9a2104c2b47fbae53f3938079c00c9bb87 # v3.0.0 + uses: gradle/gradle-build-action@66535aaf56f831b35e3a8481c9c99b665b84dd45 # v3.4.2 with: gradle-home-cache-cleanup: true - if: github.event_name == 'pull_request' @@ -108,7 +108,7 @@ jobs: java-version: '17' distribution: 'adopt' - name: Setup Gradle - uses: gradle/gradle-build-action@3b1b3b9a2104c2b47fbae53f3938079c00c9bb87 # v3.0.0 + uses: gradle/gradle-build-action@66535aaf56f831b35e3a8481c9c99b665b84dd45 # v3.4.2 with: gradle-home-cache-cleanup: true - if: github.event_name == 'pull_request' From 282984b36c87529e85df2825720be511eb3f4c8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 05:18:26 +0000 Subject: [PATCH 02/27] Bump gradle/wrapper-validation-action from 3.4.2 to 3.5.0 (#203) Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 3.4.2 to 3.5.0. - [Release notes](https://github.com/gradle/wrapper-validation-action/releases) - [Commits](https://github.com/gradle/wrapper-validation-action/compare/88425854a36845f9c881450d9660b5fd46bee142...f9c9c575b8b21b6485636a91ffecd10e558c62f6) --- updated-dependencies: - dependency-name: gradle/wrapper-validation-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fc6eeb7..fa526f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: gradle/wrapper-validation-action@88425854a36845f9c881450d9660b5fd46bee142 # v3.4.2 + - uses: gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6 # v3.5.0 - name: Fetch version history # Do NOT want to fetch all tags if building a specific tag. # Doing so could result in code published with wrong version, if newer tags have been pushed @@ -72,7 +72,7 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: gradle/wrapper-validation-action@88425854a36845f9c881450d9660b5fd46bee142 # v3.4.2 + - uses: gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6 # v3.5.0 - name: Set up JDK uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1 with: From bf827aa1e326adb54b481aee432b3261a7b45ee0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 05:18:35 +0000 Subject: [PATCH 03/27] Bump actions/download-artifact from 4.1.7 to 4.1.8 (#206) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.7 to 4.1.8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/65a9edc5881444af0b9093a5e628f2fe47ea3b2e...fa0a91b85d4f404e444e00e005971372dc801d16) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/gh-pages.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index f665f17..c53b5c1 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -147,22 +147,22 @@ jobs: id: pages uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0 - name: Download implementations - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: implementations path: docs/_includes - name: Download functional results - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: functional path: docs/_includes - name: Download validate benchmark results - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: validateBenchmark path: docs/_includes - name: Download serde benchmark results - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: serdeBenchmark path: docs/_includes From a5621f8ce756df6fd548de03d40ae047c26b621c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 05:20:17 +0000 Subject: [PATCH 04/27] Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 (#209) Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/5e5f99653a5b510e8555840e80cbf1514ad4af38...dbb049abf0d677abbd7f7eee0375145b417fdd34) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/dependabot-auto-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 8aa3689..7d1c233 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@5e5f99653a5b510e8555840e80cbf1514ad4af38 # v2.1.0 + uses: dependabot/fetch-metadata@dbb049abf0d677abbd7f7eee0375145b417fdd34 # v2.2.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Approve PR From 92b4edcd8278355f5d80e45c281f115357302f39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 05:50:20 +0000 Subject: [PATCH 05/27] Bump vertxVersion from 4.5.8 to 4.5.9 (#210) Bumps `vertxVersion` from 4.5.8 to 4.5.9. Updates `io.vertx:vertx-json-schema` from 4.5.8 to 4.5.9 Updates `io.vertx:vertx-codegen` from 4.5.8 to 4.5.9 --- updated-dependencies: - dependency-name: io.vertx:vertx-json-schema dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.vertx:vertx-codegen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b813495..177e69b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -37,7 +37,7 @@ val junitPioneerVersion = "2.2.0" val mockitoVersion = "5.12.0" val jmhVersion = "1.37" val confluentVersion = "7.6.1" -val vertxVersion = "4.5.8" +val vertxVersion = "4.5.9" dependencies { implementation("org.openjdk.jmh:jmh-core:$jmhVersion") From f68ae3e3bb154644b9bc86c94fe8d493c913a807 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 05:51:38 +0000 Subject: [PATCH 06/27] Bump dev.harrel:json-schema from 1.6.1 to 1.7.0 (#212) Bumps [dev.harrel:json-schema](https://github.com/harrel56/json-schema) from 1.6.1 to 1.7.0. - [Release notes](https://github.com/harrel56/json-schema/releases) - [Commits](https://github.com/harrel56/json-schema/compare/1.6.1...1.7.0) --- updated-dependencies: - dependency-name: dev.harrel:json-schema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 177e69b..8050d8d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -70,7 +70,7 @@ dependencies { implementation("org.leadpony.justify:justify:3.1.0") - implementation("dev.harrel:json-schema:1.6.1") + implementation("dev.harrel:json-schema:1.7.0") implementation("com.sanctionco.jmail:jmail:1.6.3") // dev.harrel format validation runtimeOnly("org.slf4j:slf4j-nop:2.0.13") From 5136486e97adeadd7596135c1ae8e5ea144ea69e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 05:53:26 +0000 Subject: [PATCH 07/27] Bump com.networknt:json-schema-validator from 1.4.3 to 1.5.1 (#213) Bumps [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) from 1.4.3 to 1.5.1. - [Release notes](https://github.com/networknt/json-schema-validator/releases) - [Changelog](https://github.com/networknt/json-schema-validator/blob/master/CHANGELOG.md) - [Commits](https://github.com/networknt/json-schema-validator/compare/1.4.3...1.5.1) --- updated-dependencies: - dependency-name: com.networknt:json-schema-validator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8050d8d..47d83c0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -63,7 +63,7 @@ dependencies { implementation("net.jimblackler.jsonschemafriend:core:0.12.4") - implementation("com.networknt:json-schema-validator:1.4.3") + implementation("com.networknt:json-schema-validator:1.5.1") implementation("com.qindesign:snowy-json:0.16.0") runtimeOnly("org.glassfish:jakarta.json:2.0.0:module") From 6cac6370b1b99599478e4eeda1016980f8de9ea0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 05:59:03 +0000 Subject: [PATCH 08/27] Bump confluentVersion from 7.6.1 to 7.7.0 (#211) Bumps `confluentVersion` from 7.6.1 to 7.7.0. Updates `io.confluent:kafka-streams-json-schema-serde` from 7.6.1 to 7.7.0 - [Commits](https://github.com/confluentinc/schema-registry/compare/v7.6.1...v7.7.0) Updates `io.confluent:kafka-schema-registry-client` from 7.6.1 to 7.7.0 - [Commits](https://github.com/confluentinc/schema-registry/compare/v7.6.1...v7.7.0) --- updated-dependencies: - dependency-name: io.confluent:kafka-streams-json-schema-serde dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.confluent:kafka-schema-registry-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 47d83c0..b9fa114 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ val junitVersion = "5.10.3" val junitPioneerVersion = "2.2.0" val mockitoVersion = "5.12.0" val jmhVersion = "1.37" -val confluentVersion = "7.6.1" +val confluentVersion = "7.7.0" val vertxVersion = "4.5.9" dependencies { From d3f6a16e6f1dcf6ca8f0c0938e94f7d5c69ffe82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 15:13:55 +0100 Subject: [PATCH 09/27] Bump gradle/gradle-build-action from 3.4.2 to 3.5.0 (#205) --- .github/workflows/build.yml | 4 ++-- .github/workflows/gh-pages.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fa526f4..418273f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: java-version: '17' distribution: 'adopt' - name: Setup Gradle - uses: gradle/gradle-build-action@66535aaf56f831b35e3a8481c9c99b665b84dd45 # v3.4.2 + uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3.5.0 with: gradle-home-cache-cleanup: true - name: Build @@ -79,7 +79,7 @@ jobs: java-version: '17' distribution: 'adopt' - name: Setup Gradle - uses: gradle/gradle-build-action@66535aaf56f831b35e3a8481c9c99b665b84dd45 # v3.4.2 + uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3.5.0 with: gradle-home-cache-cleanup: true - name: Build diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index c53b5c1..f6b25d5 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -29,7 +29,7 @@ jobs: java-version: '17' distribution: 'adopt' - name: Setup Gradle - uses: gradle/gradle-build-action@66535aaf56f831b35e3a8481c9c99b665b84dd45 # v3.4.2 + uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3.5.0 with: gradle-home-cache-cleanup: true - name: Extract implementation info @@ -52,7 +52,7 @@ jobs: java-version: '17' distribution: 'adopt' - name: Setup Gradle - uses: gradle/gradle-build-action@66535aaf56f831b35e3a8481c9c99b665b84dd45 # v3.4.2 + uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3.5.0 with: gradle-home-cache-cleanup: true - name: Run functional tests @@ -79,7 +79,7 @@ jobs: java-version: '17' distribution: 'adopt' - name: Setup Gradle - uses: gradle/gradle-build-action@66535aaf56f831b35e3a8481c9c99b665b84dd45 # v3.4.2 + uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3.5.0 with: gradle-home-cache-cleanup: true - if: github.event_name == 'pull_request' @@ -108,7 +108,7 @@ jobs: java-version: '17' distribution: 'adopt' - name: Setup Gradle - uses: gradle/gradle-build-action@66535aaf56f831b35e3a8481c9c99b665b84dd45 # v3.4.2 + uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3.5.0 with: gradle-home-cache-cleanup: true - if: github.event_name == 'pull_request' From 9c89b403f4f8aacfa3caec8bd21991435ac3f433 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 14:33:07 +0000 Subject: [PATCH 10/27] Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#207) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/65462800fd760344b1a7b4382951275a0abb4808...0b2256b8c012f0828dc542b3febcab082c67f72b) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andy Coates <8012398+big-andy-coates@users.noreply.github.com> --- .github/workflows/gh-pages.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index f6b25d5..38e9765 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -37,7 +37,7 @@ jobs: - name: Add results to step summary run: cat docs/_includes/implementations.json >> $GITHUB_STEP_SUMMARY - name: Upload Implementations - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: implementations path: docs/_includes/* @@ -64,7 +64,7 @@ jobs: echo "# Specific Draft & Implementation results" >> $GITHUB_STEP_SUMMARY cat docs/_includes/per-draft.md >> $GITHUB_STEP_SUMMARY - name: Upload Implementations - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: functional path: docs/_includes/* @@ -93,7 +93,7 @@ jobs: echo "# Json Validator Benchmark Results" >> $GITHUB_STEP_SUMMARY cat docs/_includes/JsonValidateBenchmark.md >> $GITHUB_STEP_SUMMARY - name: Upload Implementations - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: validateBenchmark path: docs/_includes/* @@ -122,7 +122,7 @@ jobs: echo "# Json Serde Benchmark Results" >> $GITHUB_STEP_SUMMARY cat docs/_includes/JsonSerdeBenchmark.md >> $GITHUB_STEP_SUMMARY - name: Upload Implementations - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: serdeBenchmark path: docs/_includes/* From 6255608232fc5fb54df9af766cc4e20e27c8e272 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 18:21:43 +0100 Subject: [PATCH 11/27] Bump ruby/setup-ruby from 1.183.0 to 1.190.0 (#208) --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 38e9765..534fcda 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -138,7 +138,7 @@ jobs: with: fetch-depth: 0 # need full history to get page last modified times - name: Setup Ruby - uses: ruby/setup-ruby@1d0e911f615a112e322369596f10ee0b95b010ae # v1.183.0 + uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 # v1.190.0 with: ruby-version: '3.1' bundler-cache: true # runs 'bundle install' and caches installed gems automatically From 45b82923062d8d4f4b9b8da733c94e7e6ace15b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 18:21:53 +0100 Subject: [PATCH 12/27] Bump softprops/action-gh-release from 2.0.6 to 2.0.8 (#204) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 418273f..262cbd4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -94,6 +94,6 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3.0.0 - name: Create GitHut Release - uses: softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 # v0.1.15 + uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v0.1.15 with: generate_release_notes: true \ No newline at end of file From abe487a71219287c28efa1abc1f779fb4f55c467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 05:14:41 +0000 Subject: [PATCH 13/27] Bump dev.harrel:json-schema from 1.7.0 to 1.7.1 (#216) Bumps [dev.harrel:json-schema](https://github.com/harrel56/json-schema) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/harrel56/json-schema/releases) - [Commits](https://github.com/harrel56/json-schema/compare/1.7.0...1.7.1) --- updated-dependencies: - dependency-name: dev.harrel:json-schema dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b9fa114..76d1a05 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -70,7 +70,7 @@ dependencies { implementation("org.leadpony.justify:justify:3.1.0") - implementation("dev.harrel:json-schema:1.7.0") + implementation("dev.harrel:json-schema:1.7.1") implementation("com.sanctionco.jmail:jmail:1.6.3") // dev.harrel format validation runtimeOnly("org.slf4j:slf4j-nop:2.0.13") From f71544dd074329e401829611b470645ced08aa53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 05:14:46 +0000 Subject: [PATCH 14/27] Bump com.github.erosb:json-sKema from 0.15.0 to 0.16.0 (#218) Bumps [com.github.erosb:json-sKema](https://github.com/erosb/json-sKema) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/erosb/json-sKema/releases) - [Commits](https://github.com/erosb/json-sKema/compare/v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: com.github.erosb:json-sKema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 76d1a05..8530621 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -53,7 +53,7 @@ dependencies { implementation("com.github.erosb:everit-json-schema:1.14.4") - implementation("com.github.erosb:json-sKema:0.15.0") + implementation("com.github.erosb:json-sKema:0.16.0") implementation("io.confluent:kafka-streams-json-schema-serde:$confluentVersion") implementation("io.confluent:kafka-schema-registry-client:$confluentVersion") From 403355292033b0a15bbaa21d32175c15be34d03b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 05:15:10 +0000 Subject: [PATCH 15/27] Bump junitVersion from 5.10.3 to 5.11.0 (#217) Bumps `junitVersion` from 5.10.3 to 5.11.0. Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.3 to 5.11.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.3...r5.11.0) Updates `org.junit.jupiter:junit-jupiter-params` from 5.10.3 to 5.11.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.3...r5.11.0) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.3 to 5.11.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.3...r5.11.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8530621..d9b7dc7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -32,7 +32,7 @@ repositories { } val creekVersion = "0.4.2-SNAPSHOT" -val junitVersion = "5.10.3" +val junitVersion = "5.11.0" val junitPioneerVersion = "2.2.0" val mockitoVersion = "5.12.0" val jmhVersion = "1.37" From c4b34d799ad89078aefde5af2b6375723527b387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 05:15:39 +0000 Subject: [PATCH 16/27] Bump org.mockito:mockito-junit-jupiter from 5.12.0 to 5.13.0 (#219) Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.12.0 to 5.13.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.12.0...v5.13.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d9b7dc7..edf03db 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -34,7 +34,7 @@ repositories { val creekVersion = "0.4.2-SNAPSHOT" val junitVersion = "5.11.0" val junitPioneerVersion = "2.2.0" -val mockitoVersion = "5.12.0" +val mockitoVersion = "5.13.0" val jmhVersion = "1.37" val confluentVersion = "7.7.0" val vertxVersion = "4.5.9" From 2f1525fee4d02603b596a219791df9a22264f1f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 05:21:02 +0000 Subject: [PATCH 17/27] Bump actions/upload-artifact from 4.3.4 to 4.4.0 (#222) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.4.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/0b2256b8c012f0828dc542b3febcab082c67f72b...50769540e7f4bd5e21e526ee35c689e35e0d6874) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/gh-pages.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 534fcda..eefc19e 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -37,7 +37,7 @@ jobs: - name: Add results to step summary run: cat docs/_includes/implementations.json >> $GITHUB_STEP_SUMMARY - name: Upload Implementations - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: implementations path: docs/_includes/* @@ -64,7 +64,7 @@ jobs: echo "# Specific Draft & Implementation results" >> $GITHUB_STEP_SUMMARY cat docs/_includes/per-draft.md >> $GITHUB_STEP_SUMMARY - name: Upload Implementations - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: functional path: docs/_includes/* @@ -93,7 +93,7 @@ jobs: echo "# Json Validator Benchmark Results" >> $GITHUB_STEP_SUMMARY cat docs/_includes/JsonValidateBenchmark.md >> $GITHUB_STEP_SUMMARY - name: Upload Implementations - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: validateBenchmark path: docs/_includes/* @@ -122,7 +122,7 @@ jobs: echo "# Json Serde Benchmark Results" >> $GITHUB_STEP_SUMMARY cat docs/_includes/JsonSerdeBenchmark.md >> $GITHUB_STEP_SUMMARY - name: Upload Implementations - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: serdeBenchmark path: docs/_includes/* From bce53d16a2288c4cab3a3f91e856f4b953a386e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 05:21:29 +0000 Subject: [PATCH 18/27] Bump org.slf4j:slf4j-nop from 2.0.13 to 2.0.16 (#220) Bumps org.slf4j:slf4j-nop from 2.0.13 to 2.0.16. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-nop dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index edf03db..a7ab338 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -73,7 +73,7 @@ dependencies { implementation("dev.harrel:json-schema:1.7.1") implementation("com.sanctionco.jmail:jmail:1.6.3") // dev.harrel format validation - runtimeOnly("org.slf4j:slf4j-nop:2.0.13") + runtimeOnly("org.slf4j:slf4j-nop:2.0.16") testImplementation("org.creekservice:creek-test-hamcrest:$creekVersion") testImplementation("org.junit.jupiter:junit-jupiter-api:$junitVersion") From db9a435c8fca0e33adf40a3969350cb135a9a040 Mon Sep 17 00:00:00 2001 From: harrel56 Date: Tue, 17 Sep 2024 11:04:09 +0200 Subject: [PATCH 19/27] bump dev.harrel to 1.7.1, add support for draft7 (#214) Co-authored-by: Andy Coates <8012398+big-andy-coates@users.noreply.github.com> --- .../DevHarrelImplementation.java | 57 ++++++++----------- .../perf/performance/JsonSerdeBenchmark.java | 5 ++ .../performance/JsonValidateBenchmark.java | 5 ++ 3 files changed, 33 insertions(+), 34 deletions(-) diff --git a/src/main/java/org/creekservice/kafka/test/perf/implementations/DevHarrelImplementation.java b/src/main/java/org/creekservice/kafka/test/perf/implementations/DevHarrelImplementation.java index db8a764..fb0c2fa 100644 --- a/src/main/java/org/creekservice/kafka/test/perf/implementations/DevHarrelImplementation.java +++ b/src/main/java/org/creekservice/kafka/test/perf/implementations/DevHarrelImplementation.java @@ -16,17 +16,18 @@ package org.creekservice.kafka.test.perf.implementations; +import static org.creekservice.kafka.test.perf.testsuite.SchemaSpec.DRAFT_07; import static org.creekservice.kafka.test.perf.testsuite.SchemaSpec.DRAFT_2019_09; import static org.creekservice.kafka.test.perf.testsuite.SchemaSpec.DRAFT_2020_12; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.json.JsonMapper; +import dev.harrel.jsonschema.Dialect; import dev.harrel.jsonschema.Dialects; import dev.harrel.jsonschema.FormatEvaluatorFactory; import dev.harrel.jsonschema.JsonNode; import dev.harrel.jsonschema.SchemaResolver; -import dev.harrel.jsonschema.SpecificationVersion; import dev.harrel.jsonschema.Validator; import dev.harrel.jsonschema.ValidatorFactory; import dev.harrel.jsonschema.providers.JacksonNode; @@ -34,7 +35,6 @@ import java.io.IOException; import java.net.URI; import java.util.Map; -import java.util.Set; import java.util.stream.Collectors; import org.creekservice.kafka.test.perf.model.TestModel; import org.creekservice.kafka.test.perf.testsuite.AdditionalSchemas; @@ -42,6 +42,11 @@ @SuppressWarnings("FieldMayBeFinal") // not final to avoid folding. public class DevHarrelImplementation implements Implementation { + private static final Map SUPPORTED = + Map.of( + DRAFT_07, new Dialects.Draft7Dialect(), + DRAFT_2019_09, new Dialects.Draft2019Dialect(), + DRAFT_2020_12, new Dialects.Draft2020Dialect()); private static final MetaData METADATA = new MetaData( @@ -49,7 +54,7 @@ public class DevHarrelImplementation implements Implementation { "DevHarrel", Language.Java, Licence.MIT, - Set.of(DRAFT_2020_12, DRAFT_2019_09), + SUPPORTED.keySet(), "https://github.com/harrel56/json-schema", new Color(22, 99, 0), dev.harrel.jsonschema.ValidatorFactory.class, @@ -133,37 +138,21 @@ private Validator validator( } return SchemaResolver.Result.empty(); }; - switch (spec) { - case DRAFT_2020_12: - final ValidatorFactory validatorFactory2020 = - new ValidatorFactory() - .withDisabledSchemaValidation(true) - .withDialect(new Dialects.Draft2020Dialect()) - .withJsonNodeFactory(nodeFactory) - .withSchemaResolver(resolver); - if (enableFormatAssertions) { - validatorFactory2020.withEvaluatorFactory(new FormatEvaluatorFactory()); - } - final Validator validator2020 = validatorFactory2020.createValidator(); - /* Validate against meta-schema in order to parse it eagerly */ - validator2020.validate(URI.create(SpecificationVersion.DRAFT2020_12.getId()), "{}"); - return validator2020; - case DRAFT_2019_09: - final ValidatorFactory validatorFactory2019 = - new ValidatorFactory() - .withDisabledSchemaValidation(true) - .withDialect(new Dialects.Draft2019Dialect()) - .withJsonNodeFactory(nodeFactory) - .withSchemaResolver(resolver); - if (enableFormatAssertions) { - validatorFactory2019.withEvaluatorFactory(new FormatEvaluatorFactory()); - } - final Validator validator2019 = validatorFactory2019.createValidator(); - /* Validate against meta-schema in order to parse it eagerly */ - validator2019.validate(URI.create(SpecificationVersion.DRAFT2019_09.getId()), "{}"); - return validator2019; - default: - throw new RuntimeException("Unsupported Spec:" + spec); + final Dialect dialect = SUPPORTED.get(spec); + if (dialect == null) { + throw new RuntimeException("Unsupported Spec:" + spec); + } + final ValidatorFactory validatorFactory = + new ValidatorFactory() + .withDefaultDialect(dialect) + .withJsonNodeFactory(nodeFactory) + .withSchemaResolver(resolver); + if (enableFormatAssertions) { + validatorFactory.withEvaluatorFactory(new FormatEvaluatorFactory()); } + final Validator validator = validatorFactory.createValidator(); + /* Validate against meta-schema in order to parse it eagerly */ + validator.validate(spec.uri(), "{}"); + return validator; } } diff --git a/src/main/java/org/creekservice/kafka/test/perf/performance/JsonSerdeBenchmark.java b/src/main/java/org/creekservice/kafka/test/perf/performance/JsonSerdeBenchmark.java index 846dc91..4401dba 100644 --- a/src/main/java/org/creekservice/kafka/test/perf/performance/JsonSerdeBenchmark.java +++ b/src/main/java/org/creekservice/kafka/test/perf/performance/JsonSerdeBenchmark.java @@ -200,6 +200,11 @@ public DevHarrelState() { } } + @Benchmark + public TestModel measureDraft_07_DevHarrel(final DevHarrelState impl, final ModelState model) { + return impl.roundTrip(model, SchemaSpec.DRAFT_07); + } + @Benchmark public TestModel measureDraft_2020_12_DevHarrel( final DevHarrelState impl, final ModelState model) { diff --git a/src/main/java/org/creekservice/kafka/test/perf/performance/JsonValidateBenchmark.java b/src/main/java/org/creekservice/kafka/test/perf/performance/JsonValidateBenchmark.java index c12700c..7deb9d1 100644 --- a/src/main/java/org/creekservice/kafka/test/perf/performance/JsonValidateBenchmark.java +++ b/src/main/java/org/creekservice/kafka/test/perf/performance/JsonValidateBenchmark.java @@ -274,6 +274,11 @@ public DevHarrelValidator() { } } + @Benchmark + public Result measureDraft_07_DevHarrel(final DevHarrelValidator validator) { + return validator.validate(SchemaSpec.DRAFT_07); + } + @Benchmark public Result measureDraft_2019_09_DevHarrel(final DevHarrelValidator validator) { return validator.validate(SchemaSpec.DRAFT_2019_09); From 5d67e9a534a61b92d01facca1f0c609fd58f95ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 09:04:48 +0000 Subject: [PATCH 20/27] Bump actions/setup-java from 4.2.1 to 4.2.2 (#221) Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/99b8673ff64fbf99d8d325f52d9a5bdedb8483e9...6a0805fcefea3d4657a47ac4c165951e33482018) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andy Coates <8012398+big-andy-coates@users.noreply.github.com> --- .github/workflows/build.yml | 4 ++-- .github/workflows/gh-pages.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 262cbd4..7c412c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: if: (!startsWith(github.ref, 'refs/tags/')) run: git fetch --tag --unshallow - name: Set up JDK - uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1 + uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2 with: java-version: '17' distribution: 'adopt' @@ -74,7 +74,7 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6 # v3.5.0 - name: Set up JDK - uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1 + uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2 with: java-version: '17' distribution: 'adopt' diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index eefc19e..6404d03 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Set up JDK - uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1 + uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2 with: java-version: '17' distribution: 'adopt' @@ -47,7 +47,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Set up JDK - uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1 + uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2 with: java-version: '17' distribution: 'adopt' @@ -74,7 +74,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Set up JDK - uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1 + uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2 with: java-version: '17' distribution: 'adopt' @@ -103,7 +103,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Set up JDK - uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1 + uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2 with: java-version: '17' distribution: 'adopt' From 0750ed2d94b2fd5c7523106c22d5f1010c00958b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 05:41:24 +0000 Subject: [PATCH 21/27] Bump ruby/setup-ruby from 1.190.0 to 1.194.0 (#223) Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.190.0 to 1.194.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/a6e6f86333f0a2523ece813039b8b4be04560854...c04af2bb7258bb6a03df1d3c1865998ac9390972) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 6404d03..da350ee 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -138,7 +138,7 @@ jobs: with: fetch-depth: 0 # need full history to get page last modified times - name: Setup Ruby - uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 # v1.190.0 + uses: ruby/setup-ruby@c04af2bb7258bb6a03df1d3c1865998ac9390972 # v1.194.0 with: ruby-version: '3.1' bundler-cache: true # runs 'bundle install' and caches installed gems automatically From cbfc07603761c2290c684e06084a050ac19a88c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 06:07:51 +0000 Subject: [PATCH 22/27] Bump com.github.erosb:json-sKema from 0.16.0 to 0.18.0 (#226) Bumps [com.github.erosb:json-sKema](https://github.com/erosb/json-sKema) from 0.16.0 to 0.18.0. - [Release notes](https://github.com/erosb/json-sKema/releases) - [Commits](https://github.com/erosb/json-sKema/compare/v0.16.0...v0.18.0) --- updated-dependencies: - dependency-name: com.github.erosb:json-sKema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a7ab338..1c2625a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -53,7 +53,7 @@ dependencies { implementation("com.github.erosb:everit-json-schema:1.14.4") - implementation("com.github.erosb:json-sKema:0.16.0") + implementation("com.github.erosb:json-sKema:0.18.0") implementation("io.confluent:kafka-streams-json-schema-serde:$confluentVersion") implementation("io.confluent:kafka-schema-registry-client:$confluentVersion") From 068a099079a5cbd27221ef1c495943227f4d715f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 06:08:12 +0000 Subject: [PATCH 23/27] Bump vertxVersion from 4.5.9 to 4.5.10 (#227) Bumps `vertxVersion` from 4.5.9 to 4.5.10. Updates `io.vertx:vertx-json-schema` from 4.5.9 to 4.5.10 Updates `io.vertx:vertx-codegen` from 4.5.9 to 4.5.10 --- updated-dependencies: - dependency-name: io.vertx:vertx-json-schema dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.vertx:vertx-codegen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1c2625a..2824b3a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -37,7 +37,7 @@ val junitPioneerVersion = "2.2.0" val mockitoVersion = "5.13.0" val jmhVersion = "1.37" val confluentVersion = "7.7.0" -val vertxVersion = "4.5.9" +val vertxVersion = "4.5.10" dependencies { implementation("org.openjdk.jmh:jmh-core:$jmhVersion") From f8e1d3096ed247cfaafa59c7ac7edbed765ec5b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 06:08:36 +0000 Subject: [PATCH 24/27] Bump junitVersion from 5.11.0 to 5.11.1 (#228) Bumps `junitVersion` from 5.11.0 to 5.11.1. Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.0 to 5.11.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.0...r5.11.1) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.0 to 5.11.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.0...r5.11.1) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.0 to 5.11.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.0...r5.11.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2824b3a..5b0c026 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -32,7 +32,7 @@ repositories { } val creekVersion = "0.4.2-SNAPSHOT" -val junitVersion = "5.11.0" +val junitVersion = "5.11.1" val junitPioneerVersion = "2.2.0" val mockitoVersion = "5.13.0" val jmhVersion = "1.37" From 67a2c4f1c80655c6be9106569dfaa389f4144371 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 06:11:00 +0000 Subject: [PATCH 25/27] Bump org.mockito:mockito-junit-jupiter from 5.13.0 to 5.14.1 (#230) Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.13.0 to 5.14.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.13.0...v5.14.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5b0c026..313df32 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -34,7 +34,7 @@ repositories { val creekVersion = "0.4.2-SNAPSHOT" val junitVersion = "5.11.1" val junitPioneerVersion = "2.2.0" -val mockitoVersion = "5.13.0" +val mockitoVersion = "5.14.1" val jmhVersion = "1.37" val confluentVersion = "7.7.0" val vertxVersion = "4.5.10" From 9b3e2d12623a8010a30962e3d61997e752b98bc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 06:11:56 +0000 Subject: [PATCH 26/27] Bump com.networknt:json-schema-validator from 1.5.1 to 1.5.2 (#231) Bumps [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/networknt/json-schema-validator/releases) - [Changelog](https://github.com/networknt/json-schema-validator/blob/master/CHANGELOG.md) - [Commits](https://github.com/networknt/json-schema-validator/compare/1.5.1...1.5.2) --- updated-dependencies: - dependency-name: com.networknt:json-schema-validator dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 313df32..469ff78 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -63,7 +63,7 @@ dependencies { implementation("net.jimblackler.jsonschemafriend:core:0.12.4") - implementation("com.networknt:json-schema-validator:1.5.1") + implementation("com.networknt:json-schema-validator:1.5.2") implementation("com.qindesign:snowy-json:0.16.0") runtimeOnly("org.glassfish:jakarta.json:2.0.0:module") From 8bc3322b5b83fae21023c2022f957d8500b2e2fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 06:14:53 +0000 Subject: [PATCH 27/27] Bump confluentVersion from 7.7.0 to 7.7.1 (#229) Bumps `confluentVersion` from 7.7.0 to 7.7.1. Updates `io.confluent:kafka-streams-json-schema-serde` from 7.7.0 to 7.7.1 - [Commits](https://github.com/confluentinc/schema-registry/compare/v7.7.0...v7.7.1) Updates `io.confluent:kafka-schema-registry-client` from 7.7.0 to 7.7.1 - [Commits](https://github.com/confluentinc/schema-registry/compare/v7.7.0...v7.7.1) --- updated-dependencies: - dependency-name: io.confluent:kafka-streams-json-schema-serde dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.confluent:kafka-schema-registry-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 469ff78..5588a35 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ val junitVersion = "5.11.1" val junitPioneerVersion = "2.2.0" val mockitoVersion = "5.14.1" val jmhVersion = "1.37" -val confluentVersion = "7.7.0" +val confluentVersion = "7.7.1" val vertxVersion = "4.5.10" dependencies {