Spring parent: Update dependecies to address vulnerabilities 38/134838/2
authorJohnKeeney <john.keeney@est.tech>
Tue, 13 Jun 2023 16:38:49 +0000 (17:38 +0100)
committerJohnKeeney <john.keeney@est.tech>
Tue, 13 Jun 2023 19:11:29 +0000 (20:11 +0100)
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 <john.keeney@est.tech>
docs/index.rst [deleted file]
springboot/spring-boot-setup/src/main/properties/springboot30.properties

diff --git a/docs/index.rst b/docs/index.rst
deleted file mode 100644 (file)
index 833e1aa..0000000
+++ /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
-
-
index 2ccd6b1..036adb3 100644 (file)
@@ -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