Skip to content

Commit 8cb0803

Browse files
authored
fix: bump spring-core to Spring Framework 6.2.19 for AntPathMatcher ReDoS fix (#35)
spring-core hardcodes its own spring.version (6.1.20) instead of inheriting from the Boot BOM like every other module, so it missed the fix for the AntPathMatcher ReDoS advisory (match/matchStart/ extractUriTemplateVariables vulnerable to a crafted pattern) that the rest of the reactor already picked up via the Spring Boot 3.5.16 bump. The 6.1.x fix line is enterprise-support-only, so bump straight to the patched 6.2.19 used everywhere else in this repo. Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ded72f2 commit 8cb0803

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spring-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</parent>
1313

1414
<properties>
15-
<spring.version>6.1.20</spring.version>
15+
<spring.version>6.2.19</spring.version>
1616
</properties>
1717

1818
<dependencies>

0 commit comments

Comments
 (0)