From ce0b0186c2789a1673dc865e73ebd042e95953e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 04:27:46 +0000 Subject: [PATCH] Bump org.cip4.lib.jdf:JDFLibJ from 2.2.8.8 to 2.2.8.10 Bumps [org.cip4.lib.jdf:JDFLibJ](https://github.com/cip4/JDFLibJ) from 2.2.8.8 to 2.2.8.10. - [Release notes](https://github.com/cip4/JDFLibJ/releases) - [Commits](https://github.com/cip4/JDFLibJ/compare/2.2.8.8...2.2.8.10) --- updated-dependencies: - dependency-name: org.cip4.lib.jdf:JDFLibJ dependency-version: 2.2.8.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a12a0fb..68a4358 100644 --- a/build.gradle +++ b/build.gradle @@ -125,7 +125,7 @@ processResources { } dependencies { - implementation 'org.cip4.lib.jdf:JDFLibJ:2.2.8.8' + implementation 'org.cip4.lib.jdf:JDFLibJ:2.2.8.10' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.4' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.4'