Skip to content

Bump the dev-dependencies group with 6 updates#33

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

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

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dev-dependencies group with 6 updates:

Package From To
software.amazon.awssdk:bom 2.32.19 2.32.24
org.immutables:value 2.11.2 2.11.3
org.immutables:value-annotations 2.11.2 2.11.3
io.micrometer:micrometer-core 1.15.2 1.15.3
org.mockito:mockito-core 5.18.0 5.19.0
org.mockito:mockito-junit-jupiter 5.18.0 5.19.0

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

Updates org.immutables:value from 2.11.2 to 2.11.3

Release notes

Sourced from org.immutables:value's releases.

2.11.3

Maintenance & refinements release

Thank you for PRs and providing feedback!

  • #1432/#1582 JDK optional types now have first class support for having default value provided by accessor annotated with @Value.Default, no warnings are issued.
  • #1578 Fixed: missing header/package declaration in generated files with no imports
  • #1580 Fixed: with methods do not handle fallbackNullableAnnotation properly on Map types

What's Changed

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

Commits
  • 3882eef v2.11.3
  • d57ba8d correctly process static imports (non-star)
  • 78c988e #1582 additonal compilation sample for records with optionalAcceptNullable
  • e279cf0 #1582 first-class support for JDK optional with Default annotation
  • cc5230f Merge pull request #1582 from hwellmann/optional-with-default
  • 6df4e0f delete leftover empty file
  • 3588bec generate wither with unwrapped type
  • 8dc26e0 #1580 correcting nullability/typeuse for withMap/Builder.map Refining the sam...
  • 57d6acc #1578 changing to insertion order for import post processing after new import...
  • 3abee0a handle Optional with defaults
  • Additional commits viewable in compare view

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

Release notes

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

2.11.3

Maintenance & refinements release

Thank you for PRs and providing feedback!

  • #1432/#1582 JDK optional types now have first class support for having default value provided by accessor annotated with @Value.Default, no warnings are issued.
  • #1578 Fixed: missing header/package declaration in generated files with no imports
  • #1580 Fixed: with methods do not handle fallbackNullableAnnotation properly on Map types

What's Changed

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

Commits
  • 3882eef v2.11.3
  • d57ba8d correctly process static imports (non-star)
  • 78c988e #1582 additonal compilation sample for records with optionalAcceptNullable
  • e279cf0 #1582 first-class support for JDK optional with Default annotation
  • cc5230f Merge pull request #1582 from hwellmann/optional-with-default
  • 6df4e0f delete leftover empty file
  • 3588bec generate wither with unwrapped type
  • 8dc26e0 #1580 correcting nullability/typeuse for withMap/Builder.map Refining the sam...
  • 57d6acc #1578 changing to insertion order for import post processing after new import...
  • 3abee0a handle Optional with defaults
  • Additional commits viewable in compare view

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

Release notes

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

2.11.3

Maintenance & refinements release

Thank you for PRs and providing feedback!

  • #1432/#1582 JDK optional types now have first class support for having default value provided by accessor annotated with @Value.Default, no warnings are issued.
  • #1578 Fixed: missing header/package declaration in generated files with no imports
  • #1580 Fixed: with methods do not handle fallbackNullableAnnotation properly on Map types

What's Changed

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

Commits
  • 3882eef v2.11.3
  • d57ba8d correctly process static imports (non-star)
  • 78c988e #1582 additonal compilation sample for records with optionalAcceptNullable
  • e279cf0 #1582 first-class support for JDK optional with Default annotation
  • cc5230f Merge pull request #1582 from hwellmann/optional-with-default
  • 6df4e0f delete leftover empty file
  • 3588bec generate wither with unwrapped type
  • 8dc26e0 #1580 correcting nullability/typeuse for withMap/Builder.map Refining the sam...
  • 57d6acc #1578 changing to insertion order for import post processing after new import...
  • 3abee0a handle Optional with defaults
  • Additional commits viewable in compare view

Updates io.micrometer:micrometer-core from 1.15.2 to 1.15.3

Release notes

Sourced from io.micrometer:micrometer-core's releases.

1.15.3

🐞 Bug Fixes

  • Catch IllegalArgumentException in VirtualThreadMetrics #6584
  • Handle ArrayIndexOutOfBoundsException from DoubleHistogram in TimeWindowPercentileHistogram.accumulate() defensively #6563

🔨 Dependency Upgrades

  • Bump jersey3 from 3.1.10 to 3.1.11 #6607
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.8.16 to 1.8.17 #6600
  • Bump io.netty:netty-bom from 4.1.122.Final to 4.1.123.Final #6537

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​genuss and @​izeye

Commits

Updates org.mockito:mockito-core from 5.18.0 to 5.19.0

Release notes

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

v5.19.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.19.0

Commits
  • 144751b Add support for JDK21 Sequenced Collections. (#3708)
  • b275c7d Bump actions/checkout from 4 to 5 (#3707)
  • ad6ae2f Allow overriding 'Created-By' for reproducible builds (#3704)
  • 096ee9f Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 (#3703)
  • aa7be27 Bump androidx.test:runner from 1.6.2 to 1.7.0 (#3697)
  • c8a698b Remove unused tests
  • ea45979 Bump errorprone from 2.39.0 to 2.41.0
  • 9c8eb23 Bump org.junit.platform:junit-platform-launcher from 1.13.3 to 1.13.4 (#3694)
  • f05e44d Bump com.diffplug.spotless:spotless-plugin-gradle from 7.1.0 to 7.2.1 (#3693)
  • 9d32dfe Bump junit-jupiter from 5.13.3 to 5.13.4 (#3691)
  • Additional commits viewable in compare view

Updates org.mockito:mockito-junit-jupiter from 5.18.0 to 5.19.0

Release notes

Sourced from org.mockito:mockito-junit-jupiter's releases.

v5.19.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.19.0

Commits
  • 144751b Add support for JDK21 Sequenced Collections. (#3708)
  • b275c7d Bump actions/checkout from 4 to 5 (#3707)
  • ad6ae2f Allow overriding 'Created-By' for reproducible builds (#3704)
  • 096ee9f Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 (#3703)
  • aa7be27 Bump androidx.test:runner from 1.6.2 to 1.7.0 (#3697)
  • c8a698b Remove unused tests
  • ea45979 Bump errorprone from 2.39.0 to 2.41.0
  • 9c8eb23 Bump org.junit.platform:junit-platform-launcher from 1.13.3 to 1.13.4 (#3694)
  • f05e44d Bump com.diffplug.spotless:spotless-plugin-gradle from 7.1.0 to 7.2.1 (#3693)
  • 9d32dfe Bump junit-jupiter from 5.13.3 to 5.13.4 (#3691)
  • Additional commits viewable in compare view

Updates org.mockito:mockito-junit-jupiter from 5.18.0 to 5.19.0

Release notes

Sourced from org.mockito:mockito-junit-jupiter's releases.

v5.19.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.19.0

Commits
  • 144751b Add support for JDK21 Sequenced Collections. (#3708)
  • b275c7d Bump actions/checkout from 4 to 5 (#3707)
  • ad6ae2f Allow overriding 'Created-By' for reproducible builds (#3704)
  • 096ee9f Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 (#3703)
  • aa7be27 Bump androidx.test:runner from 1.6.2 to 1.7.0 (#3697)
  • c8a698b Remove unused tests
  • ea45979 Bump errorprone from 2.39.0 to 2.41.0
  • 9c8eb23 Bump org.junit.platform:junit-platform-launcher from 1.13.3 to 1.13.4 (#3694)
  • f05e44d Bump com.diffplug.spotless:spotless-plugin-gradle from 7.1.0 to 7.2.1 (#3693)
  • 9d32dfe Bump junit-jupiter from 5.13.3 to 5.13.4 (#3691)
  • 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 dev-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| software.amazon.awssdk:bom | `2.32.19` | `2.32.24` |
| [org.immutables:value](https://github.com/immutables/immutables) | `2.11.2` | `2.11.3` |
| [org.immutables:value-annotations](https://github.com/immutables/immutables) | `2.11.2` | `2.11.3` |
| [io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer) | `1.15.2` | `1.15.3` |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.18.0` | `5.19.0` |
| [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) | `5.18.0` | `5.19.0` |


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

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

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

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

Updates `io.micrometer:micrometer-core` from 1.15.2 to 1.15.3
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.15.2...v1.15.3)

Updates `org.mockito:mockito-core` from 5.18.0 to 5.19.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.18.0...v5.19.0)

Updates `org.mockito:mockito-junit-jupiter` from 5.18.0 to 5.19.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.18.0...v5.19.0)

Updates `org.mockito:mockito-junit-jupiter` from 5.18.0 to 5.19.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.18.0...v5.19.0)

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.32.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.immutables:value
  dependency-version: 2.11.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.immutables:value-annotations
  dependency-version: 2.11.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.immutables:value-annotations
  dependency-version: 2.11.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.micrometer:micrometer-core
  dependency-version: 1.15.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-version: 5.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-version: 5.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 19, 2025
@github-actions github-actions bot merged commit 355c426 into main Aug 19, 2025
5 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/dev-dependencies-1dfc881edb branch August 19, 2025 00:49
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