diff options
author | lapentafd <francesco.lapenta@est.tech> | 2024-08-20 14:30:53 +0100 |
---|---|---|
committer | lapentafd <francesco.lapenta@est.tech> | 2024-08-22 10:50:44 +0100 |
commit | 426ae53c36ff2d6c9351627c52e7985bae65489e (patch) | |
tree | 01a42e268199ff85be739e8f76593cd2074e434e /springboot/spring-boot-setup/src/main | |
parent | de82d6865fb7f50c9241eccd38803aa7f5a16b80 (diff) |
Adding spingboot parent 3.3.2
Issue-ID: CCSDK-4026
Change-Id: If61612617825c6c826018629b08c4005d4e91c7d
Signed-off-by: lapentafd <francesco.lapenta@est.tech>
Diffstat (limited to 'springboot/spring-boot-setup/src/main')
-rw-r--r-- | springboot/spring-boot-setup/src/main/properties/springboot33.properties | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/springboot/spring-boot-setup/src/main/properties/springboot33.properties b/springboot/spring-boot-setup/src/main/properties/springboot33.properties new file mode 100644 index 00000000..6a4d1f40 --- /dev/null +++ b/springboot/spring-boot-setup/src/main/properties/springboot33.properties @@ -0,0 +1,11 @@ +springbootparent.artifactId=spring-boot-starter-parent +springbootparent.groupId=org.springframework.boot +springbootparent.version=3.3.2 +springboot.project.artifactId=spring-boot-33-starter-parent +spring.version=6.1.10 +springboot.httpcomponents.core.version=4.5.16 +springboot.httpcomponents.client.version=4.5.14 +springboot.jackson.version=2.15.0 +springboot.logback.version=1.4.14 +springboot.slf4j.version=2.19.0 +springboot.antlr.version=4.12.0 |