From a84f5535122b32584e5f161d4ca64ca30d5148ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 17:43:34 +0000 Subject: [PATCH] Bump net.harawata:appdirs from 1.2.1 to 1.2.2 Bumps [net.harawata:appdirs](https://github.com/harawata/appdirs) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/harawata/appdirs/releases) - [Commits](https://github.com/harawata/appdirs/compare/appdirs-1.2.1...appdirs-1.2.2) --- updated-dependencies: - dependency-name: net.harawata:appdirs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ganttproject/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ganttproject/build.gradle b/ganttproject/build.gradle index 0fbe55d1f..b60c7a0cc 100644 --- a/ganttproject/build.gradle +++ b/ganttproject/build.gradle @@ -55,7 +55,7 @@ dependencies { } implementation "com.michael-bull.kotlin-result:kotlin-result:2.0.0" - implementation('net.harawata:appdirs:1.2.1') { + implementation('net.harawata:appdirs:1.2.2') { exclude group: 'net.java.dev.jna', module: 'jna' } testImplementation group: 'org.easymock', name: 'easymock', version: '5.+'