From e6c434324a7335cee19ffc1b4648c3512f32e4af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 02:03:45 +0000 Subject: [PATCH] chore(deps): bump com.password4j:password4j from 1.8.3 to 1.8.4 Bumps [com.password4j:password4j](https://github.com/Password4j/password4j) from 1.8.3 to 1.8.4. - [Release notes](https://github.com/Password4j/password4j/releases) - [Changelog](https://github.com/Password4j/password4j/blob/master/CHANGELOG.md) - [Commits](https://github.com/Password4j/password4j/compare/1.8.3...1.8.4) --- updated-dependencies: - dependency-name: com.password4j:password4j dependency-version: 1.8.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ed03b6badc2..d4790476ac8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -156,7 +156,7 @@ sqids = "0.1.0" tsid = "2.1.4" expiringmap = "0.5.11" otp = "2.1.0" -password4j = "1.8.3" +password4j = "1.8.4" apache-commons-imaging = "1.0.0-alpha6" testcontainers = "1.21.3" sourceBuddy = "2.5.3"