From 1bdee5a63b5cdc6c998d941ffe5384b00404c47f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 16:26:18 +0000 Subject: [PATCH] Update dependency com.contentgrid.spring:contentgrid-spring-data-rest to v0.15.3 --- thunx-integration-tests/api-integration-tests/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thunx-integration-tests/api-integration-tests/build.gradle b/thunx-integration-tests/api-integration-tests/build.gradle index ee7c098..6725a43 100644 --- a/thunx-integration-tests/api-integration-tests/build.gradle +++ b/thunx-integration-tests/api-integration-tests/build.gradle @@ -21,7 +21,7 @@ dependencies { testImplementation 'org.springframework.boot:spring-boot-starter-oauth2-resource-server' testImplementation 'org.springframework.security:spring-security-test' - testImplementation testFixtures('com.contentgrid.spring:contentgrid-spring-data-rest:0.15.0') + testImplementation testFixtures('com.contentgrid.spring:contentgrid-spring-data-rest:0.15.3') testImplementation 'com.contentgrid.spring:contentgrid-spring-test:0.15.0' runtimeOnly 'org.postgresql:postgresql'