Skip to content

Commit bc72994

Browse files
build(deps): bump com.avast.gradle.docker-compose from 0.16.8 to 0.16.9 (#109)
Bumps [com.avast.gradle.docker-compose](https://github.com/avast/gradle-docker-compose-plugin) from 0.16.8 to 0.16.9. - [Release notes](https://github.com/avast/gradle-docker-compose-plugin/releases) - [Commits](avast/gradle-docker-compose-plugin@0.16.8...0.16.9) --- updated-dependencies: - dependency-name: com.avast.gradle.docker-compose dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 484303e commit bc72994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pluginManagement {
22
plugins {
33
String kotlinVersion = "1.6.10"
44
id 'org.jetbrains.kotlin.jvm' version kotlinVersion apply false
5-
id 'com.avast.gradle.docker-compose' version "0.16.8" apply false
5+
id 'com.avast.gradle.docker-compose' version "0.16.9" apply false
66
id 'io.gitlab.arturbosch.detekt' version "1.21.0" apply false
77
id 'com.github.johnrengelman.shadow' version "7.1.2" apply false
88
id 'com.diffplug.spotless' version '6.10.0' apply false

0 commit comments

Comments
 (0)