Skip to content

Commit 147e49a

Browse files
committed
Upgrade to Artemis 2.41.0
Closes gh-46324
1 parent dc68401 commit 147e49a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,9 @@ bom {
6262
releaseNotes("https://github.com/eclipse-ee4j/angus-mail/releases/tag/{version}")
6363
}
6464
}
65-
library("Artemis", "2.40.0") {
65+
library("Artemis", "2.41.0") {
6666
group("org.apache.activemq") {
67-
bom("artemis-bom") {
68-
permit("org.apache.maven.plugin-tools:maven-plugin-annotations")
69-
}
67+
bom("artemis-bom")
7068
}
7169
links {
7270
site("https://activemq.apache.org/components/artemis")

0 commit comments

Comments
 (0)