From 27f15e4a5a5aad8008af4fc67a7106d8b5bc5975 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 13:20:29 +0000 Subject: [PATCH] Update dependency com.contentgrid.spring:contentgrid-spring-data-rest to v0.16.2 --- 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..2d4c580 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.16.2') testImplementation 'com.contentgrid.spring:contentgrid-spring-test:0.15.0' runtimeOnly 'org.postgresql:postgresql'