Bump the maven-plugins group across 1 directory with 3 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 1
(11 months ago)
(11 months ago)
dependencies java
Bumps the maven-plugins group with 3 updates in the / directory: org.apache.maven.plugins:maven-invoker-plugin, com.diffplug.spotless:spotless-maven-plugin and org.apache.maven.plugins:maven-gpg-plugin.
Updates org.apache.maven.plugins:maven-invoker-plugin from 3.9.0 to 3.9.1
Release notes
Sourced from org.apache.maven.plugins:maven-invoker-plugin's releases.
3.9.1
📝 Documentation updates
- Add note about cloneProjectsTo being required for filtering (#283)
@cpfeiffer👻 Maintenance
- Use constant 3.6.3 in prerequisites/maven as minimal Maven version (#659)
@slawekjaranowski- Enable GH Issues (#286)
@Bukama- [MNGSITE-529] - Rename "Goals" to "Plugin Documentation" (#279)
@Bukama- Switch to Guice constructor injection (#266)
@elharo- Specify UTF-8 when reading build log (#267)
@elharo- Make utility class static (#270)
@elharo🔧 Build
- Enable build by Maven 4 on GitHub (#663)
@slawekjaranowski📦 Dependency updates
- Bump mavenVersion from 3.6.3 to 3.9.10 (#662) @dependabot[bot]
- Bump org.apache.maven.plugins:maven-plugins from 44 to 45 (#658) @dependabot[bot]
- Bump org.apache.groovy:groovy-bom from 4.0.26 to 4.0.27 (#287) @dependabot[bot]
- Bump commons-beanutils:commons-beanutils from 1.10.1 to 1.11.0 (#288) @dependabot[bot]
- Bump org.apache.maven.plugins:maven-plugins from 43 to 44 (#282) @dependabot[bot]
- Bump commons-io:commons-io from 2.18.0 to 2.19.0 (#285) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-interpolation from 1.27 to 1.28 (#284) @dependabot[bot]
- Bump org.apache.groovy:groovy-bom from 4.0.24 to 4.0.26 (#281) @dependabot[bot]
- Bump commons-beanutils:commons-beanutils from 1.9.4 to 1.10.1 (#280) @dependabot[bot]
- Bump commons-codec:commons-codec from 1.17.1 to 1.18.0 (#278) @dependabot[bot]
- Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 (#276) @dependabot[bot]
- Bump org.assertj:assertj-core from 3.27.0 to 3.27.2 (#273) @dependabot[bot]
- Bump org.assertj:assertj-core from 3.26.3 to 3.27.0 (#271) @dependabot[bot]
Commits
d762bd3[maven-release-plugin] prepare release maven-invoker-plugin-3.9.1aedeca8Enable build by Maven 4 on GitHubdb72957fix it1d11ee2Bump mavenVersion from 3.6.3 to 3.9.10883ac14Bump org.apache.maven.plugins:maven-plugins from 44 to 457e1c4caRestore tag-template for release-draftercbaf799Use constant 3.6.3 in prerequisites/maven as minimal Maven version0d24834restore notifications on issues0f837a8disable notifications before import6e3c6c9Bump org.apache.groovy:groovy-bom from 4.0.26 to 4.0.27 (#287)- Additional commits viewable in compare view
Updates com.diffplug.spotless:spotless-maven-plugin from 2.44.5 to 2.45.0
Release notes
Sourced from com.diffplug.spotless:spotless-maven-plugin's releases.
Maven Plugin v2.45.0
Added
- Support for
idea(#2020, #2535)- Add support for removing wildcard imports via
removeWildcardImportsstep. (#2517)Fixed
SortPomdisable expandEmptyElements, to avoid empty body warnings. (#2520)- Fix biome formatter for new major release 2.x of biome (#2537)
- Make sure npm-based formatters use the correct
node_modulesdirectory when running in parallel. (#2542)Changed
- Bump internal dependencies for npm-based formatters (#2542)
Changed
- scalafmt: enforce version consistency between the version configured in Spotless and the version declared in Scalafmt config file (#2460)
Changelog
Sourced from com.diffplug.spotless:spotless-maven-plugin's changelog.
[2.45.0] - 2024-01-23
Added
[2.44.0] - 2024-01-15
Added
- New static method to
DiffMessageFormatterwhich allows to retrieve diffs with their line numbers (#1960)- Gradle - Support for formatting shell scripts via shfmt. (#1994)
Fixed
- Fix empty files with biome >= 1.5.0 when formatting files that are in the ignore list of the biome configuration file. (#1989 fixes #1987)
- Fix a regression in BufStep where the same arguments were being provided to every
bufinvocation. (#1976)Changed
- Use palantir-java-format 2.39.0 on Java 21. (#1948)
- Bump default
ktlintversion to latest1.0.1->1.1.1. (#1973)- Bump default
googleJavaFormatversion to latest1.18.1->1.19.2. (#1971)- Bump default
diktatversion to latest1.2.5->2.0.0. (#1972)[2.43.1] - 2023-12-04
Fixed
- Eclipse-based steps which contained any jars with a
+in their path were broken, now fixed. (#1860)Changed
- Bump default
palantir-java-formatversion to latest2.28.0->2.38.0on Java 21. (#1920)- Bump default
googleJavaFormatversion to latest1.17.0->1.18.1. (#1920)- Bump default
ktfmtversion to latest0.44->0.46. (#1927)- Bump default
eclipseversion to latest4.27->4.29. (#1939)- Bump default
greclipseversion to latest4.28->4.29. (#1939)- Bump default
cdtversion to latest11.1->11.3. (#1939)[2.43.0] - 2023-11-27
Added
- Support custom rule sets for Ktlint. (#1896)
Fixed
Changed
- Bump default
ktlintversion to latest1.0.0->1.0.1. (#1855)- Add a Step to remove semicolons from Groovy files. (#1881)
[2.42.0] - 2023-09-28
Added
- Support for biome. The Rome project was renamed to Biome. The configuration is still the same, but you should switch to the new
biometag / function and adjust the version accordingly. (#1804).- Support for
google-java-format'sskip-javadoc-formattingoption. (#1793)- Support configuration of mirrors for P2 repositories in Maven DSL (#1697).
- New line endings mode
GIT_ATTRIBUTES_FAST_ALLSAME. (#1838)Fixed
- Fix support for plugins when using Prettier version
3.0.0and newer. (#1802)- Fix configuration cache issue around
external process started '/usr/bin/git --version'. (#1806)Changed
... (truncated)
Commits
52654efPublished lib/2.45.0e62f9cdRemove stale references to _ext (#2016 closes #1970)a48a91cRemove_extfrom.gitignore.9d468ebRemove_extfromCONTRIBUTING.md.706f18eAdd support forgofmt(#2001)a145ac0Merge branch 'main' into petertrr/add-gofmt#86113d9627flag to format JavaDoc for Palantir formatter (#2009 fixes #1995)6e349d4Update README.md to increase readability of prettier plugin configuration (#2...d4b102cApply suggestions from code review56a019cUpdate README.md- Additional commits viewable in compare view
Updates org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8
Release notes
Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases.
3.2.8
🐛 Bug Fixes
📝 Documentation updates
- [MNGSITE-529] - Rename "Goals" to "Plugin Documentation" (#129)
@Bukama- Describe how to prime a specific GPG key (#128)
@kwin👻 Maintenance
📦 Dependency updates
- Update parent POM to 45 (#284)
@cstamas- Bump bouncycastleVersion from 1.78.1 to 1.80 (#127) @dependabot[bot]
- Bump commons-io:commons-io from 2.18.0 to 2.19.0 (#133) @dependabot[bot]
- Bump org.apache.maven.plugins:maven-invoker-plugin from 3.8.0 to 3.9.0 (#125) @dependabot[bot]
- Bump org.simplify4u.plugins:pgpverify-maven-plugin from 1.18.2 to 1.19.1 (#131) @dependabot[bot]
- Bump commons-io:commons-io from 2.17.0 to 2.18.0 (#124) @dependabot[bot]
Commits
8a46455[maven-release-plugin] prepare release maven-gpg-plugin-3.2.87012821Fix issueManagement, ciManagement system and urla9a8c84Make empty classifier null (not empty string) (#287)a8368b0Add .mvnf0e45e0Update parent POM to 45 (#284)cb1236cBump bouncycastleVersion from 1.78.1 to 1.80 (#127)5377a10Bump commons-io:commons-io from 2.18.0 to 2.19.0 (#133)8b63932Bump org.apache.maven.plugins:maven-invoker-plugin from 3.8.0 to 3.9.0 (#125)54ea518Bump org.simplify4u.plugins:pgpverify-maven-plugin from 1.18.2 to 1.19.1a6a412dRemove old JIRA issue link- Additional commits viewable in compare view
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 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
0
0
+0
-0
Package Dependencies
maven
3.2.7 → 3.2.8
Patch
maven
2.44.5 → 2.45.0
Minor
maven
3.9.0 → 3.9.1
Patch
Technical Details
| ID: | 3847718 |
| UUID: | 3227094128 |
| Node ID: | PR_kwDOM63cls6ettOY |
| Host: | GitHub |
| Repository: | FortnoxAB/changesets-java |