Bump org.springframework:spring-web from 6.1.4 to 6.1.5

Bumps
[org.springframework:spring-web](https://github.com/spring-projects/spring-framework)
from 6.1.4 to 6.1.5.
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.4...v6.1.5)

---
updated-dependencies:
- dependency-name: org.springframework:spring-web
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Closes #751

Change-Id: I72c7091cbc0fd879cc03bc3bc51a1f7f2f364290
diff --git a/pom.xml b/pom.xml
index f92603b..3cd0f3e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
 		<jersey.version>3.1.5</jersey.version>
 		<hibernate.ehcache.version>6.0.0.Alpha7</hibernate.ehcache.version>
 		<hibernate.version>6.1.7.Final</hibernate.version>
-		<spring.version>6.1.4</spring.version>
+		<spring.version>6.1.5</spring.version>
 		<!-- spring6.version is used in jersey and defined here 
 		to make sure that jersey uses the correct spring version-->
 		<spring6.version>${spring.version}</spring6.version>