From e2d4c000325f9d929f89367ef6f074092f15ef38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 07:03:16 +0000 Subject: [PATCH] Bump org.passay:passay from 1.6.5 to 1.6.6 Bumps [org.passay:passay](https://github.com/vt-middleware/passay) from 1.6.5 to 1.6.6. - [Release notes](https://github.com/vt-middleware/passay/releases) - [Changelog](https://github.com/vt-middleware/passay/blob/main/release) - [Commits](https://github.com/vt-middleware/passay/compare/v1.6.5...v1.6.6) --- updated-dependencies: - dependency-name: org.passay:passay dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 57a79ae3cd..74ca608a12 100644 --- a/build.gradle +++ b/build.gradle @@ -594,7 +594,7 @@ dependencies { implementation 'org.apache.commons:commons-collections4:4.4' //Password generation - implementation 'org.passay:passay:1.6.5' + implementation 'org.passay:passay:1.6.6' implementation "org.apache.kafka:kafka-clients:${kafka_version}"