From b7db35defe8036cbad8801eab84a31c511bbee1e Mon Sep 17 00:00:00 2001 From: Cedric Hornberger Date: Mon, 4 May 2026 22:34:10 +0200 Subject: [PATCH] build: add spring-boot-starter-validation and bucket4j-core --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index df740a9..d3a59cc 100644 --- a/pom.xml +++ b/pom.xml @@ -38,6 +38,15 @@ org.springframework.boot spring-boot-starter-security + + org.springframework.boot + spring-boot-starter-validation + + + com.bucket4j + bucket4j-core + 8.10.1 + org.springframework.boot spring-boot-starter-oauth2-resource-server