diff --git a/build.gradle b/build.gradle index 381fbb8d..6be4fec9 100644 --- a/build.gradle +++ b/build.gradle @@ -127,7 +127,7 @@ dependencies { } implementation 'com.bmuschko:gradle-docker-plugin:7.4.0' - implementation 'com.avast.gradle:gradle-docker-compose-plugin:0.14.3' + implementation 'com.avast.gradle:gradle-docker-compose-plugin:0.14.8' testImplementation group: 'junit', name: 'junit', version: '4.13.2' testImplementation 'org.hamcrest:hamcrest-core:2.2' testImplementation gradleTestKit()