From 3006b45b6280394bd61ba3e3773b7ce5399072b0 Mon Sep 17 00:00:00 2001 From: Lunix-420 Date: Mon, 28 Oct 2024 11:32:30 +0100 Subject: [PATCH] chore: Update spring-boot-starter-parent version and java.version --- pom.xml | 79 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 39 insertions(+), 40 deletions(-) diff --git a/pom.xml b/pom.xml index 3c5b6b2..056b2e9 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.0-SNAPSHOT + 3.3.5 com.maradona @@ -27,19 +27,55 @@ - 23 + 21 - + org.springframework.boot spring-boot-starter-web + + org.springframework.boot + spring-boot-starter-data-jpa + + + org.springframework.boot + spring-boot-starter-thymeleaf + + + org.springframework.boot + spring-boot-starter-security + + + org.thymeleaf.extras + thymeleaf-extras-springsecurity6 + + + org.springframework.boot + spring-boot-starter-oauth2-client + + + org.springframework.boot + spring-boot-starter-oauth2-resource-server + + + + com.h2database + h2 + runtime + org.springframework.boot spring-boot-starter-test test + + org.springframework.security + spring-security-test + test + + @@ -50,41 +86,4 @@ - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/snapshot - - false - - - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/snapshot - - false - - - -