Skip to content

Commit

Permalink
Bump com.diffplug.spotless from 6.22.0 to 6.23.0
Browse files Browse the repository at this point in the history
Bumps com.diffplug.spotless from 6.22.0 to 6.23.0.

---
updated-dependencies:
- dependency-name: com.diffplug.spotless
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent a4dc4f0 commit 9e689f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ plugins {
`maven-publish`
id("com.github.jk1.dependency-license-report") version "2.5"
id("org.owasp.dependencycheck") version "8.4.3"
id("com.diffplug.spotless") version "6.22.0"
id("com.diffplug.spotless") version "6.23.0"
}
apply(plugin = "opensearch.repositories")
apply(plugin = "org.owasp.dependencycheck")
Expand Down
2 changes: 1 addition & 1 deletion samples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
plugins {
java
application
id("com.diffplug.spotless") version "6.22.0"
id("com.diffplug.spotless") version "6.23.0"
}

java {
Expand Down

0 comments on commit 9e689f0

Please sign in to comment.