diff --git a/owasp-suppress.xml b/owasp-suppress.xml
index fab3687..6eea2dc 100644
--- a/owasp-suppress.xml
+++ b/owasp-suppress.xml
@@ -62,5 +62,83 @@
^pkg:maven/org\.yaml/snakeyaml@.*$
CVE-2022-1471
-
+
+
+
+ ^pkg:maven/org.springframework.boot/spring-boot@.*$
+ CVE-2023-20873
+
+
+
+ ^pkg:maven/org.springframework.boot/spring-boot-starter-web@.*$
+ CVE-2023-20873
+
+
+
+ ^pkg:maven/org.springframework.boot/spring-boot-starter@.*$
+ CVE-2023-20873
+
+
+
+ ^pkg:maven/org.springframework.boot/spring-boot-actuator@.*$
+ CVE-2023-20873
+
+
+
+ ^pkg:maven/org.springframework.boot/spring-boot-starter-json@.*$
+ CVE-2023-20873
+
+
+
+ ^pkg:maven/org.springframework.boot/spring-boot-autoconfigure@.*$
+ CVE-2023-20873
+
+
+
+ ^pkg:maven/org.springframework.boot/spring-boot-starter-log4j2@.*$
+ CVE-2023-20873
+
+
+
+ ^pkg:maven/org.springframework.boot/spring-boot-starter-tomcat@.*$
+ CVE-2023-20873
+
+
+
+ ^pkg:maven/org.springframework.boot/spring-boot-starter-actuator@.*$
+ CVE-2023-20873
+
+
+
+ ^pkg:maven/org.springframework.boot/spring-boot-starter-validation@.*$
+ CVE-2023-20873
+
+
+
+ ^pkg:maven/org.springframework.boot/spring-boot-actuator-autoconfigure@.*$
+ CVE-2023-20873
+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index d9e328d..1790c52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,6 +71,17 @@
eu.europeana.api.commons
commons-error
${api-commons.version}
+
+
+
+ org.springframework.security
+ spring-security-core
+
+
+ org.springframework.security
+ spring-security-crypto
+
+
@@ -108,16 +119,18 @@
${springdoc.version}
-
+
org.springframework.security
spring-security-core
- 5.7.5
+ 5.8.8
org.springframework.security
spring-security-crypto
- 5.7.5
+ 5.8.8