From d0831e321054aa190e4737d7eaaa5fe5555cb70c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 05:46:32 +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 c35f23e..554aaf0 100644 --- a/build.gradle +++ b/build.gradle @@ -49,7 +49,7 @@ dependencies { // runtimeOnly 'io.micrometer:micrometer-registry-new-relic' runtimeOnly 'org.mariadb.jdbc:mariadb-java-client:3.4.1' runtimeOnly 'org.postgresql:postgresql' - implementation 'org.passay:passay:1.6.5' + implementation 'org.passay:passay:1.6.6' implementation 'com.google.guava:guava:33.3.1-jre' implementation 'org.springframework.boot:spring-boot-starter-actuator'