Skip to content
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

Bump the build-dependencies group with 3 updates #1543

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 7, 2025

Bumps the build-dependencies group with 3 updates: org.jboss.arquillian:arquillian-bom, org.codehaus.gmavenplus:gmavenplus-plugin and com.diffplug.spotless:spotless-maven-plugin.

Updates org.jboss.arquillian:arquillian-bom from 1.9.1.Final to 1.9.2.Final

Release notes

Sourced from org.jboss.arquillian:arquillian-bom's releases.

1.9.2.Final

What's Changed

Full Changelog: arquillian/arquillian-core@1.9.1.Final...1.9.2.Final

Commits
  • 8d99a02 [maven-release-plugin] prepare release 1.9.2.Final
  • be97e2b [647] Upgrade the WildFly Maven Plugin to version 5.1.0.Beta2 in order to pro...
  • f83aa7e Update ISSUE_TEMPLATE.md
  • a5129ff build(deps): Bump fish.payara.distributions:payara (#625)
  • cc1b19c build(deps-dev): Bump org.slf4j:slf4j-simple from 2.0.15 to 2.0.16 (#609)
  • 30137d4 [611] Add an @​ArquillianTest annotation for simply extending the ArquillianEx...
  • ff8a556 [312] Initial attempt to allow Arquillian to inject method parameters. (#608)
  • cd9e802 enh(integration-tests): added integration tests for lifecycle methods (#314)
  • 0afb2c9 build(deps-dev): Bump org.slf4j:slf4j-simple from 2.0.13 to 2.0.15 (#607)
  • f86028a build(deps-dev): Bump org.wildfly.arquillian:wildfly-arquillian-container-man...
  • Additional commits viewable in compare view

Updates org.codehaus.gmavenplus:gmavenplus-plugin from 4.0.1 to 4.1.1

Release notes

Sourced from org.codehaus.gmavenplus:gmavenplus-plugin's releases.

4.1.1

Bugs

  • Accidentally changed required Maven version from >=3.6.3 to >=3.9.9 (#324).

Enhancements

None.

Potentially breaking changes

None

Notes

None

4.1.0

Bugs

None

Enhancements

  • Add a property for scripts parameter, so it can be specified from the command line (#316).
  • Add timeouts for connecting and reading from scripts URLs (#317).

Potentially breaking changes

None

Notes

None

Commits
  • cdee46c [maven-release-plugin] prepare release 4.1.1
  • ff57fa1 Merge pull request #325 from groovy/fix-required-maven-version
  • f18a9c6 Fix that required Maven version was accidentally bumped (closes #324)
  • 7f70b93 Fix StaticLoggerBinder error
  • c29633b [maven-release-plugin] prepare for next development iteration
  • cfbe5ba [maven-release-plugin] prepare release 4.1.0
  • 441f0db Merge pull request #323 from groovy/mockito-agent
  • ffbf2cd Add Mockito agent jar to avoid warning with Java 21+
  • 6c7ebc2 Downgrade site-plugin to work with Fluido skin
  • 110055d Revert "[maven-release-plugin] prepare release 4.1.0"
  • Additional commits viewable in compare view

Updates com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to 2.44.0

Release notes

Sourced from com.diffplug.spotless:spotless-maven-plugin's releases.

Maven Plugin v2.44.0

Headline changes

Changed

  • Bump default ktlint version to latest 1.3.0 -> 1.4.0. (#2314)
  • Bump default jackson version to latest 2.18.0 -> 2.18.1. (#2319)
  • Bump default ktfmt version to latest 0.52 -> 0.53. (#2320)
  • Bump default ktlint version to latest 1.4.0 -> 1.5.0. (#2354)
  • Bump minimum eclipse-cdt version to 11.0 (removed support for 10.7). (#2373)
  • Bump default eclipse version to latest 4.32 -> 4.34. (#2381)

Fixed

  • You can now use removeUnusedImports and googleJavaFormat at the same time again. (fixes #2159)
  • The default list of type annotations used by formatAnnotations now includes Jakarta Validation's Valid and constraints validations (fixes #2334)

Maven Plugin v2.44.0.BETA4

Added

  • Support for line ending policy PRESERVE which just takes the first line ending of every given file as setting (no matter if \n, \r\n or \r) (#2304)

Fixed

  • ktlint steps now read from the string instead of the file so they don't clobber earlier steps. (fixes #1599)

Maven Plugin v2.44.0.BETA3

Added

Changed

  • Leverage local repository for Equo P2 cache. (#2238)
  • Add explicit support for CSS via biome. Formatting CSS via biome was already supported as a general formatting step. Biome supports formatting CSS as of 1.8.0 (experimental, opt-in) and 1.9.0 (stable). (#2259)
  • Bump default google-java-format version to latest 1.23.0 -> 1.24.0. (#2294)
  • Bump default jackson version to latest 2.17.2 -> 2.18.0. (#2279)
  • Bump default cleanthat version to latest 2.21 -> 2.22. (#2296)

Fixed

  • Java import order, ignore duplicate group entries. (#2293)

Maven Plugin v2.44.0.BETA2

Changed

  • Support toning down sortPom logging. (#2185)
  • Bump default ktlint version to latest 1.2.1 -> 1.3.0. (#2165)
  • Bump default ktfmt version to latest 0.49 -> 0.52. (#2172, #2231)
  • Rename property ktfmt option removeUnusedImport -> removeUnusedImports to match ktfmt. (#2172)
  • Bump default eclipse version to latest 4.29 -> 4.32. (#2179)
  • Bump default greclipse version to latest 4.29 -> 4.32. (#2179, #2190)
  • Bump default cdt version to latest 11.3 -> 11.6. (#2179)
  • Bump default gson version to latest 2.10.1 -> 2.11.0. (#2128)
  • Bump default jackson version to latest 2.17.1 -> 2.17.2. (#2195)
  • Bump default cleanthat version to latest 2.20 -> 2.21. (#2210)
  • Bump default google-java-format version to latest 1.22.0 -> 1.23.0. (#2212)

... (truncated)

Changelog

Sourced from com.diffplug.spotless:spotless-maven-plugin's changelog.

[2.44.0] - 2024-01-15

Added

  • New static method to DiffMessageFormatter which 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 buf invocation. (#1976)

Changed

  • Use palantir-java-format 2.39.0 on Java 21. (#1948)
  • Bump default ktlint version to latest 1.0.1 -> 1.1.1. (#1973)
  • Bump default googleJavaFormat version to latest 1.18.1 -> 1.19.2. (#1971)
  • Bump default diktat version to latest 1.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-format version to latest 2.28.0 -> 2.38.0 on Java 21. (#1920)
  • Bump default googleJavaFormat version to latest 1.17.0 -> 1.18.1. (#1920)
  • Bump default ktfmt version to latest 0.44 -> 0.46. (#1927)
  • Bump default eclipse version to latest 4.27 -> 4.29. (#1939)
  • Bump default greclipse version to latest 4.28 -> 4.29. (#1939)
  • Bump default cdt version to latest 11.1 -> 11.3. (#1939)
Commits
  • f82e0ff Published lib/2.44.0
  • e2e42e4 Add shell script support via shfmt (#1994)
  • 886048d Add Shfmt to the root README.
  • 85d2152 Mark shfmt as a test that needs a special dependency.
  • 0f36d0f Merge branch 'main' into tylercrawford/issue-1567/support-sh-bash
  • 350cf2e no empty files with biome when formatting ignored files (#1989 fixes #1987)
  • 2b52f75 Merge branch 'main' into fix-1987
  • a3ef63b Don't reuse BufStep args across invocations (#1976)
  • d055d4f spotlessApply
  • 82e3459 Merge branch 'main' into stop-reusing-args
  • 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 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the build-dependencies group with 3 updates: [org.jboss.arquillian:arquillian-bom](https://github.com/arquillian/arquillian-core), [org.codehaus.gmavenplus:gmavenplus-plugin](https://github.com/groovy/GMavenPlus) and [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless).


Updates `org.jboss.arquillian:arquillian-bom` from 1.9.1.Final to 1.9.2.Final
- [Release notes](https://github.com/arquillian/arquillian-core/releases)
- [Commits](arquillian/arquillian-core@1.9.1.Final...1.9.2.Final)

Updates `org.codehaus.gmavenplus:gmavenplus-plugin` from 4.0.1 to 4.1.1
- [Release notes](https://github.com/groovy/GMavenPlus/releases)
- [Commits](groovy/GMavenPlus@4.0.1...4.1.1)

Updates `com.diffplug.spotless:spotless-maven-plugin` from 2.43.0 to 2.44.0
- [Release notes](https://github.com/diffplug/spotless/releases)
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@lib/2.43.0...lib/2.44.0)

---
updated-dependencies:
- dependency-name: org.jboss.arquillian:arquillian-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: org.codehaus.gmavenplus:gmavenplus-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 7, 2025
Copy link

sonarqubecloud bot commented Jan 7, 2025

@marko-bekhta marko-bekhta merged commit adfcb3e into main Jan 7, 2025
9 checks passed
@dependabot dependabot bot deleted the dependabot/maven/build-dependencies-389b69e14f branch January 7, 2025 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant