From bd70fca0043a035748d1f4b2221cd683e4133ddd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 09:40:58 +0100 Subject: [PATCH] Upgrade to Artemis 2.19.1 Closes gh-29829 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 47dc8e6382..422eaddf22 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -70,7 +70,7 @@ bom { ] } } - library("Artemis", "2.19.0") { + library("Artemis", "2.19.1") { prohibit("[2.20.0,)") { because "it requires Java 11" }