Update spring-framework to work around bug

This commit is contained in:
Ryan Baxter
2025-02-20 10:30:24 -05:00
parent a89c7c4a17
commit 3f6667d8df

View File

@@ -114,6 +114,13 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>6.2.4-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>