From 9660053c90fa602f40f3f72bffd3207bfc2ef01f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 22:52:27 +0000 Subject: [PATCH] Bump com.nulab-inc:zxcvbn from 1.2.2 to 1.9.0 Bumps [com.nulab-inc:zxcvbn](https://github.com/nulab/zxcvbn4j) from 1.2.2 to 1.9.0. - [Release notes](https://github.com/nulab/zxcvbn4j/releases) - [Changelog](https://github.com/nulab/zxcvbn4j/blob/main/CHANGELOG.md) - [Commits](https://github.com/nulab/zxcvbn4j/compare/1.2.2...1.9.0) --- updated-dependencies: - dependency-name: com.nulab-inc:zxcvbn dependency-version: 1.9.0 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 7b4db7ee..e2a136fd 100644 --- a/build.gradle +++ b/build.gradle @@ -188,7 +188,7 @@ dependencies { // abandonware and has a ton of CVEs, even in the newer versions. implementation "org.syslog4j:syslog4j:0.9.46" implementation 'com.github.spullara.mustache.java:compiler:0.9.3' - implementation 'com.nulab-inc:zxcvbn:1.2.2' + implementation 'com.nulab-inc:zxcvbn:1.9.0' implementation 'nl.basjes.parse.useragent:yauaa:1.3' implementation 'com.fasterxml.jackson.core:jackson-annotations:2.5.4' implementation 'com.fasterxml.jackson.core:jackson-databind:2.5.4'