Skip to content

Commit

Permalink
update to version of pandoc with csv support
Browse files Browse the repository at this point in the history
  • Loading branch information
big-andy-coates committed Oct 10, 2023
1 parent 8051fdc commit 86e9278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-perf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 86e9278

Please sign in to comment.