From beb755a8d34aa876ce8bb6f3c9f1dbfa0d711367 Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Tue, 13 Jun 2023 17:38:49 +0100 Subject: [PATCH] Spring parent: Update dependecies to address vulnerabilities org.springframework.boot.* 3.0.3 -> 3.0.6 CVE-2023-28867 CVE-2023-20873 CVE-2023-1370 CVE-2022-4492 org.springframework.* 6.0.4 -> 6.0.8 CVE-2023-20863 CVE-2023-20861 ch.qos.logback.* 1.4.5 -> 1.4.7 Issue-ID: CCSDK-3841 Change-Id: I857c4f60977c31271c85da3a933c7cb12ed125bd Signed-off-by: JohnKeeney --- docs/index.rst | 8 -------- .../spring-boot-setup/src/main/properties/springboot30.properties | 6 +++--- 2 files changed, 3 insertions(+), 11 deletions(-) delete mode 100644 docs/index.rst 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 -- 2.16.6