From ab617cefda312a91279d031479b7d8274e4664c0 Mon Sep 17 00:00:00 2001 From: Marcus Hert Da Coregio Date: Fri, 26 Jan 2024 09:14:36 -0300 Subject: [PATCH] Update io.spring.security.release to 1.0.1 Closes gh-2772 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index feabe3ac..b4e1ebe2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -74,6 +74,6 @@ org-webjars-knockout = "org.webjars:knockout:3.5.1" org-webjars-sockjs-client = "org.webjars:sockjs-client:1.5.1" org-webjars-stomp-websocket = "org.webjars:stomp-websocket:2.3.4" org-webjars-webjars-locator-core = "org.webjars:webjars-locator-core:0.52" -io-spring-security-release-plugin = "io.spring.gradle:spring-security-release-plugin:1.0.1-SNAPSHOT" +io-spring-security-release-plugin = "io.spring.gradle:spring-security-release-plugin:1.0.1" [plugins]