Conversation
Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@lib/3.1.0...lib/3.2.0) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 3.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
@cstamas do you have an automagic soultion for this?
|
|
Sadly no. This is the "price" of fully locked down build: if anything changes, checksum must follow, otherwise you end up broken... |
So for PRs from @dependabot and alike, someone should run PR branch locally with |
|
Right. I followed @ianopolous wish, but am also for "laxing" the checksum lock down. Problem with TC in Maven 3 is that they are not robust: it is either "fail if not found" like now, or "do not fail if not found" where key checksums can be kept and are validated. But the problem with latter approach is that it is too easy to "drift away", forget to update "key artifact checksums" and they become useless. We need to improve Maven in this respect, as it is really all or nothing currently. |
Bumps com.diffplug.spotless:spotless-maven-plugin from 3.1.0 to 3.2.0.
Release notes
Sourced from com.diffplug.spotless:spotless-maven-plugin's releases.
Changelog
Sourced from com.diffplug.spotless:spotless-maven-plugin's changelog.
Commits
10c6069Published lib/3.2.05a7f075Publish to Central Portal (#2539)2f4ef38Revert "Use palantir-java-format as default formatter in RemoveUnused. (#2546)62b12caspotlessApplycb202b1Revert "Use palantir-java-format as default formatter in RemoveUnusedImportsS...86d65b0feat: DisableexpandEmptyElements, to avoid empty body warnings (#2520)694eb30Add the changes to the plugin-maven/CHANGES.md34be7ebMerge branch 'main' into patch-138989daUpdate for biome 2.x (#2538 fixes #2537)dc969c1Merge branch 'main' into update-for-biome-2.xDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)