Skip to content

Bump the dev-dependencies group with 4 updates#32

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/gradle/dev-dependencies-a856107c01
Aug 12, 2025
Merged

Bump the dev-dependencies group with 4 updates#32
github-actions[bot] merged 1 commit intomainfrom
dependabot/gradle/dev-dependencies-a856107c01

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dev-dependencies group with 4 updates: org.assertj:assertj-core, software.amazon.awssdk:bom, org.immutables:value and org.immutables:value-annotations.

Updates org.assertj:assertj-core from 3.27.3 to 3.27.4

Release notes

Sourced from org.assertj:assertj-core's releases.

v3.27.4

🚫 Deprecated

Core

  • Deprecate org.assertj.core.annotations.Beta in favor of org.assertj.core.annotation.Beta
  • Deprecate org.assertj.core.util.CanIgnoreReturnValue in favor of org.assertj.core.annotation.CanIgnoreReturnValue
  • Deprecate org.assertj.core.util.CheckReturnValue in favor of org.assertj.core.annotation.CheckReturnValue

🐛 Bug Fixes

Core

  • Fix thread-safety in AbstractDateAssert #3874

⚡ Improvements

  • Migrate to the Central Publisher Portal, enable snapshot publishing #3881

Core

  • Annotate fail methods with custom @Contract #3882

❤️ Contributors

Thanks to all the contributors who worked on this release:

@​kelunik

Commits
  • 7a64cde [maven-release-plugin] prepare release assertj-build-3.27.4
  • feb5f6f Annotate fail methods with custom @Contract (#3882)
  • 43e8b65 Deprecate org.assertj.core.util.CheckReturnValue in favor of `org.assertj.c...
  • 1bf8cd6 Deprecate org.assertj.core.util.CanIgnoreReturnValue in favor of `org.asser...
  • 72d08b2 Deprecate org.assertj.core.annotations.Beta in favor of `org.assertj.core.a...
  • 475c2eb Polish
  • fdc9bc5 Skip tests during snapshot publishing
  • 8f4a1b5 Migrate to the Central Publisher Portal, enable snapshot publishing (#3881)
  • 7461b68 Fix thread-safety in AbstractDateAssert (#3874)
  • 015f095 Remove EOL Java 23
  • Additional commits viewable in compare view

Updates software.amazon.awssdk:bom from 2.32.14 to 2.32.19

Updates org.immutables:value from 2.11.1 to 2.11.2

Release notes

Sourced from org.immutables:value's releases.

2.11.2

Maintenance and refinment release

  • #1572 #1573 Optimized from merging method for many supertypes
  • Introduced static mode (via compile time overloads only) for from supertypes. Switch via Style.mergeFromSupertypesDynamically=false. This gives (very) old behavior before dynamic merging was introduced, for some, it is more intuitive than dynamic logic and avoid heap pollution (& ClassCastException) for some rare cases of supertypes imlementing parameterized interfaces with different actual type arguments in a hierarchy.
  • #1576 Fixed Jackson JSON deserialization for optional types (required=false was generated only for Nullable, now - for any non mandatory attribute). Generating Jackson required can be disabled via setJacksonPropertyRequired=false, the difference is if Jackson will issue an error on missing attribute or Immutables' builder will throw an exception for the same.

PRs merged

New Contributors

Full Changelog: immutables/immutables@2.11.1...2.11.2

Commits
  • 2eb6337 v2.11.2
  • f4d07e6 #1575 misc, the test is defunct :(
  • 8a43db9 #1575 restoring GeneratedImportsModifier functionality
  • a036232 #1576 required only for isMandatory attributes, (not only non-nullable)
  • 7e20170 #1569 merge from static overloads mode
  • f8edd1f #1572 single method for <= 16 + refinements
  • 9ef4839 Merge pull request #1573 from christophercolumbusdog/mergeFunction
  • 56d2395 Merge pull request #1574 from devinrsmith/fix-jackson-annotation-option
  • 953ad62 fix: set correct override for Jackson annotation processor option
  • a8aaaee Optimize mergeInternal generation with specialized methods per subtype
  • See full diff in compare view

Updates org.immutables:value-annotations from 2.11.1 to 2.11.2

Release notes

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

2.11.2

Maintenance and refinment release

  • #1572 #1573 Optimized from merging method for many supertypes
  • Introduced static mode (via compile time overloads only) for from supertypes. Switch via Style.mergeFromSupertypesDynamically=false. This gives (very) old behavior before dynamic merging was introduced, for some, it is more intuitive than dynamic logic and avoid heap pollution (& ClassCastException) for some rare cases of supertypes imlementing parameterized interfaces with different actual type arguments in a hierarchy.
  • #1576 Fixed Jackson JSON deserialization for optional types (required=false was generated only for Nullable, now - for any non mandatory attribute). Generating Jackson required can be disabled via setJacksonPropertyRequired=false, the difference is if Jackson will issue an error on missing attribute or Immutables' builder will throw an exception for the same.

PRs merged

New Contributors

Full Changelog: immutables/immutables@2.11.1...2.11.2

Commits
  • 2eb6337 v2.11.2
  • f4d07e6 #1575 misc, the test is defunct :(
  • 8a43db9 #1575 restoring GeneratedImportsModifier functionality
  • a036232 #1576 required only for isMandatory attributes, (not only non-nullable)
  • 7e20170 #1569 merge from static overloads mode
  • f8edd1f #1572 single method for <= 16 + refinements
  • 9ef4839 Merge pull request #1573 from christophercolumbusdog/mergeFunction
  • 56d2395 Merge pull request #1574 from devinrsmith/fix-jackson-annotation-option
  • 953ad62 fix: set correct override for Jackson annotation processor option
  • a8aaaee Optimize mergeInternal generation with specialized methods per subtype
  • See full diff in compare view

Updates org.immutables:value-annotations from 2.11.1 to 2.11.2

Release notes

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

2.11.2

Maintenance and refinment release

  • #1572 #1573 Optimized from merging method for many supertypes
  • Introduced static mode (via compile time overloads only) for from supertypes. Switch via Style.mergeFromSupertypesDynamically=false. This gives (very) old behavior before dynamic merging was introduced, for some, it is more intuitive than dynamic logic and avoid heap pollution (& ClassCastException) for some rare cases of supertypes imlementing parameterized interfaces with different actual type arguments in a hierarchy.
  • #1576 Fixed Jackson JSON deserialization for optional types (required=false was generated only for Nullable, now - for any non mandatory attribute). Generating Jackson required can be disabled via setJacksonPropertyRequired=false, the difference is if Jackson will issue an error on missing attribute or Immutables' builder will throw an exception for the same.

PRs merged

New Contributors

Full Changelog: immutables/immutables@2.11.1...2.11.2

Commits
  • 2eb6337 v2.11.2
  • f4d07e6 #1575 misc, the test is defunct :(
  • 8a43db9 #1575 restoring GeneratedImportsModifier functionality
  • a036232 #1576 required only for isMandatory attributes, (not only non-nullable)
  • 7e20170 #1569 merge from static overloads mode
  • f8edd1f #1572 single method for <= 16 + refinements
  • 9ef4839 Merge pull request #1573 from christophercolumbusdog/mergeFunction
  • 56d2395 Merge pull request #1574 from devinrsmith/fix-jackson-annotation-option
  • 953ad62 fix: set correct override for Jackson annotation processor option
  • a8aaaee Optimize mergeInternal generation with specialized methods per subtype
  • See full diff 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 dev-dependencies group with 4 updates: [org.assertj:assertj-core](https://github.com/assertj/assertj), software.amazon.awssdk:bom, [org.immutables:value](https://github.com/immutables/immutables) and [org.immutables:value-annotations](https://github.com/immutables/immutables).


Updates `org.assertj:assertj-core` from 3.27.3 to 3.27.4
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.27.3...assertj-build-3.27.4)

Updates `software.amazon.awssdk:bom` from 2.32.14 to 2.32.19

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

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

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

---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
  dependency-version: 3.27.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.32.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.immutables:value
  dependency-version: 2.11.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.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.2
  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 Aug 12, 2025
@github-actions github-actions bot merged commit 4fd9c1c into main Aug 12, 2025
5 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/dev-dependencies-a856107c01 branch August 12, 2025 00:43
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