Skip to content

Commit 3f6667d

Browse files
committed
Update spring-framework to work around bug
1 parent a89c7c4 commit 3f6667d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,13 @@
114114

115115
<dependencyManagement>
116116
<dependencies>
117+
<dependency>
118+
<groupId>org.springframework</groupId>
119+
<artifactId>spring-framework-bom</artifactId>
120+
<version>6.2.4-SNAPSHOT</version>
121+
<type>pom</type>
122+
<scope>import</scope>
123+
</dependency>
117124

118125
<dependency>
119126
<groupId>org.springframework.cloud</groupId>

0 commit comments

Comments
 (0)