Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2025

Bumps the minor-and-patch-updates group with 3 updates: com.fasterxml.jackson.core:jackson-databind, com.google.cloud.artifactregistry.gradle-plugin and com.diffplug.spotless:spotless-plugin-gradle.

Updates com.fasterxml.jackson.core:jackson-databind from 2.19.1 to 2.19.2

Commits

Updates com.google.cloud.artifactregistry.gradle-plugin from 2.1.5 to 2.2.5

Updates com.diffplug.spotless:spotless-plugin-gradle from 7.0.4 to 7.2.1

Release notes

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

Gradle Plugin v7.2.1

Fixed

  • spotlessInstallGitPrePushHook didn't work on windows, now fixed. (#2562)

Gradle Plugin v7.2.0

Added

  • Allow specifying path to Biome JSON config file directly in biome step. Requires biome 2.x. (#2548)
  • spotlessInstallGitPrePushHook task, which installs a Git pre-push hook to run spotlessCheck and spotlessApply. (#2553)
  • Allow setting Eclipse XML config from a string, not only from files (#2361)

Changed

  • Bump default gson version to latest 2.11.0 -> 2.13.1. (#2414)
  • Bump default jackson version to latest 2.18.1 -> 2.19.2. (#2558)
  • Bump default gherkin-utils version to latest 9.0.0 -> 9.2.0. (#2408)
  • Bump default cleanthat version to latest 2.22 -> 2.23. (#2556)

Gradle Plugin v7.1.0

Added

  • Support for idea (#2020, #2535)
  • Add support for removing wildcard imports via removeWildcardImports step. (#2517)

Fixed

  • Fix biome formatter for new major release 2.x of biome (#2537)
  • Make sure npm-based formatters use the correct node_modules directory 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)
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 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

@dependabot dependabot bot requested review from a team and calypsomatic and removed request for a team August 1, 2025 12:46
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot requested a review from davidangb August 1, 2025 12:46
@dependabot dependabot bot added dependencies Dependency Update gradle Gradle dependency updates labels Aug 1, 2025
id 'com.github.davidmc24.gradle.plugin.avro' version '1.9.1'
id 'me.champeau.jmh' version '0.7.3'
id 'com.google.cloud.artifactregistry.gradle-plugin' version '2.1.5'
id 'com.google.cloud.artifactregistry.gradle-plugin' version '2.2.5'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see: https://github.com/GoogleCloudPlatform/artifact-registry-maven-tools/issues/106

@davidangb
Copy link
Collaborator

@dependabot rebase

Bumps the minor-and-patch-updates group with 3 updates: [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson), com.google.cloud.artifactregistry.gradle-plugin and [com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless).


Updates `com.fasterxml.jackson.core:jackson-databind` from 2.19.1 to 2.19.2
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.google.cloud.artifactregistry.gradle-plugin` from 2.1.5 to 2.2.5

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

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.19.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: com.google.cloud.artifactregistry.gradle-plugin
  dependency-version: 2.2.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: com.diffplug.spotless:spotless-plugin-gradle
  dependency-version: 7.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/minor-and-patch-updates-32689d0d56 branch from 12343ce to 401dc3e Compare August 1, 2025 20:25
@dependabot dependabot bot requested a review from a team as a code owner August 1, 2025 20:25
@dependabot dependabot bot requested a review from samanehsan August 1, 2025 20:25
@davidangb
Copy link
Collaborator

@dependabot ignore com.google.cloud.artifactregistry.gradle-plugin minor version

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2025

OK, I won't notify you about version 2.2.x of com.google.cloud.artifactregistry.gradle-plugin again, unless you unignore it.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 1, 2025
@dependabot dependabot bot deleted the dependabot/gradle/minor-and-patch-updates-32689d0d56 branch August 1, 2025 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency Update gradle Gradle dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants