From 033bbac29d3ae225a5a7b88fcd1bdb1cdbeff3b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:48:39 +0000 Subject: [PATCH] Bump org.cip4.lib.jdf:JDFLibJ from 2.1.7.+ to 2.1.8.4 Bumps [org.cip4.lib.jdf:JDFLibJ](https://github.com/cip4/JDFLibJ) from 2.1.7.+ to 2.1.8.4. - [Release notes](https://github.com/cip4/JDFLibJ/releases) - [Commits](https://github.com/cip4/JDFLibJ/commits/2.1.8.4) --- updated-dependencies: - dependency-name: org.cip4.lib.jdf:JDFLibJ 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 1bd1bb1..8850f42 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.codehaus.groovy:groovy:+' implementation 'org.codehaus.groovy:groovy-xml:+' - implementation 'org.cip4.lib.jdf:JDFLibJ:2.1.7.+' + implementation 'org.cip4.lib.jdf:JDFLibJ:2.1.8.+' implementation 'com.formdev:flatlaf:3.+' implementation 'org.xhtmlrenderer:core-renderer:R8'