From 2d8c7a8b7a61e468488c640dbd62d28372466c8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 04:27:03 +0000 Subject: [PATCH] Bump org.cip4.lib.jdf:JDFLibJ from 2.2.8.3 to 2.2.8.5 Bumps [org.cip4.lib.jdf:JDFLibJ](https://github.com/cip4/JDFLibJ) from 2.2.8.3 to 2.2.8.5. - [Release notes](https://github.com/cip4/JDFLibJ/releases) - [Commits](https://github.com/cip4/JDFLibJ/compare/2.2.8.3...2.2.8.5) --- updated-dependencies: - dependency-name: org.cip4.lib.jdf:JDFLibJ dependency-version: 2.2.8.5 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 dd408e7..616e1a9 100644 --- a/build.gradle +++ b/build.gradle @@ -125,7 +125,7 @@ processResources { } dependencies { - implementation 'org.cip4.lib.jdf:JDFLibJ:2.2.8.3' + implementation 'org.cip4.lib.jdf:JDFLibJ:2.2.8.5' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'