From 06486fb985bf464d442f8e119059686df6484d8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 11:46:12 +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 22f223e..0a52f0e 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.2'