From c33eb1afb7f94f33904cb30864713f945813087d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 21:03:21 +0000 Subject: [PATCH] Update dependency com.contentgrid.spring:contentgrid-spring-test 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..44ace50 100644 --- a/thunx-integration-tests/api-integration-tests/build.gradle +++ b/thunx-integration-tests/api-integration-tests/build.gradle @@ -22,7 +22,7 @@ dependencies { testImplementation 'org.springframework.security:spring-security-test' testImplementation testFixtures('com.contentgrid.spring:contentgrid-spring-data-rest:0.15.0') - testImplementation 'com.contentgrid.spring:contentgrid-spring-test:0.15.0' + testImplementation 'com.contentgrid.spring:contentgrid-spring-test:0.16.1' runtimeOnly 'org.postgresql:postgresql' runtimeOnly 'org.testcontainers:postgresql:1.20.3'