Skip to content

Bump the dev-dependencies group with 15 updates#53

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/gradle/dev-dependencies-f3a01498b1
Dec 15, 2025
Merged

Bump the dev-dependencies group with 15 updates#53
github-actions[bot] merged 1 commit intomainfrom
dependabot/gradle/dev-dependencies-f3a01498b1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps the dev-dependencies group with 15 updates:

Package From To
com.amazonaws:aws-java-sdk-dynamodb 1.12.794 1.12.795
software.amazon.awssdk:bom 2.40.3 2.40.8
org.immutables:value-annotations 2.11.7 2.12.0
org.immutables:value 2.11.7 2.12.0
org.jdbi:jdbi3-caffeine-cache 3.50.0 3.51.0
org.jdbi:jdbi3-core 3.50.0 3.51.0
org.jdbi:jdbi3-noop-cache 3.50.0 3.51.0
org.jdbi:jdbi3-postgres 3.50.0 3.51.0
org.jdbi:jdbi3-sqlobject 3.50.0 3.51.0
org.jdbi:jdbi3-testing 3.50.0 3.51.0
ch.qos.logback:logback-classic 1.5.21 1.5.22
ch.qos.logback:logback-core 1.5.21 1.5.22
io.micrometer:micrometer-core 1.16.0 1.16.1
org.mockito:mockito-core 5.20.0 5.21.0
org.mockito:mockito-junit-jupiter 5.20.0 5.21.0

Updates com.amazonaws:aws-java-sdk-dynamodb from 1.12.794 to 1.12.795

Changelog

Sourced from com.amazonaws:aws-java-sdk-dynamodb's changelog.

1.12.795 2025-12-09

Amazon CloudWatch

  • Features

    • This release introduces two additional protocols AWS JSON 1.1 and Smithy RPC v2 CBOR, replacing the currently utilized one, AWSQuery. AWS SDKs will prioritize the protocol that is the most performant for each language.

Amazon S3

  • Bugfixes

    • Fix error when using S3 with Dualstack and custom regions.
Commits

Updates software.amazon.awssdk:bom from 2.40.3 to 2.40.8

Updates org.immutables:value-annotations from 2.11.7 to 2.12.0

Release notes

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

2.12.0

12 Anniversary Edition 🎉

maintenance & refinements

Thank you for the PRs, bug reports and feedback!

PRs

New Contributors

Full Changelog: immutables/immutables@2.11.7...2.12.0

Commits
  • ce52114 just readme
  • 0353f3d v2.12.0
  • 7e5b0ab manual processor argument test scripts
  • 165d4eb Clarify Style.isInitialized javadoc
  • bb20531 Merge pull request #1625 from yonghanlin/fix/nondeterminism_tests
  • 0cbc32f fix: nondeterminism behavior in several tests
  • 6c2f70b Merge pull request #1624 from BertschiAG/1623-fix-find-nested-element-matchin...
  • bb968c2 #1623 Fix the newly added tests regarding nested elements matching multiple c...
  • bd37261 #1623 Demonstrate further problems with querying nested elements matching mul...
  • cb5b61c #1623 Fix the MongoPersonTest that tries to find a nested element matching mu...
  • Additional commits viewable in compare view

Updates org.immutables:value from 2.11.7 to 2.12.0

Release notes

Sourced from org.immutables:value's releases.

2.12.0

12 Anniversary Edition 🎉

maintenance & refinements

Thank you for the PRs, bug reports and feedback!

PRs

New Contributors

Full Changelog: immutables/immutables@2.11.7...2.12.0

Commits
  • ce52114 just readme
  • 0353f3d v2.12.0
  • 7e5b0ab manual processor argument test scripts
  • 165d4eb Clarify Style.isInitialized javadoc
  • bb20531 Merge pull request #1625 from yonghanlin/fix/nondeterminism_tests
  • 0cbc32f fix: nondeterminism behavior in several tests
  • 6c2f70b Merge pull request #1624 from BertschiAG/1623-fix-find-nested-element-matchin...
  • bb968c2 #1623 Fix the newly added tests regarding nested elements matching multiple c...
  • bd37261 #1623 Demonstrate further problems with querying nested elements matching mul...
  • cb5b61c #1623 Fix the MongoPersonTest that tries to find a nested element matching mu...
  • Additional commits viewable in compare view

Updates org.immutables:value from 2.11.7 to 2.12.0

Release notes

Sourced from org.immutables:value's releases.

2.12.0

12 Anniversary Edition 🎉

maintenance & refinements

Thank you for the PRs, bug reports and feedback!

PRs

New Contributors

Full Changelog: immutables/immutables@2.11.7...2.12.0

Commits
  • ce52114 just readme
  • 0353f3d v2.12.0
  • 7e5b0ab manual processor argument test scripts
  • 165d4eb Clarify Style.isInitialized javadoc
  • bb20531 Merge pull request #1625 from yonghanlin/fix/nondeterminism_tests
  • 0cbc32f fix: nondeterminism behavior in several tests
  • 6c2f70b Merge pull request #1624 from BertschiAG/1623-fix-find-nested-element-matchin...
  • bb968c2 #1623 Fix the newly added tests regarding nested elements matching multiple c...
  • bd37261 #1623 Demonstrate further problems with querying nested elements matching mul...
  • cb5b61c #1623 Fix the MongoPersonTest that tries to find a nested element matching mu...
  • Additional commits viewable in compare view

Updates org.jdbi:jdbi3-caffeine-cache from 3.50.0 to 3.51.0

Release notes

Sourced from org.jdbi:jdbi3-caffeine-cache's releases.

3.51.0

  • Add new jackson3 artifact for Jackson 3 ( #2878 )

  • Support configuring log level for SqlLogger (#2901, thanks @​phinjensen! )

  • Update to SLF4J 2, to allow for configurable log levels in SqlLogger (#2902)

  • Deprecate for removal installPlugins plugin discovery. It's too easy to get yourself into trouble.

  • Support TYPE_USE @Nullable annotations like JSpecify ( #2899, thanks @​protocol7 ! )

  • Allow @GetGeneratedKeys on @SqlUpdate methods to return multiple results as Lists or arrays (#2897, original PR by @​aharin, thank you!)

Changelog

Sourced from org.jdbi:jdbi3-caffeine-cache's changelog.

3.51.0

  • Add new jackson3 artifact for Jackson 3 ( #2878 )

  • Support configuring log level for SqlLogger (#2901, thanks @​phinjensen! )

  • Update to SLF4J 2, to allow for configurable log levels in SqlLogger (#2902)

  • Deprecate for removal installPlugins plugin discovery. It's too easy to get yourself into trouble.

  • Support TYPE_USE @Nullable annotations like JSpecify ( #2899, thanks @​protocol7 ! )

  • Allow @GetGeneratedKeys on @SqlUpdate methods to return multiple results as Lists or arrays (#2897, original PR by @​aharin, thank you!)

Commits
  • 094374e [maven-release-plugin] prepare release v3.51.0
  • ec689a6 add 3.51.0 release information
  • 167a311 code review feedback changes
  • 13346e6 native-image: reorganize tests to run in a single executable
  • cc06139 Merge pull request #2904 from hgschmie/get_generated_keys_list
  • cc26724 add release notes
  • 68231fb Update fix for #1807
  • fd8ebc0 Fix GetGeneratedKeys when return is a List
  • 98dd3bc release notes #2901
  • 093bb61 Make Slf4JSqlLogger level final
  • Additional commits viewable in compare view

Updates org.jdbi:jdbi3-core from 3.50.0 to 3.51.0

Release notes

Sourced from org.jdbi:jdbi3-core's releases.

3.51.0

  • Add new jackson3 artifact for Jackson 3 ( #2878 )

  • Support configuring log level for SqlLogger (#2901, thanks @​phinjensen! )

  • Update to SLF4J 2, to allow for configurable log levels in SqlLogger (#2902)

  • Deprecate for removal installPlugins plugin discovery. It's too easy to get yourself into trouble.

  • Support TYPE_USE @Nullable annotations like JSpecify ( #2899, thanks @​protocol7 ! )

  • Allow @GetGeneratedKeys on @SqlUpdate methods to return multiple results as Lists or arrays (#2897, original PR by @​aharin, thank you!)

Changelog

Sourced from org.jdbi:jdbi3-core's changelog.

3.51.0

  • Add new jackson3 artifact for Jackson 3 ( #2878 )

  • Support configuring log level for SqlLogger (#2901, thanks @​phinjensen! )

  • Update to SLF4J 2, to allow for configurable log levels in SqlLogger (#2902)

  • Deprecate for removal installPlugins plugin discovery. It's too easy to get yourself into trouble.

  • Support TYPE_USE @Nullable annotations like JSpecify ( #2899, thanks @​protocol7 ! )

  • Allow @GetGeneratedKeys on @SqlUpdate methods to return multiple results as Lists or arrays (#2897, original PR by @​aharin, thank you!)

Commits
  • 094374e [maven-release-plugin] prepare release v3.51.0
  • ec689a6 add 3.51.0 release information
  • 167a311 code review feedback changes
  • 13346e6 native-image: reorganize tests to run in a single executable
  • cc06139 Merge pull request #2904 from hgschmie/get_generated_keys_list
  • cc26724 add release notes
  • 68231fb Update fix for #1807
  • fd8ebc0 Fix GetGeneratedKeys when return is a List
  • 98dd3bc release notes #2901
  • 093bb61 Make Slf4JSqlLogger level final
  • Additional commits viewable in compare view

Updates org.jdbi:jdbi3-noop-cache from 3.50.0 to 3.51.0

Release notes

Sourced from org.jdbi:jdbi3-noop-cache's releases.

3.51.0

  • Add new jackson3 artifact for Jackson 3 ( #2878 )

  • Support configuring log level for SqlLogger (#2901, thanks @​phinjensen! )

  • Update to SLF4J 2, to allow for configurable log levels in SqlLogger (#2902)

  • Deprecate for removal installPlugins plugin discovery. It's too easy to get yourself into trouble.

  • Support TYPE_USE @Nullable annotations like JSpecify ( #2899, thanks @​protocol7 ! )

  • Allow @GetGeneratedKeys on @SqlUpdate methods to return multiple results as Lists or arrays (#2897, original PR by @​aharin, thank you!)

Changelog

Sourced from org.jdbi:jdbi3-noop-cache's changelog.

3.51.0

  • Add new jackson3 artifact for Jackson 3 ( #2878 )

  • Support configuring log level for SqlLogger (#2901, thanks @​phinjensen! )

  • Update to SLF4J 2, to allow for configurable log levels in SqlLogger (#2902)

  • Deprecate for removal installPlugins plugin discovery. It's too easy to get yourself into trouble.

  • Support TYPE_USE @Nullable annotations like JSpecify ( #2899, thanks @​protocol7 ! )

  • Allow @GetGeneratedKeys on @SqlUpdate methods to return multiple results as Lists or arrays (#2897, original PR by @​aharin, thank you!)

Commits
  • 094374e [maven-release-plugin] prepare release v3.51.0
  • ec689a6 add 3.51.0 release information
  • 167a311 code review feedback changes
  • 13346e6 native-image: reorganize tests to run in a single executable
  • cc06139 Merge pull request #2904 from hgschmie/get_generated_keys_list
  • cc26724 add release notes
  • 68231fb Update fix for #1807
  • fd8ebc0 Fix GetGeneratedKeys when return is a List
  • 98dd3bc release notes #2901
  • 093bb61 Make Slf4JSqlLogger level final
  • Additional commits viewable in compare view

Updates org.jdbi:jdbi3-postgres from 3.50.0 to 3.51.0

Release notes

Sourced from org.jdbi:jdbi3-postgres's releases.

3.51.0

  • Add new jackson3 artifact for Jackson 3 ( #2878 )

  • Support configuring log level for SqlLogger (#2901, thanks @​phinjensen! )

  • Update to SLF4J 2, to allow for configurable log levels in SqlLogger (#2902)

  • Deprecate for removal installPlugins plugin discovery. It's too easy to get yourself into trouble.

  • Support TYPE_USE @Nullable annotations like JSpecify ( #2899, thanks @​protocol7 ! )

  • Allow @GetGeneratedKeys on @SqlUpdate methods to return multiple results as Lists or arrays (#2897, original PR by @​aharin, thank you!)

Changelog

Sourced from org.jdbi:jdbi3-postgres's changelog.

3.51.0

  • Add new jackson3 artifact for Jackson 3 ( #2878 )

  • Support configuring log level for SqlLogger (#2901, thanks @​phinjensen! )

  • Update to SLF4J 2, to allow for configurable log levels in SqlLogger (#2902)

  • Deprecate for removal installPlugins plugin discovery. It's too easy to get yourself into trouble.

  • Support TYPE_USE @Nullable annotations like JSpecify ( #2899, thanks @​protocol7 ! )

  • Allow @GetGeneratedKeys on @SqlUpdate methods to return multiple results as Lists or arrays (#2897, original PR by @​aharin, thank you!)

Commits
  • 094374e [maven-release-plugin] prepare release v3.51.0
  • ec689a6 add 3.51.0 release information
  • 167a311 code review feedback changes
  • 13346e6 native-image: reorganize tests to run in a single executable
  • cc06139 Merge pull request #2904 from hgschmie/get_generated_keys_list
  • cc26724 add release notes
  • 68231fb Update fix for #1807
  • fd8ebc0 Fix GetGeneratedKeys when return is a List
  • 98dd3bc release notes #2901
  • 093bb61 Make Slf4JSqlLogger level final
  • Additional commits viewable in compare view

Updates org.jdbi:jdbi3-sqlobject from 3.50.0 to 3.51.0

Release notes

Sourced from org.jdbi:jdbi3-sqlobject's releases.

3.51.0

  • Add new jackson3 artifact for Jackson 3 ( #2878 )

  • Support configuring log level for SqlLogger (#2901, thanks @​phinjensen! )

  • Update to SLF4J 2, to allow for configurable log levels in SqlLogger (#2902)

  • Deprecate for removal installPlugins plugin discovery. It's too easy to get yourself into trouble.

  • Support TYPE_USE @Nullable annotations like JSpecify ( #2899, thanks @​protocol7 ! )

  • Allow @GetGeneratedKeys on @SqlUpdate methods to return multiple results as Lists or arrays (#2897, original PR by @​aharin, thank you!)

Changelog

Sourced from org.jdbi:jdbi3-sqlobject's changelog.

3.51.0

  • Add new jackson3 artifact for Jackson 3 ( #2878 )

  • Support configuring log level for SqlLogger (#2901, thanks @​phinjensen! )

  • Update to SLF4J 2, to allow for configurable log levels in SqlLogger (#2902)

  • Deprecate for removal installPlugins plugin discovery. It's too easy to get yourself into trouble.

  • Support TYPE_USE @Nullable annotations like JSpecify ( #2899, thanks @​protocol7 ! )

  • Allow @GetGeneratedKeys on @SqlUpdate methods to return multiple results as Lists or arrays (#2897, original PR by @​aharin, thank you!)

Commits
  • 094374e [maven-release-plugin] prepare release v3.51.0
  • ec689a6 add 3.51.0 release information
  • 167a311 code review feedback changes
  • 13346e6 native-image: reorganize tests to run in a single executable
  • cc06139 Merge pull request #2904 from hgschmie/get_generated_keys_list
  • cc26724 add release notes
  • 68231fb Update fix for #1807
  • fd8ebc0 Fix GetGeneratedKeys when return is a List
  • 98dd3bc release notes #2901
  • 093bb61 Make Slf4JSqlLogger level final
  • Additional commits viewable in compare view

Updates org.jdbi:jdbi3-testing from 3.50.0 to 3.51.0

Release notes

Sourced from org.jdbi:jdbi3-testing's releases.

3.51.0

  • Add new jackson3 artifact for Jackson 3 ( #2878 )

  • Support configuring log level for SqlLogger (#2901, thanks @​phinjensen! )

  • Update to SLF4J 2, to allow for configurable log levels in SqlLogger (#2902)

  • Deprecate for removal installPlugins plugin discovery. It's too easy to get yourself into trouble.

  • Support TYPE_USE @Nullable annotations like JSpecify ( #2899, thanks @​protocol7 ! )

  • Allow @GetGeneratedKeys on @SqlUpdate methods to return multiple results as Lists or arrays (#2897, original PR by @​aharin, thank you!)

Changelog

Sourced from org.jdbi:jdbi3-testing's changelog.

3.51.0

  • Add new jackson3 artifact for Jackson 3 ( #2878 )

  • Support configuring log level for SqlLogger (#2901, thanks @​phinjensen! )

  • Update to SLF4J 2, to allow for configurable log levels in SqlLogger (#2902)

  • Deprecate for removal installPlugins plugin discovery. It's too easy to get yourself into trouble.

  • Support TYPE_USE @Nullable annotations like JSpecify ( #2899, thanks @​protocol7 ! )

  • Allow @GetGeneratedKeys on @SqlUpdate methods to return multiple results as Lists or arrays (#2897, original PR by @​aharin, thank you!)

Commits
  • 094374e [maven-release-plugin] prepare release v3.51.0
  • ec689a6 add 3.51.0 release information
  • 167a311 code review feedback changes
  • 13346e6 native-image: reorganize tests to run in a single executable
  • cc06139 Merge pull request #2904 from hgschmie/get_generated_keys_list
  • cc26724 add release notes
  • 68231fb Update fix for #1807
  • fd8ebc0 Fix GetGeneratedKeys when return is a List
  • 98dd3bc release notes #2901
  • 093bb61 Make Slf4JSqlLogger level final
  • Additional commits viewable in compare view

Updates org.jdbi:jdbi3-core from 3.50.0 to 3.51.0

Release notes

Sourced from org.jdbi:jdbi3-core's releases.

3.51.0

  • Add new jackson3 artifact for Jackson 3 ( #2878 )

  • Support configuring log level for SqlLogger (#2901, thanks @​phinjensen! )

  • Update to SLF4J 2, to allow for configurable log levels in SqlLogger (#2902)

  • Deprecate for removal installPlugins plugin discovery. It's too easy to get yourself into trouble.

  • Support TYPE_USE @Nullable annotations like JSpecify ( #2899, thanks @​protocol7 ! )

  • Allow @GetGeneratedKeys on @SqlUpdate methods to return multiple results as Lists or arrays (#2897, original PR by @​aharin, thank you!)

Changelog

Sourced from org.jdbi:jdbi3-core's changelog.

3.51.0

  • Add new jackson3 artifact for Jackson 3 ( #2878 )

  • Support configuring log level for SqlLogger (#2901, thanks @​phinjensen! )

  • Update to SLF4J 2, to allow for configurable log levels in SqlLogger (#2902)

  • Deprecate for removal installPlugins plugin discovery. It's too easy to get yourself into trouble.

  • Support TYPE_USE @Nullable annotations like JSpecify ( #2899, thanks @​protocol7 ! )

  • Allow @GetGeneratedKeys on @SqlUpdate methods to return multiple results as Lists or arrays (#2897, original PR by @​aharin, thank you!)

Commits
  • 094374e [maven-release-plugin] prepare release v3.51.0
  • ec689a6 add 3.51.0 release information
  • 167a311 code review feedback changes
  • 13346e6 native-image: reorganize tests to run in a single executable
  • cc06139 Merge pull request #2904 from hgschmie/get_generated_keys_list
  • cc26724 add release notes
  • 68231fb Update fix for #1807
  • fd8ebc0 Fix GetGeneratedKeys when return is a List
  • 98dd3bc release notes #2901
  • 093bb61 Make Slf4JSqlLogger level final
  • Additional commits viewable in compare view

Updates org.jdbi:jdbi3-noop-cache from 3.50.0 to 3.51.0

Release notes

Sourced from org.jdbi:jdbi3-noop-cache's releases.

3.51.0

  • Add new jackson3 artifact for Jackson 3 ( #2878 )

  • Support configuring log level for SqlLogger (#2901, thanks @​phinjensen! )

  • Update to SLF4J 2, to allow for configurable log levels in SqlLogger (#2902)

  • Deprecate for removal installPlugins plugin discovery. It's too easy to get yourself into trouble.

  • Support TYPE_USE @Nullable annotations like JSpecify ( #2899, thanks @​protocol7 ! )

  • Allow @GetGeneratedKeys on @SqlUpdate methods to return multiple results as Lists or arrays (#2897, original PR by @​aharin, thank you!)

Changelog

Sourced from org.jdbi:jdbi3-noop-cache's changelog.

3.51.0

  • Add new jackson3 artifact for Jackson 3 ( #2878 )

  • Support configuring log level for SqlLogger (#2901, thanks @​phinjensen! )

  • Update to SLF4J 2, to allow for configurable log levels in SqlLogger (#2902)

  • Deprecate for removal installPlugins plugin discovery. It's too easy to get yourself into trouble.

  • Support TYPE_USE @Nullable annotations like JSpecify ( #2899, thanks @​protocol7 ! )

  • Allow @GetGeneratedKeys on @SqlUpdate methods to return multiple results as Lists or arrays (#2897, original PR by @​aharin, thank you!)

Commits
  • 094374e [maven-release-plugin] prepare release v3.51.0
  • ec689a6 add 3.51.0 release information
  • 167a311 code review feedback changes
  • 13346e6 native-image: reorganize tests to run in a single executable
  • cc06139 Merge pull request #2904 from hgschmie/get_generated_keys_list
  • cc26724 add release notes
  • 68231fb Update fix for #1807
  • fd8ebc0 Fix GetGeneratedKeys when return is a List
  • 98dd3bc release notes #2901
  • 093bb61 Make Slf4JSqlLogger level final
  • Additional commits viewable in compare view

Updates org.jdbi:jdbi3-postgres from 3.50.0 to 3.51.0

Release notes

Sourced from org.jdbi:jdbi3-postgres's releases.

3.51.0

  • Add new jackson3 artifact for Jackson 3 ( #2878 )

  • Support configuring log level for SqlLogger (#2901, thanks @​phinjensen! )

  • Update to SLF4J 2, to allow for configurable log levels in SqlLogger (#2902)

  • Deprecate for removal installPlugins plugin discovery. It's too easy to get yourself into trouble.

  • Support TYPE_USE @Nullable annotations like JSpecify ( #2899, thanks @​protocol7 ! )

  • Allow @GetGeneratedKeys on @SqlUpdate methods to return multiple results as Lists or arrays (#2897, original PR by @​aharin, thank you!)

Changelog

Sourced from org.jdbi:jdbi3-postgres's changelog.

3.51.0

  • Add new jackson3 artifact for Jackson 3 ( #2878 )

  • Support configuring log level for SqlLogger (#2901, thanks @​phinjensen! )

  • Update to SLF4J 2, to allow for configurable log levels in SqlLogger (#2902)

  • Deprecate for removal installPlugins plugin discovery. It's too easy to get yourself into trouble.

  • Support TYPE_USE @Nullable annotations like JSpecify ( #2899, thanks @​protocol7 ! )

  • Allow @GetGeneratedKeys on @SqlUpdate methods to return multiple results as Lists or arrays (#2897, original PR by @​aharin, thank you!)

Commits
  • 094374e [maven-release-plugin] prepare release v3.51.0
  • ec689a6 add 3.51.0 release information
  • 167a311 code review feedback changes
  • 13346e6 native-image: reorganize tests to run in a single executable
  • cc06139 Merge pull request #2904 from hgschmie/get_generated_keys_list
  • cc26724 add release notes
  • 68231fb Update fix for #1807
  • fd8ebc0 Fix GetGeneratedKeys when return is a List
  • 98dd3bc release notes #2901
  • 093bb61 Make Slf4JSqlLogger level final
  • Additional commits viewable in compare view

Updates org.jdbi:jdbi3-sqlobject from 3.50.0 to 3.51.0

Release notes

Sourced from org.jdbi:jdbi3-sqlobject's releases.

3.51.0

  • Add new jackson3 artifact for Jackson 3 ( #2878 )

  • Support configuring log level for SqlLogger (#2901, thanks @​phinjensen! )

  • Update to SLF4J 2, to allow for configurable log levels in SqlLogger (#2902)

  • Deprecate for removal installPlugins plugin discovery. It's too easy to get yourself into trouble.

  • Support TYPE_USE @Nullable annotations like JSpecify ( #2899, thanks @​protocol7 ! )

  • Allow @GetGeneratedKeys on @SqlUpdate methods to return multiple results as Lists or arrays (#2897, original PR by @​aharin, thank you!)

Changelog

Sourced from org.jdbi:jdbi3-sqlobject's changelog.

3.51.0

  • Add new jackson3 artifact for Jackson 3 ( #2878 )

  • Support configuring log level for SqlLogger (#2901, thanks @​phinjensen! )

  • Update to SLF4J 2, to allow for configurable log levels in SqlLogger (#2902)

  • Deprecate for removal installPlugins plugin discovery. It's too easy to get yourself into trouble.

  • Support TYPE_USE @Nullable annotations like JSpecify ( #2899, thanks @​protocol7 ! )

  • Allow @GetGeneratedKeys on @SqlUpdate methods to return multiple results as Lists or arrays (#2897, original PR by @​aharin, thank you!)

Commits

Bumps the dev-dependencies group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [com.amazonaws:aws-java-sdk-dynamodb](https://github.com/aws/aws-sdk-java) | `1.12.794` | `1.12.795` |
| software.amazon.awssdk:bom | `2.40.3` | `2.40.8` |
| [org.immutables:value-annotations](https://github.com/immutables/immutables) | `2.11.7` | `2.12.0` |
| [org.immutables:value](https://github.com/immutables/immutables) | `2.11.7` | `2.12.0` |
| [org.jdbi:jdbi3-caffeine-cache](https://github.com/jdbi/jdbi) | `3.50.0` | `3.51.0` |
| [org.jdbi:jdbi3-core](https://github.com/jdbi/jdbi) | `3.50.0` | `3.51.0` |
| [org.jdbi:jdbi3-noop-cache](https://github.com/jdbi/jdbi) | `3.50.0` | `3.51.0` |
| [org.jdbi:jdbi3-postgres](https://github.com/jdbi/jdbi) | `3.50.0` | `3.51.0` |
| [org.jdbi:jdbi3-sqlobject](https://github.com/jdbi/jdbi) | `3.50.0` | `3.51.0` |
| [org.jdbi:jdbi3-testing](https://github.com/jdbi/jdbi) | `3.50.0` | `3.51.0` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.21` | `1.5.22` |
| [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) | `1.5.21` | `1.5.22` |
| [io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer) | `1.16.0` | `1.16.1` |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.20.0` | `5.21.0` |
| [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) | `5.20.0` | `5.21.0` |


Updates `com.amazonaws:aws-java-sdk-dynamodb` from 1.12.794 to 1.12.795
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.794...1.12.795)

Updates `software.amazon.awssdk:bom` from 2.40.3 to 2.40.8

Updates `org.immutables:value-annotations` from 2.11.7 to 2.12.0
- [Release notes](https://github.com/immutables/immutables/releases)
- [Commits](immutables/immutables@2.11.7...2.12.0)

Updates `org.immutables:value` from 2.11.7 to 2.12.0
- [Release notes](https://github.com/immutables/immutables/releases)
- [Commits](immutables/immutables@2.11.7...2.12.0)

Updates `org.immutables:value` from 2.11.7 to 2.12.0
- [Release notes](https://github.com/immutables/immutables/releases)
- [Commits](immutables/immutables@2.11.7...2.12.0)

Updates `org.jdbi:jdbi3-caffeine-cache` from 3.50.0 to 3.51.0
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.50.0...v3.51.0)

Updates `org.jdbi:jdbi3-core` from 3.50.0 to 3.51.0
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.50.0...v3.51.0)

Updates `org.jdbi:jdbi3-noop-cache` from 3.50.0 to 3.51.0
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.50.0...v3.51.0)

Updates `org.jdbi:jdbi3-postgres` from 3.50.0 to 3.51.0
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.50.0...v3.51.0)

Updates `org.jdbi:jdbi3-sqlobject` from 3.50.0 to 3.51.0
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.50.0...v3.51.0)

Updates `org.jdbi:jdbi3-testing` from 3.50.0 to 3.51.0
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.50.0...v3.51.0)

Updates `org.jdbi:jdbi3-core` from 3.50.0 to 3.51.0
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.50.0...v3.51.0)

Updates `org.jdbi:jdbi3-noop-cache` from 3.50.0 to 3.51.0
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.50.0...v3.51.0)

Updates `org.jdbi:jdbi3-postgres` from 3.50.0 to 3.51.0
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.50.0...v3.51.0)

Updates `org.jdbi:jdbi3-sqlobject` from 3.50.0 to 3.51.0
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.50.0...v3.51.0)

Updates `org.jdbi:jdbi3-testing` from 3.50.0 to 3.51.0
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.50.0...v3.51.0)

Updates `ch.qos.logback:logback-classic` from 1.5.21 to 1.5.22
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.21...v_1.5.22)

Updates `ch.qos.logback:logback-core` from 1.5.21 to 1.5.22
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.21...v_1.5.22)

Updates `ch.qos.logback:logback-core` from 1.5.21 to 1.5.22
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.21...v_1.5.22)

Updates `io.micrometer:micrometer-core` from 1.16.0 to 1.16.1
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.16.0...v1.16.1)

Updates `org.mockito:mockito-core` from 5.20.0 to 5.21.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.20.0...v5.21.0)

Updates `org.mockito:mockito-junit-jupiter` from 5.20.0 to 5.21.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.20.0...v5.21.0)

Updates `org.mockito:mockito-junit-jupiter` from 5.20.0 to 5.21.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.20.0...v5.21.0)

---
updated-dependencies:
- dependency-name: com.amazonaws:aws-java-sdk-dynamodb
  dependency-version: 1.12.795
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.40.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.immutables:value-annotations
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.immutables:value
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.immutables:value
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-caffeine-cache
  dependency-version: 3.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-core
  dependency-version: 3.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-noop-cache
  dependency-version: 3.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-postgres
  dependency-version: 3.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-sqlobject
  dependency-version: 3.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-testing
  dependency-version: 3.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-core
  dependency-version: 3.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-noop-cache
  dependency-version: 3.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-postgres
  dependency-version: 3.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-sqlobject
  dependency-version: 3.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-testing
  dependency-version: 3.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.5.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: ch.qos.logback:logback-core
  dependency-version: 1.5.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: ch.qos.logback:logback-core
  dependency-version: 1.5.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.micrometer:micrometer-core
  dependency-version: 1.16.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.21.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.21.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.21.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 Dec 15, 2025
@github-actions github-actions bot merged commit eca4292 into main Dec 15, 2025
5 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/dev-dependencies-f3a01498b1 branch December 15, 2025 16:21
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