From e0801146f3b9653e444452d466ca46f861cc872a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 00:54:08 +0000 Subject: [PATCH] Bump preferencesfx-core from 11.6.0 to 11.8.0 Bumps [preferencesfx-core](https://github.com/dlsc-software-consulting-gmbh/PreferencesFX) from 11.6.0 to 11.8.0. - [Release notes](https://github.com/dlsc-software-consulting-gmbh/PreferencesFX/releases) - [Changelog](https://github.com/dlsc-software-consulting-gmbh/PreferencesFX/blob/master-11/CHANGELOG.md) - [Commits](https://github.com/dlsc-software-consulting-gmbh/PreferencesFX/compare/11.6.0...11.8.0) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2673212..43f0025 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.6.2' // 3rd party dependencies - implementation 'com.dlsc.preferencesfx:preferencesfx-core:11.6.0' // https://github.com/dlemmermann/PreferencesFX + implementation 'com.dlsc.preferencesfx:preferencesfx-core:11.8.0' // https://github.com/dlemmermann/PreferencesFX implementation 'com.dlsc.workbenchfx:workbenchfx-core:11.1.0' // https://github.com/dlemmermann/WorkbenchFX implementation 'org.controlsfx:controlsfx:11.0.1' // implementation 'com.uwetrottmann.tmdb2:tmdb-java:2.2.0' // https://github.com/UweTrottmann/tmdb-java