From 96e4dcc1030f28308d57f8aef9af2f6ef01e0317 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 07:46:26 +0200 Subject: [PATCH] Upgrade to JBoss Transaction SPI 7.6.1.Final Closes gh-26486 --- 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 6430081a1f..7e134c1f1f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -805,7 +805,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"