Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d3c5563

Browse files
committedNov 15, 2021
Upgrade to Spring AMQP 2.3.12
Closes gh-28600
1 parent 0aae9c2 commit d3c5563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1643,7 +1643,7 @@ bom {
16431643
]
16441644
}
16451645
}
1646-
library("Spring AMQP", "2.3.12-SNAPSHOT") {
1646+
library("Spring AMQP", "2.3.12") {
16471647
group("org.springframework.amqp") {
16481648
modules = [
16491649
"spring-amqp",

0 commit comments

Comments
 (0)
Please sign in to comment.