diff --git a/build.gradle.kts b/build.gradle.kts index 85d6cac6..e1f791a2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -22,7 +22,7 @@ plugins { `creek-coverage-convention` `creek-publishing-convention` apply false `creek-sonatype-publishing-convention` - id("pl.allegro.tech.build.axion-release") version "1.18.7" // https://plugins.gradle.org/plugin/pl.allegro.tech.build.axion-release + id("pl.allegro.tech.build.axion-release") version "1.18.9" // https://plugins.gradle.org/plugin/pl.allegro.tech.build.axion-release id("com.bmuschko.docker-remote-api") version "9.4.0" apply false id("org.creekservice.schema.json") version "0.4.2-SNAPSHOT" apply false }