From f300b6f6552f2bc37588020b1609f488cfc4400b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 14:11:01 +0000 Subject: [PATCH] Bump com.github.Dansoftowner:jSystemThemeDetector from 3.6 to 3.8 Bumps [com.github.Dansoftowner:jSystemThemeDetector](https://github.com/Dansoftowner/jSystemThemeDetector) from 3.6 to 3.8. - [Release notes](https://github.com/Dansoftowner/jSystemThemeDetector/releases) - [Commits](https://github.com/Dansoftowner/jSystemThemeDetector/compare/3.6...3.8) --- updated-dependencies: - dependency-name: com.github.Dansoftowner:jSystemThemeDetector dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c72f3c74bd0..1b3b37242f5 100644 --- a/build.gradle +++ b/build.gradle @@ -180,7 +180,7 @@ dependencies { } implementation 'org.controlsfx:controlsfx:11.2.0' - implementation 'com.github.Dansoftowner:jSystemThemeDetector:3.6' + implementation 'com.github.Dansoftowner:jSystemThemeDetector:3.8' implementation 'org.jsoup:jsoup:1.16.2' implementation 'com.konghq:unirest-java:3.14.5'