Skip to content

Commit

Permalink
Merge pull request #289 from co-cddo/dependabot/gradle/examples/java/…
Browse files Browse the repository at this point in the history
…buildSrc/com.diffplug.spotless-6.12.0

Bump com.diffplug.spotless from 6.11.0 to 6.12.0 in /examples/java/buildSrc
  • Loading branch information
nahteb authored Nov 28, 2022
2 parents 335e40b + 51a99b1 commit 4c41a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/java/buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ buildscript { repositories { mavenCentral() }}

plugins {
id 'groovy-gradle-plugin'
id 'com.diffplug.spotless' version '6.11.0'
id 'com.diffplug.spotless' version '6.12.0'
}

repositories {
Expand Down

0 comments on commit 4c41a1a

Please sign in to comment.