diff options
-rw-r--r-- | docs/index.rst | 8 | ||||
-rw-r--r-- | springboot/spring-boot-setup/src/main/properties/springboot30.properties | 6 |
2 files changed, 3 insertions, 11 deletions
diff --git a/docs/index.rst b/docs/index.rst deleted file mode 100644 index 833e1aa9..00000000 --- a/docs/index.rst +++ /dev/null @@ -1,8 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. - -TODO Add files to toctree and delete this header ------------------------------------------------- -.. toctree:: - :maxdepth: 1 - - diff --git a/springboot/spring-boot-setup/src/main/properties/springboot30.properties b/springboot/spring-boot-setup/src/main/properties/springboot30.properties index 2ccd6b1b..036adb3d 100644 --- a/springboot/spring-boot-setup/src/main/properties/springboot30.properties +++ b/springboot/spring-boot-setup/src/main/properties/springboot30.properties @@ -1,10 +1,10 @@ springbootparent.artifactId=spring-boot-starter-parent springbootparent.groupId=org.springframework.boot -springbootparent.version=3.0.3 +springbootparent.version=3.0.6 springboot.project.artifactId=spring-boot-30-starter-parent -spring.version=6.0.4 +spring.version=6.0.8 springboot.httpcomponents.core.version=4.5.16 springboot.httpcomponents.client.version=4.5.14 springboot.jackson.version=2.14.2 -springboot.logback.version=1.4.5 +springboot.logback.version=1.4.7 springboot.slf4j.version=2.19.0 |