Skip to content

Bump the dev-dependencies group with 7 updates#41

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/gradle/dev-dependencies-6b606b5412
Sep 29, 2025
Merged

Bump the dev-dependencies group with 7 updates#41
github-actions[bot] merged 1 commit intomainfrom
dependabot/gradle/dev-dependencies-6b606b5412

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

Bumps the dev-dependencies group with 7 updates:

Package From To
nl.littlerobots.version-catalog-update 1.0.0 1.0.1
io.freefair.aspectj.post-compile-weaving 8.14.2 9.0.0
software.amazon.awssdk:bom 2.34.0 2.34.5
com.google.dagger:dagger 2.57.1 2.57.2
com.google.dagger:dagger-compiler 2.57.1 2.57.2
org.immutables:value-annotations 2.11.3 2.11.4
org.immutables:value 2.11.3 2.11.4

Updates nl.littlerobots.version-catalog-update from 1.0.0 to 1.0.1

Release notes

Sourced from nl.littlerobots.version-catalog-update's releases.

v1.0.1

  • Fix handling of version conditions using reject (#177)
Changelog

Sourced from nl.littlerobots.version-catalog-update's changelog.

Version 1.0.1

  • Fix handling of version conditions using reject (#177)
Commits
  • 8d44724 Reset version for release
  • 253e7c2 Fix release workflow and build
  • 452dcf9 Bump version for development
  • e44cb71 Bump version for release
  • bcf15a6 Update Changelog
  • c5b1f42 Merge pull request #178 from littlerobots/fix/version-condition
  • ad12ce6 Fix handling of reject version condition in writer and resolver
  • 27f24a5 Mark version selectors with JvmStatic
  • 1922c10 Fix publishing to Maven Central
  • bbd7fe4 Merge pull request #176 from littlerobots/feature/upgrade-shadow
  • Additional commits viewable in compare view

Updates io.freefair.aspectj.post-compile-weaving from 8.14.2 to 9.0.0

Release notes

Sourced from io.freefair.aspectj.post-compile-weaving's releases.

9.0.0

What's Changed

Full Changelog: freefair/gradle-plugins@8.14.2...9.0.0

9.0.0-rc2

Full Changelog: freefair/gradle-plugins@9.0.0-rc1...9.0.0-rc2

9.0.0-rc1

... (truncated)

Commits
  • 786f564 Update to Spring Boot 3.5.6
  • fe43572 Merge branch '8.x' of github.com:freefair/gradle-plugins
  • 3da1f86 Bump org.mockito.kotlin:mockito-kotlin from 5.4.0 to 6.0.0 (#1469)
  • b39aef5 Bump org.mockito:mockito-core from 5.19.0 to 5.20.0 (#1487)
  • 4b0917a Merge branch '8.x' of github.com:freefair/gradle-plugins
  • d413a0a remove gradle build cache
  • f5e37df Update to Gradle 9.1.0
  • 10d1d3a Merge branch '8.x' of github.com:freefair/gradle-plugins
  • 047a17d Bump org.sonarsource.scanner.gradle:sonarqube-gradle-plugin (#1488)
  • fd0b3fa Bump org.assertj:assertj-core from 3.27.3 to 3.27.6 in /examples (#1491)
  • Additional commits viewable in compare view

Updates software.amazon.awssdk:bom from 2.34.0 to 2.34.5

Updates com.google.dagger:dagger from 2.57.1 to 2.57.2

Release notes

Sourced from com.google.dagger:dagger's releases.

Dagger 2.57.2

Bug fixes

  • Fixed #4847: Fixed an issue with the Hilt Gradle Plugin registered transforms on projects using Gradle 9.0.0 (ea570e7)
  • Fixes #4898: Fixed an issue with backwards compatibility handling for libraries that export Hilt roots. (85c470ca4)
  • Fixes #4937: Fixed the incorrectly declared version of the Kotlin stdlib dependency in the Hilt Gradle Plugin. (deefd9a2d)
  • Updated ASM dependency to 9.8 (365bc499d)
Commits
  • 438334a 2.57.2 release
  • 365bc49 Update ASM dependency to 9.8
  • 6f82a2b Automated Code Change
  • ff49b3d Automated Code Change
  • f60dcca Fix issue with DaggerSuperficialValidation#validateTypeHierarchyOf().
  • 9319e81 Add a test suite to group our generated functional tests.
  • 9053b3b Inline MultibindingTest sources into the test for better encapsulation.
  • 55b0311 Adds DaggerSuperficialValidationTest test case for missing super interface ty...
  • ee59ebd Remove unnecessary workaround for b/242569252.
  • 5426d64 Add more info to error messages for cases reported in #3450.
  • Additional commits viewable in compare view

Updates com.google.dagger:dagger-compiler from 2.57.1 to 2.57.2

Release notes

Sourced from com.google.dagger:dagger-compiler's releases.

Dagger 2.57.2

Bug fixes

  • Fixed #4847: Fixed an issue with the Hilt Gradle Plugin registered transforms on projects using Gradle 9.0.0 (ea570e7)
  • Fixes #4898: Fixed an issue with backwards compatibility handling for libraries that export Hilt roots. (85c470ca4)
  • Fixes #4937: Fixed the incorrectly declared version of the Kotlin stdlib dependency in the Hilt Gradle Plugin. (deefd9a2d)
  • Updated ASM dependency to 9.8 (365bc499d)
Commits
  • 438334a 2.57.2 release
  • 365bc49 Update ASM dependency to 9.8
  • 6f82a2b Automated Code Change
  • ff49b3d Automated Code Change
  • f60dcca Fix issue with DaggerSuperficialValidation#validateTypeHierarchyOf().
  • 9319e81 Add a test suite to group our generated functional tests.
  • 9053b3b Inline MultibindingTest sources into the test for better encapsulation.
  • 55b0311 Adds DaggerSuperficialValidationTest test case for missing super interface ty...
  • ee59ebd Remove unnecessary workaround for b/242569252.
  • 5426d64 Add more info to error messages for cases reported in #3450.
  • Additional commits viewable in compare view

Updates com.google.dagger:dagger-compiler from 2.57.1 to 2.57.2

Release notes

Sourced from com.google.dagger:dagger-compiler's releases.

Dagger 2.57.2

Bug fixes

  • Fixed #4847: Fixed an issue with the Hilt Gradle Plugin registered transforms on projects using Gradle 9.0.0 (ea570e7)
  • Fixes #4898: Fixed an issue with backwards compatibility handling for libraries that export Hilt roots. (85c470ca4)
  • Fixes #4937: Fixed the incorrectly declared version of the Kotlin stdlib dependency in the Hilt Gradle Plugin. (deefd9a2d)
  • Updated ASM dependency to 9.8 (365bc499d)
Commits
  • 438334a 2.57.2 release
  • 365bc49 Update ASM dependency to 9.8
  • 6f82a2b Automated Code Change
  • ff49b3d Automated Code Change
  • f60dcca Fix issue with DaggerSuperficialValidation#validateTypeHierarchyOf().
  • 9319e81 Add a test suite to group our generated functional tests.
  • 9053b3b Inline MultibindingTest sources into the test for better encapsulation.
  • 55b0311 Adds DaggerSuperficialValidationTest test case for missing super interface ty...
  • ee59ebd Remove unnecessary workaround for b/242569252.
  • 5426d64 Add more info to error messages for cases reported in #3450.
  • Additional commits viewable in compare view

Updates org.immutables:value-annotations from 2.11.3 to 2.11.4

Release notes

Sourced from org.immutables:value-annotations's releases.

2.11.4

Maintenance & refinements release

Thank you for the bug reports and PRs!

Issues

  • #1597 Fixed constant defaults @Value.Default.{Int, Long, String...} were always applied for Immutable values (were ok for records)
  • #1592 When multiple annotations share the same parent annotation in passAnnotations, only one child annotation is propagated on an attribute
  • #1591 #1521 @​Serial.AllStructural wit class retention and fixed to work as meta-annotation (on a custom style annotation etc).
  • #1588 Missing imports for classes in package names with _ (Fixed handling of $ and _ in java identifiers in import rewriter)
  • #1585 Additional way to register custom immutable annotation. Use -Aimmutables.annotation=<fqcn> for custom annotation (can have meta-styles etc)

PRs

New Contributors

Full Changelog: immutables/immutables@2.11.3...2.11.4

Commits

Updates org.immutables:value from 2.11.3 to 2.11.4

Release notes

Sourced from org.immutables:value's releases.

2.11.4

Maintenance & refinements release

Thank you for the bug reports and PRs!

Issues

  • #1597 Fixed constant defaults @Value.Default.{Int, Long, String...} were always applied for Immutable values (were ok for records)
  • #1592 When multiple annotations share the same parent annotation in passAnnotations, only one child annotation is propagated on an attribute
  • #1591 #1521 @​Serial.AllStructural wit class retention and fixed to work as meta-annotation (on a custom style annotation etc).
  • #1588 Missing imports for classes in package names with _ (Fixed handling of $ and _ in java identifiers in import rewriter)
  • #1585 Additional way to register custom immutable annotation. Use -Aimmutables.annotation=<fqcn> for custom annotation (can have meta-styles etc)

PRs

New Contributors

Full Changelog: immutables/immutables@2.11.3...2.11.4

Commits

Updates org.immutables:value from 2.11.3 to 2.11.4

Release notes

Sourced from org.immutables:value's releases.

2.11.4

Maintenance & refinements release

Thank you for the bug reports and PRs!

Issues

  • #1597 Fixed constant defaults @Value.Default.{Int, Long, String...} were always applied for Immutable values (were ok for records)
  • #1592 When multiple annotations share the same parent annotation in passAnnotations, only one child annotation is propagated on an attribute
  • #1591 #1521 @​Serial.AllStructural wit class retention and fixed to work as meta-annotation (on a custom style annotation etc).
  • #1588 Missing imports for classes in package names with _ (Fixed handling of $ and _ in java identifiers in import rewriter)
  • #1585 Additional way to register custom immutable annotation. Use -Aimmutables.annotation=<fqcn> for custom annotation (can have meta-styles etc)

PRs

New Contributors

Full Changelog: immutables/immutables@2.11.3...2.11.4

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

Bumps the dev-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [nl.littlerobots.version-catalog-update](https://github.com/littlerobots/version-catalog-update-plugin) | `1.0.0` | `1.0.1` |
| [io.freefair.aspectj.post-compile-weaving](https://github.com/freefair/gradle-plugins) | `8.14.2` | `9.0.0` |
| software.amazon.awssdk:bom | `2.34.0` | `2.34.5` |
| [com.google.dagger:dagger](https://github.com/google/dagger) | `2.57.1` | `2.57.2` |
| [com.google.dagger:dagger-compiler](https://github.com/google/dagger) | `2.57.1` | `2.57.2` |
| [org.immutables:value-annotations](https://github.com/immutables/immutables) | `2.11.3` | `2.11.4` |
| [org.immutables:value](https://github.com/immutables/immutables) | `2.11.3` | `2.11.4` |


Updates `nl.littlerobots.version-catalog-update` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/littlerobots/version-catalog-update-plugin/releases)
- [Changelog](https://github.com/littlerobots/version-catalog-update-plugin/blob/main/CHANGELOG.md)
- [Commits](littlerobots/version-catalog-update-plugin@v1.0.0...v1.0.1)

Updates `io.freefair.aspectj.post-compile-weaving` from 8.14.2 to 9.0.0
- [Release notes](https://github.com/freefair/gradle-plugins/releases)
- [Commits](freefair/gradle-plugins@8.14.2...9.0.0)

Updates `software.amazon.awssdk:bom` from 2.34.0 to 2.34.5

Updates `com.google.dagger:dagger` from 2.57.1 to 2.57.2
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.57.1...dagger-2.57.2)

Updates `com.google.dagger:dagger-compiler` from 2.57.1 to 2.57.2
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.57.1...dagger-2.57.2)

Updates `com.google.dagger:dagger-compiler` from 2.57.1 to 2.57.2
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.57.1...dagger-2.57.2)

Updates `org.immutables:value-annotations` from 2.11.3 to 2.11.4
- [Release notes](https://github.com/immutables/immutables/releases)
- [Changelog](https://github.com/immutables/immutables/blob/master/jreleaser.yml)
- [Commits](immutables/immutables@2.11.3...2.11.4)

Updates `org.immutables:value` from 2.11.3 to 2.11.4
- [Release notes](https://github.com/immutables/immutables/releases)
- [Changelog](https://github.com/immutables/immutables/blob/master/jreleaser.yml)
- [Commits](immutables/immutables@2.11.3...2.11.4)

Updates `org.immutables:value` from 2.11.3 to 2.11.4
- [Release notes](https://github.com/immutables/immutables/releases)
- [Changelog](https://github.com/immutables/immutables/blob/master/jreleaser.yml)
- [Commits](immutables/immutables@2.11.3...2.11.4)

---
updated-dependencies:
- dependency-name: nl.littlerobots.version-catalog-update
  dependency-version: 1.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.freefair.aspectj.post-compile-weaving
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.34.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: com.google.dagger:dagger
  dependency-version: 2.57.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: com.google.dagger:dagger-compiler
  dependency-version: 2.57.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: com.google.dagger:dagger-compiler
  dependency-version: 2.57.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.immutables:value-annotations
  dependency-version: 2.11.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.immutables:value
  dependency-version: 2.11.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.immutables:value
  dependency-version: 2.11.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Sep 29, 2025
@github-actions github-actions bot merged commit 5179c80 into main Sep 29, 2025
5 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/dev-dependencies-6b606b5412 branch September 29, 2025 19:56
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 java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants