Skip to content

Commit

Permalink
build(deps): bump com.google.googlejavaformat:google-java-format from…
Browse files Browse the repository at this point in the history
… 1.22.0 to 1.23.0 (#588)

* build(deps): bump com.google.googlejavaformat:google-java-format

Bumps [com.google.googlejavaformat:google-java-format](https://github.com/google/google-java-format) from 1.22.0 to 1.23.0.
- [Release notes](https://github.com/google/google-java-format/releases)
- [Commits](google/google-java-format@v1.22.0...v1.23.0)

---
updated-dependencies:
- dependency-name: com.google.googlejavaformat:google-java-format
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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: Andrew Azores <[email protected]>
  • Loading branch information
dependabot[bot] and andrewazores authored Jul 31, 2024
1 parent 3abfac3 commit adacd5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<com.github.spotbugs.version>4.8.6</com.github.spotbugs.version>
<com.github.spotbugs.plugin.version>4.8.6.2</com.github.spotbugs.plugin.version>
<com.diffplug.spotless.maven.plugin.version>2.43.0</com.diffplug.spotless.maven.plugin.version>
<com.google.java-format.version>1.22.0</com.google.java-format.version>
<com.google.java-format.version>1.23.0</com.google.java-format.version>
<com.mycila.license.maven.plugin.version>4.5</com.mycila.license.maven.plugin.version>
<surefire-plugin.version>3.3.1</surefire-plugin.version>
<surefire.rerunFailingTestsCount>2</surefire.rerunFailingTestsCount>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ void onMessage(TargetDiscovery event) {
var target = Target.<Target>find("id", event.serviceRef().id).singleResultOptional();
switch (event.kind()) {
case LOST:
// fall-through
// fall-through
case FOUND:
// fall-through
// fall-through
case MODIFIED:
target.ifPresent(this::invalidate);
break;
Expand Down

0 comments on commit adacd5a

Please sign in to comment.