diff --git a/build.gradle b/build.gradle index 68bb52c5..816421c5 100644 --- a/build.gradle +++ b/build.gradle @@ -130,7 +130,7 @@ dependencies { } implementation 'com.bmuschko:gradle-docker-plugin:9.3.1' - implementation 'com.avast.gradle:gradle-docker-compose-plugin:0.17.7' + implementation 'com.avast.gradle:gradle-docker-compose-plugin:0.17.10' testImplementation group: 'junit', name: 'junit', version: '4.13.2' testImplementation 'org.hamcrest:hamcrest-core:3.0' testImplementation gradleTestKit()