From 8827541786134ae5500230421029657eddfcb8da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 22:11:37 +0000 Subject: [PATCH] Update dependency com.contentgrid.spring:contentgrid-spring-data-rest to v0.16.1 --- 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 bfff00c..38e6ee4 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.1') testImplementation 'com.contentgrid.spring:contentgrid-spring-test:0.15.0' runtimeOnly 'org.postgresql:postgresql'