Skip to content

Commit 54eea4b

Browse files
committed
update »Spring Boot« to 3.2.5
Pin »Spring JMS« to 6.1.5, instead of update to 6.1.6 due to issue [Unhandled JMS listener exceptions are not propagated][gh#32666]. [gh#32666]: spring-projects/spring-framework#32666
1 parent f23072f commit 54eea4b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

spring-boot/pom.xml

+12-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.2.4</version>
9+
<version>3.2.5</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212

@@ -24,6 +24,17 @@
2424
<junit-pioneer.version>2.2.0</junit-pioneer.version>
2525
</properties>
2626

27+
<dependencyManagement>
28+
<dependencies>
29+
<!-- TODO remove if Spring Boot >= v3.2.6-->
30+
<dependency>
31+
<groupId>org.springframework</groupId>
32+
<artifactId>spring-jms</artifactId>
33+
<version>6.1.5</version>
34+
</dependency>
35+
</dependencies>
36+
</dependencyManagement>
37+
2738
<dependencies>
2839
<!-- scope: compile -->
2940
<dependency>

0 commit comments

Comments
 (0)