From dd0f25406a24328e3dd3d03b6f20e0c4281abd8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 08:07:00 +0000 Subject: [PATCH] Bump io.github.sanyarnd:app-locker from 1.1.2 to 1.2.0 Bumps [io.github.sanyarnd:app-locker](https://github.com/sanyarnd/applocker) from 1.1.2 to 1.2.0. - [Release notes](https://github.com/sanyarnd/applocker/releases) - [Changelog](https://github.com/sanyarnd/applocker/blob/master/CHANGELOG.md) - [Commits](https://github.com/sanyarnd/applocker/compare/1.1.2...1.2.0) --- updated-dependencies: - dependency-name: io.github.sanyarnd:app-locker dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- launcher/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/build.gradle b/launcher/build.gradle index afc33eff..fbfc7838 100644 --- a/launcher/build.gradle +++ b/launcher/build.gradle @@ -5,7 +5,7 @@ plugins { dependencies { implementation 'org.fusesource.jansi:jansi:1.18' implementation "com.dorkbox:SystemTray:4.1" - implementation 'io.github.sanyarnd:app-locker:1.1.2' + implementation 'io.github.sanyarnd:app-locker:1.2.0' // Default theme implementation 'com.formdev:flatlaf:3.2'