We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc68401 commit 147e49aCopy full SHA for 147e49a
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -62,11 +62,9 @@ bom {
62
releaseNotes("https://github.com/eclipse-ee4j/angus-mail/releases/tag/{version}")
63
}
64
65
- library("Artemis", "2.40.0") {
+ library("Artemis", "2.41.0") {
66
group("org.apache.activemq") {
67
- bom("artemis-bom") {
68
- permit("org.apache.maven.plugin-tools:maven-plugin-annotations")
69
- }
+ bom("artemis-bom")
70
71
links {
72
site("https://activemq.apache.org/components/artemis")
0 commit comments