From 478c1be6fd7b6562c810f0c0b88cdaab5fe8b245 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 19:06:29 +0000 Subject: [PATCH] Update dependency org.springframework.security:spring-security-crypto to v6.0.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9464b8f..2bf32d6 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation 'org.hibernate:hibernate-core:6.1.6.Final' implementation 'org.hibernate:hibernate-hikaricp:6.1.6.Final' implementation 'com.zaxxer:HikariCP:5.0.1' - implementation 'org.springframework.security:spring-security-crypto:6.0.0' + implementation 'org.springframework.security:spring-security-crypto:6.0.1' implementation 'commons-logging:commons-logging:1.2' implementation(platform("com.squareup.okhttp3:okhttp-bom:4.10.0")) implementation 'com.squareup.okhttp3:okhttp'