Skip to content

Commit

Permalink
Bump com.diffplug.spotless from 6.25.0 to 7.0.0 (#288)
Browse files Browse the repository at this point in the history
* Bump com.diffplug.spotless from 6.25.0 to 7.0.0

Bumps com.diffplug.spotless from 6.25.0 to 7.0.0.

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

Signed-off-by: dependabot[bot] <[email protected]>

* spotless.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: SimY4 <[email protected]>
  • Loading branch information
dependabot[bot] and SimY4 authored Jan 7, 2025
1 parent 8c0cbd0 commit 61fe486
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'com.diffplug.spotless' version '6.25.0' apply false
id 'com.diffplug.spotless' version '7.0.0' apply false
id 'info.solidsoft.pitest' version '1.15.0' apply false
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
id 'me.champeau.jmh' version '0.7.2' apply false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ private QName NodeTest(Context context) throws XPathExpressionException {
} else {
return new QName(identifier.getToken());
}
// fallthrough
// fallthrough
default:
throw new XPathParserException(context.tokenAt(1), Type.lookup(Type.STAR, Type.IDENTIFIER));
}
Expand Down

0 comments on commit 61fe486

Please sign in to comment.