From 5678cfd1103478f0dfe5747d7e5be7ce30fb1f56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 09:10:57 +0000 Subject: [PATCH] Bump net.harawata:appdirs from 1.2.2 to 1.3.0 Bumps [net.harawata:appdirs](https://github.com/harawata/appdirs) from 1.2.2 to 1.3.0. - [Release notes](https://github.com/harawata/appdirs/releases) - [Commits](https://github.com/harawata/appdirs/compare/appdirs-1.2.2...appdirs-1.3.0) --- updated-dependencies: - dependency-name: net.harawata:appdirs 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 b1e986f0..1b3f472a 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ buildscript { jsoupVersion = "1.18.3" jsonPatchVersion = "1.13" zxingVersion = "3.5.3" - appDirsVersion = "1.2.2" + appDirsVersion = "1.3.0" junitVersion = "5.11.4" archunitVersion = "1.3.0" }