Skip to content

Commit 9c25144

Browse files
1 parent b7410cb commit 9c25144

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
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>
@@ -164,6 +165,13 @@
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 -->

0 commit comments

Comments
 (0)