From 86e9278f4fbd6179fcba26f60b5b6a7b5716040c Mon Sep 17 00:00:00 2001 From: Big Andy <8012398+big-andy-coates@users.noreply.github.com> Date: Tue, 10 Oct 2023 14:19:52 +0100 Subject: [PATCH] update to version of pandoc with csv support --- .github/workflows/run-perf-test.yml | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-perf-test.yml b/.github/workflows/run-perf-test.yml index 6901006..690bc2e 100644 --- a/.github/workflows/run-perf-test.yml +++ b/.github/workflows/run-perf-test.yml @@ -35,7 +35,7 @@ jobs: - name: Run performance benchmarks run: ./gradlew runBenchmarks - name: Convert results to markdown - uses: docker://pandoc/core:2.9 + uses: docker://pandoc/core:3.1 with: args: >- --from=csv diff --git a/build.gradle.kts b/build.gradle.kts index f3aeb4e..aa4b367 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -60,7 +60,7 @@ dependencies { implementation("io.vertx:vertx-json-schema:$vertxVersion") compileOnly("io.vertx:vertx-codegen:$vertxVersion") - implementation("net.jimblackler.jsonschemafriend:core:0.11.4") + implementation("net.jimblackler.jsonschemafriend:core:0.12.2") implementation("com.networknt:json-schema-validator:1.0.80"){ exclude(group = "org.apache.commons", module = "commons-lang3")