GoogleCloudPlatform / appengine-plugins

A client Java library to manage App Engine Java applications for any project that performs App Engine Java application management. For example, the Maven, Gradle and Eclipse App Engine plugins, custom user tools, etc.
Apache License 2.0
36 stars 25 forks source link

Bump com.google.googlejavaformat:google-java-format from 1.7 to 1.17.0 #943

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps com.google.googlejavaformat:google-java-format from 1.7 to 1.17.0.

Release notes

Sourced from com.google.googlejavaformat:google-java-format's releases.

v1.17.0

Changes

  • Fix compatibility with OpenJDK 21 early access builds (#898)

Full Changelog: https://github.com/google/google-java-format/compare/v1.16.0...v1.17.0

v1.16.0

Changes

Bug fixes

  • Return a non-zero exit code on error (#848)
  • Formatter leaks threads and memory (#847)

Full Changelog: https://github.com/google/google-java-format/compare/v1.15.0...v1.16.0

v1.15.0

What's Changed

Full Changelog: https://github.com/google/google-java-format/compare/v1.14.0...v1.15.0

1.14.0

What's Changed

  • Handle modifiers that start with non- (#696)
  • Treat single-character upper case identifiers as UpperCamelCase, to improve formatting of Android R classes (16e72a1a9bbf182fac6686807e54bc846a9543ed)
  • Don't format javadoc without a summary fragment as a single-line (668f108de438db15158d33ed1a386bdbab3b4d09)

Full Changelog: https://github.com/google/google-java-format/compare/v1.13.0...v1.14.0

1.13.0

What's Changed

  • Fix formatting of pattern matching in switch when running on Java 17 (#689, #690)

Full Changelog: https://github.com/google/google-java-format/compare/v1.12.0...v1.13.0

1.12.0

What's Changed

Full Changelog: https://github.com/google/google-java-format/compare/v1.11.0...v1.12.0

... (truncated)

Commits
  • d6b1bcc Release google-java-format 1.17.0
  • 18f8358 Remove tests for handling of extra semi-colons
  • 25ce685 Remove AD_HOC_FORMATTING from the IntelliJ plugin.
  • 401d5c9 Be louder about telling users they need to modify their IDE config to use gjf.
  • 4c1aeff Make OpsBuilder::add public final
  • 1a00656 Allow blank lines inserted before comments.
  • 20527aa Update the --add-exports instructions.
  • 1651dea Convert the gradle config to kotlin.
  • 4f5ffd0 Link to instructions for properly configuring the IDE's JRE.
  • 32a6c00 Switch (deprecated) ProjectManagerListener#onProjectOpened to StartupActivity.
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
meltsufin commented 10 months ago

@dependabot ignore this dependency

dependabot[bot] commented 10 months ago

OK, I won't notify you about com.google.googlejavaformat:google-java-format again, unless you re-open this PR.