From b1176ce1a964968125073f50c76bb8b2ae398f8f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2020 23:24:19 +0000 Subject: [PATCH] Bump controlsfx from 11.0.1 to 11.0.2 Bumps [controlsfx](https://bitbucket.org/controlsfx/controlsfx) from 11.0.1 to 11.0.2. - [Changelog](https://bitbucket.org/controlsfx/controlsfx/src/default/doRelease.bat) - [Commits](https://bitbucket.org/controlsfx/controlsfx/commits) 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..e4c42a4 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ dependencies { // 3rd party dependencies implementation 'com.dlsc.preferencesfx:preferencesfx-core:11.6.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 'org.controlsfx:controlsfx:11.0.2' // implementation 'com.uwetrottmann.tmdb2:tmdb-java:2.2.0' // https://github.com/UweTrottmann/tmdb-java implementation 'org.jsoup:jsoup:1.13.1' // jsoup HTML parser library @ https://jsoup.org/