From c00ddd0b28bff2c16aaca1280aca11e0c640678d Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 10:56:50 -0400 Subject: [PATCH] [Backport 2.x] dependabot: bump com.nulab-inc:zxcvbn from 1.8.0 to 1.8.2 (#3357) Backport 2ad8272b8f1df1ba439de85dc9e27cff4c752077 from #3343. Signed-off-by: dependabot[bot] Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2b00941597..8204e0be90 100644 --- a/build.gradle +++ b/build.gradle @@ -550,7 +550,7 @@ dependencies { runtimeOnly "org.opensaml:opensaml-soap-impl:${open_saml_version}" implementation "org.opensaml:opensaml-storage-api:${open_saml_version}" - implementation "com.nulab-inc:zxcvbn:1.8.0" + implementation "com.nulab-inc:zxcvbn:1.8.2" runtimeOnly 'com.google.guava:failureaccess:1.0.1' runtimeOnly 'org.apache.commons:commons-text:1.10.0'