Skip to content

Commit 2133be4

Browse files
committed
Merge branch 'ecchronos-6.0'
2 parents 73ea94c + 9c25144 commit 2133be4

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Version 6.1.2
44

5+
## Merged from Version 6.0
6+
7+
* Mitigate CVE-2025-41249
8+
59
## Version 6.1.1
610

711
## Merged from Version 6.0
@@ -16,6 +20,7 @@
1620

1721
## Version 6.0.8
1822

23+
* Mitigate CVE-2025-41249
1924
* Refactor ecchronos-binary Test Infrastructure - Issue #1093
2025
* Schedule not showing if ecchronos keyspace is not replicated correctly - Issue #1112
2126

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)