diff --git a/thunx-integration-tests/api-integration-tests/build.gradle b/thunx-integration-tests/api-integration-tests/build.gradle index 361c6112..5fda2c14 100644 --- a/thunx-integration-tests/api-integration-tests/build.gradle +++ b/thunx-integration-tests/api-integration-tests/build.gradle @@ -18,7 +18,7 @@ dependencies { testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.springframework.boot:spring-boot-starter-web' - testImplementation testFixtures('com.contentgrid.spring:contentgrid-spring-data-rest:0.7.1') + testImplementation testFixtures('com.contentgrid.spring:contentgrid-spring-data-rest:0.8.1') runtimeOnly 'org.postgresql:postgresql' runtimeOnly 'org.testcontainers:postgresql:1.19.0'