From 587c528a6400d7b8bc0a06cd3c428afc5a8be87b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 08:14:34 +0000 Subject: [PATCH] chore(deps): bump org.verapdf:validation-model from 1.26.1 to 1.26.2 Bumps [org.verapdf:validation-model](https://github.com/veraPDF/veraPDF-validation) from 1.26.1 to 1.26.2. - [Commits](https://github.com/veraPDF/veraPDF-validation/compare/v1.26.1...v1.26.2) --- updated-dependencies: - dependency-name: org.verapdf:validation-model dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 09c6651..0a2cd94 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ val logstashEncoderVersion = "8.0" val openHtmlToPdfVersion = "1.1.22" val prometheusVersion = "0.16.0" val junitJupiterVersion = "5.11.3" -val verapdfVersion = "1.26.1" +val verapdfVersion = "1.26.2" val ktfmtVersion = "0.44" val testcontainersVersion = "1.20.4" val pdfgencoreVersion = "1.1.36"