summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnKeeney <john.keeney@est.tech>2023-06-13 17:38:49 +0100
committerJohnKeeney <john.keeney@est.tech>2023-06-13 20:11:29 +0100
commitbeb755a8d34aa876ce8bb6f3c9f1dbfa0d711367 (patch)
tree1b2c52987cce1096716e1475c476326a94295ca3
parent7b646d6e462e3c4ea19c6c710ca1364cc484b0f1 (diff)
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 <john.keeney@est.tech>
-rw-r--r--docs/index.rst8
-rw-r--r--springboot/spring-boot-setup/src/main/properties/springboot30.properties6
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