diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 8c370b5ad7..02f4c82fb4 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -38,7 +38,8 @@ As part of this switch, the way we redirect the HTTP requests of frontend views
The previous strategy relied on an odd configuration of the `WebMvcConfigurer#addResourceHandlers` in order to redirect those requests to the `index.html` file.
Now that the behavior of this method https://github.com/spring-projects/spring-framework/issues/33712[has been changed in Spring Framework] to only support folders as valid locations, we must update to https://docs.spring.io/spring-framework/reference/web/webmvc-functional.html#webmvc-fn-resource[the recommended way] to perform the routing of single page applications.
This may have some consequences for downstream applications which are embedding static resources.
-
+- [releng] Upgrade `springdoc-openapi-starter-webmvc-ui` from 2.5.0 to version 2.8.3.
+- [releng] Upgrade `swagger-annotations-jakarta` from 2.2.21 to 2.2.27
=== Bug fixes
diff --git a/packages/sirius-web/backend/sirius-web-application/pom.xml b/packages/sirius-web/backend/sirius-web-application/pom.xml
index e5590b4c6e..813d7e6b1a 100644
--- a/packages/sirius-web/backend/sirius-web-application/pom.xml
+++ b/packages/sirius-web/backend/sirius-web-application/pom.xml
@@ -222,7 +222,7 @@
io.swagger.core.v3
swagger-annotations-jakarta
- 2.2.21
+ 2.2.27
diff --git a/packages/sirius-web/backend/sirius-web-infrastructure/pom.xml b/packages/sirius-web/backend/sirius-web-infrastructure/pom.xml
index 1c217da293..77f80bc271 100644
--- a/packages/sirius-web/backend/sirius-web-infrastructure/pom.xml
+++ b/packages/sirius-web/backend/sirius-web-infrastructure/pom.xml
@@ -57,7 +57,7 @@
org.springdoc
springdoc-openapi-starter-webmvc-ui
- 2.5.0
+ 2.8.3