From 8758e7c8de34d2aaf5ab192008aa47f609486ab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 06:39:46 +0000 Subject: [PATCH] chore(deps): bump com.helger.schematron:ph-schematron-pure Bumps [com.helger.schematron:ph-schematron-pure](https://github.com/phax/ph-schematron) from 7.1.2 to 9.0.0. - [Release notes](https://github.com/phax/ph-schematron/releases) - [Commits](https://github.com/phax/ph-schematron/compare/ph-schematron-parent-pom-7.1.2...ph-schematron-parent-pom-9.0.0) --- updated-dependencies: - dependency-name: com.helger.schematron:ph-schematron-pure dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 788b281..7a9054d 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ dependencies { implementation 'org.projectlombok:lombok:1.18.38' implementation 'com.jcabi:jcabi-xml:0.35.0' - implementation 'com.helger.schematron:ph-schematron-pure:7.1.2' + implementation 'com.helger.schematron:ph-schematron-pure:9.0.0' implementation 'com.github.vladimir-bukhtoyarov:bucket4j-core:7.6.1' implementation 'com.opencsv:opencsv:5.12.0'