From 14839376995df3dd1aeed425c0a3f9779329de96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 13:16:37 +0000 Subject: [PATCH] Bump org.cip4.lib.jdf:JDFLibJ from 2.1.8.+ to 2.2.8.1 Bumps [org.cip4.lib.jdf:JDFLibJ](https://github.com/cip4/JDFLibJ) from 2.1.8.+ to 2.2.8.1. - [Release notes](https://github.com/cip4/JDFLibJ/releases) - [Commits](https://github.com/cip4/JDFLibJ/commits/2.2.8.1) --- updated-dependencies: - dependency-name: org.cip4.lib.jdf:JDFLibJ dependency-version: 2.2.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 680b8be..9460f68 100644 --- a/build.gradle +++ b/build.gradle @@ -120,7 +120,7 @@ processResources { } dependencies { - implementation ('org.cip4.lib.jdf:JDFLibJ:2.1.8.+'){ + implementation ('org.cip4.lib.jdf:JDFLibJ:2.2.8.+'){ exclude group: 'xml-apis' } implementation ('xerces:xercesImpl:2.12.2'){transitive=false}