From 097898f31fd6911af716bb31a47e60734a97a570 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 14:16:25 +0000 Subject: [PATCH] Bump org.cip4.lib.jdf:JDFLibJ from 2.1.7.+ to 2.1.8.0 Bumps [org.cip4.lib.jdf:JDFLibJ](https://github.com/cip4/JDFLibJ) from 2.1.7.+ to 2.1.8.0. - [Release notes](https://github.com/cip4/JDFLibJ/releases) - [Commits](https://github.com/cip4/JDFLibJ/commits/2.1.8.0) --- 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'