-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I3c881e256e8ce296fb731ca94ee5fbf1f5cc9fef Signed-off-by: JohnKeeney <[email protected]> Issue-ID: CCSDK-3974
- Loading branch information
1 parent
ce63934
commit c34f631
Showing
4 changed files
with
1,063 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
springboot/spring-boot-setup/src/main/properties/springboot32.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
springbootparent.artifactId=spring-boot-starter-parent | ||
springbootparent.groupId=org.springframework.boot | ||
springbootparent.version=3.2.0 | ||
springboot.project.artifactId=spring-boot-32-starter-parent | ||
spring.version=6.1.1 | ||
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 |
Oops, something went wrong.