Skip to content

Commit

Permalink
⬆️ update gradle plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
atomfrede committed Oct 20, 2023
1 parent 11a0a4d commit 0d05389
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ plugins {
id 'java'
id 'jacoco'
id 'maven-publish'
id 'pl.allegro.tech.build.axion-release' version '1.15.0'
id "com.github.ben-manes.versions" version "0.46.0"
id "com.diffplug.spotless" version "6.18.0"
id "com.github.andygoossens.gradle-modernizer-plugin" version "1.8.0"
id 'com.adarshr.test-logger' version '3.2.0'
id 'pl.allegro.tech.build.axion-release' version '1.15.5'
id "com.github.ben-manes.versions" version "0.49.0"
id "com.diffplug.spotless" version "6.22.0"
id "com.github.andygoossens.gradle-modernizer-plugin" version "1.9.0"
id 'com.adarshr.test-logger' version '4.0.0'
}

scmVersion {
Expand Down

0 comments on commit 0d05389

Please sign in to comment.