From 5d06e9172412f90a31a4fd25518d715316ff1ccb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 03:38:32 +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'