From 24d2057b7b7c5a1da62f6e5217a960f36677418d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 20:36:11 +0000 Subject: [PATCH] Update dependency com.contentgrid.spring:contentgrid-spring-data-rest to v0.17.0 --- 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 bc0e135..b0f554c 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.17.0') testImplementation 'com.contentgrid.spring:contentgrid-spring-test:0.15.0' runtimeOnly 'org.postgresql:postgresql'