diff --git a/build.gradle b/build.gradle index 2da14bf..49fb597 100644 --- a/build.gradle +++ b/build.gradle @@ -2,10 +2,10 @@ plugins { id 'java' id 'jacoco' id 'maven-publish' - id 'pl.allegro.tech.build.axion-release' version '1.16.1' + id 'pl.allegro.tech.build.axion-release' version '1.17.0' id "com.github.ben-manes.versions" version "0.51.0" id "com.diffplug.spotless" version "6.25.0" - id "com.github.andygoossens.gradle-modernizer-plugin" version "1.9.0" + id "com.github.andygoossens.gradle-modernizer-plugin" version "1.9.2" id 'com.adarshr.test-logger' version '4.0.0' }