From 0322a3931f7b8fc6ef731c9772d0f3e01a65bd17 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 17 May 2021 12:05:22 +0100 Subject: [PATCH] Upgrade to JBoss Transaction SPI 7.6.1.Final Closes gh-26544 --- 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 fb954f402e..f28fa40f85 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -828,7 +828,7 @@ bom { ] } } - library("JBoss Transaction SPI", "7.6.0.Final") { + library("JBoss Transaction SPI", "7.6.1.Final") { group("org.jboss") { modules = [ "jboss-transaction-spi"