From 901e382f26bac2967a34d0c150065e4cb3496588 Mon Sep 17 00:00:00 2001 From: Thirumal Date: Wed, 16 Oct 2024 21:47:06 +0530 Subject: [PATCH] updated spring boot version --- pom.xml | 165 ++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 102 insertions(+), 63 deletions(-) diff --git a/pom.xml b/pom.xml index 46eafb3..7c12fa6 100644 --- a/pom.xml +++ b/pom.xml @@ -1,49 +1,86 @@ - + 4.0.0 org.springframework.boot spring-boot-starter-parent - 3.3.0 - + 3.3.4 + in.thirumal oauth-authorization-server 0.0.1-SNAPSHOT oauth-authorization-server OAuth Authorization Server project for Spring Boot + + + + + + + m-thirumal + Thirumal + racetortoise@gmail.com + + + + + architect + developer + + Asia/Kolkata + + + + + + + + + + + 21 - 2023.0.2 + 2023.0.3 - + - org.springdoc - springdoc-openapi-starter-webmvc-ui - 2.5.0 + org.springdoc + springdoc-openapi-starter-webmvc-ui + 2.6.0 - com.googlecode.libphonenumber - libphonenumber - 8.13.38 + com.googlecode.libphonenumber + libphonenumber + 8.13.47 - com.googlecode.libphonenumber - geocoder - 2.232 + com.googlecode.libphonenumber + geocoder + 2.241 + - org.springframework.boot - spring-boot-starter-thymeleaf - - - org.springframework.session - spring-session-jdbc + com.google.guava + guava + 33.3.1-jre + + + + org.springframework.boot + spring-boot-starter-thymeleaf + + + org.springframework.session + spring-session-jdbc org.springframework.boot @@ -58,18 +95,19 @@ spring-boot-starter-web - org.springframework.security - spring-security-config - - - org.springframework.cloud - spring-cloud-starter-netflix-eureka-client - - + org.springframework.security + spring-security-config + - org.springframework.security - spring-security-oauth2-authorization-server - + org.springframework.cloud + spring-cloud-starter-netflix-eureka-client + + + + org.springframework.security + spring-security-oauth2-authorization-server + - + - org.springframework.retry - spring-retry + org.springframework.retry + spring-retry - org.springframework.cloud - spring-cloud-starter-openfeign + org.springframework.cloud + spring-cloud-starter-openfeign org.postgresql @@ -97,9 +136,9 @@ runtime - org.springframework.boot - spring-boot-starter-jdbc - + org.springframework.boot + spring-boot-starter-jdbc + org.springframework.boot spring-boot-devtools @@ -129,16 +168,16 @@ - - - org.springframework.cloud - spring-cloud-dependencies - ${spring-cloud.version} - pom - import - - - + + + org.springframework.cloud + spring-cloud-dependencies + ${spring-cloud.version} + pom + import + + + @@ -157,27 +196,27 @@ io.github.git-commit-id - git-commit-id-maven-plugin + git-commit-id-maven-plugin - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + +