diff --git a/thunx-integration-tests/api-integration-tests/build.gradle b/thunx-integration-tests/api-integration-tests/build.gradle index 22f223e..4e7089d 100644 --- a/thunx-integration-tests/api-integration-tests/build.gradle +++ b/thunx-integration-tests/api-integration-tests/build.gradle @@ -21,7 +21,7 @@ dependencies { testImplementation 'org.springframework.boot:spring-boot-starter-oauth2-resource-server' testImplementation 'org.springframework.security:spring-security-test' - testImplementation testFixtures('com.contentgrid.spring:contentgrid-spring-data-rest:0.15.0') + testImplementation testFixtures('com.contentgrid.spring:contentgrid-spring-data-rest:0.16.1') testImplementation 'com.contentgrid.spring:contentgrid-spring-test:0.15.0' runtimeOnly 'org.postgresql:postgresql'