From a75b708fda6ae3a4f2c05073a920d63f63bc8c80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 13:55:56 +0000 Subject: [PATCH] Bump org.cip4.lib.jdf:JDFLibJ from 2.1.8.+ to 2.2.8.0 Bumps [org.cip4.lib.jdf:JDFLibJ](https://github.com/cip4/JDFLibJ) from 2.1.8.+ to 2.2.8.0. - [Release notes](https://github.com/cip4/JDFLibJ/releases) - [Commits](https://github.com/cip4/JDFLibJ/commits/2.2.8.0) --- updated-dependencies: - dependency-name: org.cip4.lib.jdf:JDFLibJ dependency-version: 2.2.8.0 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}