From c48dad69b7057d3da506bc03eae456d42f8c3c29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 09:38:39 +0000 Subject: [PATCH] Update dependency com.contentgrid.thunx:thunx-bom to v0.9.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3e9e4715..345da462 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-security' implementation 'org.springframework.boot:spring-boot-starter-actuator' - implementation platform('com.contentgrid.thunx:thunx-bom:0.7.0') + implementation platform('com.contentgrid.thunx:thunx-bom:0.9.0') implementation 'com.contentgrid.thunx:thunx-spring' implementation 'com.contentgrid.thunx:thunx-pdp-opa'