From b9360b0d61753e72acd8d8877ad277a7dff5743c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 09:09:50 +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 bc0e135..cd6606e 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.4'