Skip to content

Commit

Permalink
Merge pull request #27 from atomfrede/gradle-plugins-update
Browse files Browse the repository at this point in the history
⬆️ update gradle plugin version
  • Loading branch information
atomfrede authored Oct 21, 2023
2 parents 11a0a4d + 0d05389 commit 374e4fc
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 374e4fc

Please sign in to comment.