diff --git a/build.gradle.kts b/build.gradle.kts index a49c40f..851b243 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,7 @@ plugins { jacoco `common-convention` apply false `coverage-convention` - id("pl.allegro.tech.build.axion-release") version "1.15.4" // https://plugins.gradle.org/plugin/pl.allegro.tech.build.axion-release + id("pl.allegro.tech.build.axion-release") version "1.15.5" // https://plugins.gradle.org/plugin/pl.allegro.tech.build.axion-release id("com.bmuschko.docker-remote-api") version "9.3.3" apply false }