File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 22
33## Version 6.0.8
44
5+ * Mitigate CVE-2025 -41249
56* Refactor ecchronos-binary Test Infrastructure - Issue #1093
67* Schedule not showing if ecchronos keyspace is not replicated correctly - Issue #1112
78
Original file line number Diff line number Diff line change 8989 <org .springframework.boot.spring-boot-starter-thymeleaf.version>3.5.5</org .springframework.boot.spring-boot-starter-thymeleaf.version>
9090 <org .springframework.boot.spring-boot-starter-web.version>3.5.5</org .springframework.boot.spring-boot-starter-web.version>
9191 <org .springframework.spring-boot-test.version>3.5.5</org .springframework.spring-boot-test.version>
92+ <org .springframework.spring-core.version>6.2.11</org .springframework.spring-core.version>
9293 <org .springframework.spring-test.version>6.2.11</org .springframework.spring-test.version>
9394 <org .yaml.snakeyaml.version>2.5</org .yaml.snakeyaml.version>
9495 <slf4j .version>2.0.17</slf4j .version>
164165 <version >${io.prometheus.prometheus-metrics-tracer-common.version} </version >
165166 </dependency >
166167
168+ <!-- Used by spring-boot-starter-web, spring-test and spring-boot-test, steped due to CVE-2025-41249 -->
169+ <dependency >
170+ <groupId >org.springframework</groupId >
171+ <artifactId >spring-core</artifactId >
172+ <version >${org.springframework.spring-core.version} </version >
173+ </dependency >
174+
167175 <!-- End of temporary override section -->
168176
169177 <!-- Netty -->
You can’t perform that action at this time.
0 commit comments