From 885a5d0b93bcf89b64f3e2613a4c3090a6c38787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 14:53:01 +0000 Subject: [PATCH] Bump com.dlsc.gemsfx:gemsfx from 2.16.0 to 2.17.0 (#11312) Bumps [com.dlsc.gemsfx:gemsfx](https://github.com/dlsc-software-consulting-gmbh/GemsFX) from 2.16.0 to 2.17.0. - [Release notes](https://github.com/dlsc-software-consulting-gmbh/GemsFX/releases) - [Changelog](https://github.com/dlsc-software-consulting-gmbh/GemsFX/blob/master/jreleaser.yml) - [Commits](https://github.com/dlsc-software-consulting-gmbh/GemsFX/compare/v2.16.0...v2.17.0) --- updated-dependencies: - dependency-name: com.dlsc.gemsfx:gemsfx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a39c5df3b00..e19ce8724bc 100644 --- a/build.gradle +++ b/build.gradle @@ -218,7 +218,7 @@ dependencies { } implementation 'org.fxmisc.flowless:flowless:0.7.3' implementation 'org.fxmisc.richtext:richtextfx:0.11.2' - implementation (group: 'com.dlsc.gemsfx', name: 'gemsfx', version: '2.16.0') { + implementation (group: 'com.dlsc.gemsfx', name: 'gemsfx', version: '2.17.0') { exclude module: 'javax.inject' // Split package, use only jakarta.inject exclude module: 'commons-lang3' exclude group: 'org.openjfx'