-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Bump fmt-maven-plugin from 2.10 to 2.11 #275
chore: Bump fmt-maven-plugin from 2.10 to 2.11 #275
Conversation
Bumps [fmt-maven-plugin](https://github.com/coveo/fmt-maven-plugin) from 2.10 to 2.11. - [Release notes](https://github.com/coveo/fmt-maven-plugin/releases) - [Commits](https://github.com/coveo/fmt-maven-plugin/commits) --- updated-dependencies: - dependency-name: com.coveo:fmt-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
9b2e673
to
cbdcd6f
Compare
Noticed this while scanning for breaking changes/a change log (why can I not find Maven repo change logs?): "Starting from version 1.8, Google Java Formatter requires Java 11 to run. Incidently, all versions of this plugin starting from 2.10 inclusively also require this Java version to properly function. The 2.9.x release branch is the most up-to-date version that still runs on Java 8." -- fmt-maven-plugin: f89f8a3 We support Java 8. We may want to downgrade |
We support java8 and greater. fmt-maven-plugin 2.9.x supports java8. fmt-maven-plugin >= 2.10 needs java11 and up.
This comment has been minimized.
This comment has been minimized.
I should have looked into the pom.xml before downgrading to 2.9.1.
My bad. Let's see if I can undo my foolishness. |
This reverts commit 5c4a4e6 We only use the fmt-maven-plugin on java11 targets
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Read through change log, confirmed that all changes were bug fixes/dependency fixes.
Bumps fmt-maven-plugin from 2.10 to 2.11.
Commits
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 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)