diff --git a/build.gradle.kts b/build.gradle.kts index 018b7b4..8de8dc1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ plugins { `module-convention` apply false `coverage-convention` `publishing-convention` apply false - id("pl.allegro.tech.build.axion-release") version "1.15.5" // https://plugins.gradle.org/plugin/pl.allegro.tech.build.axion-release + id("pl.allegro.tech.build.axion-release") version "1.16.0" // https://plugins.gradle.org/plugin/pl.allegro.tech.build.axion-release id("com.bmuschko.docker-remote-api") version "9.3.7" apply false }