From 3a6dbb4cc85e7895a73b4b67f5c44a10f86e5e59 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 4 Aug 2023 14:09:13 +0100 Subject: [PATCH] Upgrade to API Guardian 1.1.2 Closes gh-36742 --- spring-boot-project/spring-boot-parent/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-parent/build.gradle b/spring-boot-project/spring-boot-parent/build.gradle index f5b92ef674..4924e97bf2 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/spring-boot-project/spring-boot-parent/build.gradle @@ -20,7 +20,7 @@ bom { ] } } - library("API Guardian", "1.1.0") { + library("API Guardian", "1.1.2") { group("org.apiguardian") { modules = [ "apiguardian-api"