From 8168623622506b7e13eaf26294c536d2e21d846e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 15:46:51 +0000 Subject: [PATCH] Update dependency com.contentgrid.spring:contentgrid-spring-test to v0.15.3 --- 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 99101b9..8540597 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.15.3' runtimeOnly 'org.postgresql:postgresql' runtimeOnly 'org.testcontainers:postgresql:1.20.1'