Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2025

Bumps the dependencies group with 20 updates:

Package From To
com.amazonaws:aws-java-sdk-bom 1.12.785 1.12.787
com.github.ben-manes.caffeine:caffeine 3.2.0 3.2.1
com.fasterxml.jackson.core:jackson-core 2.19.0 2.19.1
com.fasterxml.jackson.core:jackson-databind 2.19.0 2.19.1
com.fasterxml.jackson.dataformat:jackson-dataformat-xml 2.19.0 2.19.1
com.fasterxml.jackson.datatype:jackson-datatype-jdk8 2.19.0 2.19.1
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.19.0 2.19.1
com.fasterxml.jackson.module:jackson-module-parameter-names 2.19.0 2.19.1
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.19.0 2.19.1
com.fasterxml.jackson.module:jackson-module-kotlin 2.19.0 2.19.1
com.fasterxml.jackson.module:jackson-module-afterburner 2.19.0 2.19.1
com.fasterxml.jackson.module:jackson-module-blackbird 2.19.0 2.19.1
com.fasterxml.jackson.datatype:jackson-datatype-hibernate5 2.19.0 2.19.1
com.fasterxml.jackson.core:jackson-annotations 2.19.0 2.19.1
io.swagger.core.v3:swagger-annotations 2.2.32 2.2.33
io.swagger.core.v3:swagger-models 2.2.32 2.2.33
org.hibernate.orm:hibernate-core 6.6.17.Final 6.6.18.Final
org.jdbi:jdbi3-core 3.49.4 3.49.5
software.amazon.awssdk:bom 2.31.59 2.31.63
io.projectreactor:reactor-core 3.7.6 3.7.7

Updates com.amazonaws:aws-java-sdk-bom from 1.12.785 to 1.12.787

Changelog

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

1.12.787 2025-06-11

AWS SDK for Java

  • Features

    • Added support for KualaLumpur, Bangkok, Queretaro, us-isof-east-1, isof-south-1, Taipei Regions.

1.12.786 2025-06-10

AWS SDK for Java

  • Features

    • Support for protocols service model field and x-amzn-query-mode header

1.12.784 2025-06-02

Amazon DynamoDB

  • Bugfixes

    • Avoid silently throwing exception when retrieving account ID from resource name

1.12.783 2025-04-30

Amazon S3

  • Features

    • Abort multipart download if object is modified during download.

1.12.782 2025-02-19

AWS SDK for Java

  • Features

    • Add account endpoint business metrics to user agent

1.12.781 2025-02-12

Amazon Kinesis Video Streams

  • Features

    • Update Netty version to 4.1.118.Final

1.12.780 2024-12-12

Amazon Simple Storage Service

  • Bugfixes

    • AWS SDK for Java 1.x now includes additional validation for Amazon S3 client APIs to handle scenarios where an empty string ('') is passed as the key argument to the following operations: PutObject, DeleteObject, ListObjects, GetObjectMetaData, ListObjectsV2, SetObjectTagging, GetObjectTagging, SetObjectAcl, GetObjectAcl, SetObjectLegalHold, GetObjectLegalHold, CopyObject, CopyPart, SelectObjectContent, SetObjectRetention, GetObjectRetention, AbortMultipartUpload, CompleteMultipartUpload, InitiateMultipartUpload, ListParts, UploadPart, RestoreObjectV2, and RestoreObject. The SDK will validate the key argument and throw an exception if it is an empty string, ensuring correct and expected behavior.

1.12.778 2024-11-13

Amazon Kinesis Video Streams

  • Features

    • Update Netty version to 4.1.115.Final

1.12.774 2024-10-16

Amazon Simple Storage Service

  • Features

    • Add support for the new optional bucket-region and prefix query parameters in the ListBuckets API. For ListBuckets requests that express pagination, Amazon S3 will now return both the bucket names and associated AWS regions in the response.

1.12.771 2024-09-04

AWS SDK for Java

... (truncated)

Commits
  • caf5724 AWS SDK for Java 1.12.787
  • e227332 Update GitHub version number to 1.12.787-SNAPSHOT
  • 17f7792 AWS SDK for Java 1.12.786
  • 7683888 Update GitHub version number to 1.12.786-SNAPSHOT
  • See full diff in compare view

Updates com.github.ben-manes.caffeine:caffeine from 3.2.0 to 3.2.1

Release notes

Sourced from com.github.ben-manes.caffeine:caffeine's releases.

3.2.1

  • Fixed computeIfAbsent for an async cache's synchronous view to retry if incomplete
  • Improved CaffeineSpec when being reflectively constructed (#1839)
  • Improved the handling of negative durations with variable expiration
  • Fixed intermittent null after replacing a weak/soft value (#1820)
Commits
  • 56b69c7 minor touchups
  • b0264b9 remove unnecessary @​CanIgnoreReturnValue usages for stricter checking
  • e0963ed remove unreachable code
  • 29bc5f1 fix intermittent nulls after replacing a weak/soft value on aarch64
  • dade1b1 minor touchups and dependency updates
  • 786d1c8 Use stronger memory order to avoid publication races (fixes #1820)
  • d44264a fix async cache's synchronous computeIfAbsent to retry if incomplete
  • c6af784 remove workaround for historic fork-join pool bugs fixed in jdk8
  • 08f80f4 increase multi-threaded test coverage
  • af2e295 add test case for the interner's retry loop
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-core from 2.19.0 to 2.19.1

Commits
  • 2272fcf [maven-release-plugin] prepare release jackson-core-2.19.1
  • 6d2236e Prep for 2.19.1
  • 8ce4f66 Merge branch '2.18' into 2.19
  • f448625 Disable "release" WF
  • 662e818 Merge branch '2.18' into 2.19
  • b5ed8a2 Back to 2.18.5-SNAPSHOT settings
  • 91dfb78 [maven-release-plugin] prepare for next development iteration
  • c7a9268 [maven-release-plugin] prepare release jackson-core-2.18.4.1
  • f69e1ad Try again to publish 2.18.4.1
  • 2911417 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

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

Commits

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-xml from 2.19.0 to 2.19.1

Commits
  • 86cc1b8 [maven-release-plugin] prepare release jackson-dataformat-xml-2.19.1
  • 1d9728f Prep for 2.19.1
  • fe3601b Manual pom.xml merge
  • b2d026d Merge branch '2.18' into 2.19
  • c079159 Update snapshot access to Central Portal
  • 19dd980 Change Woodstox/stax2 deps wrt jackson-bom/99 (#759)
  • 888835d Merge branch '2.18' into 2.19
  • 55f4ec6 Fix CI wrt branch constraints
  • bc83c38 ...
  • 5f1693a Merge branch '2.18' into 2.19
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.datatype:jackson-datatype-jdk8 from 2.19.0 to 2.19.1

Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.19.0 to 2.19.1

Updates com.fasterxml.jackson.module:jackson-module-parameter-names from 2.19.0 to 2.19.1

Commits
  • 35f72f1 [maven-release-plugin] prepare release jackson-modules-java8-2.19.1
  • 0ab8b7f Prep for 2.19.1
  • 0feeaf3 Manual pom.xml merge
  • 626c02c Merge branch '2.18' into 2.19
  • b46cdff Update to use Central Portal snapshot repo
  • 4096534 Merge branch '2.18' into 2.19
  • c75759d Back to snapshot dep
  • 6613960 [maven-release-plugin] prepare for next development iteration
  • 262633e [maven-release-plugin] prepare release jackson-modules-java8-2.18.4
  • 56d6b4a Prep for 2.18.4
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.19.0 to 2.19.1

Commits
  • 58246bf [maven-release-plugin] prepare release jackson-dataformats-text-2.19.1
  • c0ad1a8 Prep for 2.19.1
  • 77ad244 Manual pom.xml merge
  • 247b42b Merge branch '2.18' into 2.19
  • 82bcafa Udpate snapshot access to Central Portal
  • 24afe40 Merge branch '2.18' into 2.19
  • 57188ef Fix CI wrt branch constraints
  • ed0fc71 Merge branch '2.18' into 2.19
  • 300e1f6 Back to snapshot dep
  • cea427d [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.module:jackson-module-kotlin from 2.19.0 to 2.19.1

Commits
  • 439c45e [maven-release-plugin] prepare release jackson-module-kotlin-2.19.1
  • cfa10de Prep for 2.19.1
  • ae9769c Merge pull request #1006 from k163377/fix-dir
  • 31cb604 Fix to correctly hierarchize directories
  • 2a637fc Merge pull request #1005 from k163377/add-value-class-ser-tests
  • 5a29ae5 Add serialization test cases for value classes
  • cf0bdc8 Fix redundant package names
  • 7cf0f24 Merge pull request #1003 from k163377/add-comments
  • 3811252 Added comments regarding Duration conversion
  • e59ebd2 Manual pom.xml merge
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.module:jackson-module-afterburner from 2.19.0 to 2.19.1

Commits
  • b113c7f [maven-release-plugin] prepare release jackson-modules-base-2.19.1
  • c68f848 Prep for 2.19.1
  • a83dd85 Manual merge of pom.xml
  • 33db878 Merge branch '2.18' into 2.19
  • 0dc5682 Fix publishing to use Central Portal
  • c6bec78 Merge branch '2.18' into 2.19
  • c7adc3f Back to snapshot dep
  • 1e06b57 [maven-release-plugin] prepare for next development iteration
  • fcf0dff [maven-release-plugin] prepare release jackson-modules-base-2.18.4
  • 752c4d9 Prep for 2.18.4
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.module:jackson-module-blackbird from 2.19.0 to 2.19.1

Commits
  • b113c7f [maven-release-plugin] prepare release jackson-modules-base-2.19.1
  • c68f848 Prep for 2.19.1
  • a83dd85 Manual merge of pom.xml
  • 33db878 Merge branch '2.18' into 2.19
  • 0dc5682 Fix publishing to use Central Portal
  • c6bec78 Merge branch '2.18' into 2.19
  • c7adc3f Back to snapshot dep
  • 1e06b57 [maven-release-plugin] prepare for next development iteration
  • fcf0dff [maven-release-plugin] prepare release jackson-modules-base-2.18.4
  • 752c4d9 Prep for 2.18.4
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.datatype:jackson-datatype-hibernate5 from 2.19.0 to 2.19.1

Commits
  • 334e456 [maven-release-plugin] prepare release jackson-datatype-hibernate-parent-2.19.1
  • e578a55 Prep for 2.19.1
  • 99d2978 Manual pom.xml merge
  • 19dd780 Merge branch '2.18' into 2.19
  • d200a90 Update snapshot access to go via Central Portal
  • dc09724 Merge branch '2.18' into 2.19
  • 0d31e32 Back to snapshot dep
  • cd14f43 [maven-release-plugin] prepare for next development iteration
  • cf92598 [maven-release-plugin] prepare release jackson-datatype-hibernate-parent-2.18.4
  • 217639a Prep for 2.18.4
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-annotations from 2.19.0 to 2.19.1

Commits

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

Commits

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-xml from 2.19.0 to 2.19.1

Commits
  • 86cc1b8 [maven-release-plugin] prepare release jackson-dataformat-xml-2.19.1
  • 1d9728f Prep for 2.19.1
  • fe3601b Manual pom.xml merge
  • b2d026d Merge branch '2.18' into 2.19
  • c079159 Update snapshot access to Central Portal
  • 19dd980 Change Woodstox/stax2 deps wrt jackson-bom/99 (#759)
  • 888835d Merge branch '2.18' into 2.19
  • 55f4ec6 Fix CI wrt branch constraints
  • bc83c38 ...
  • 5f1693a Merge branch '2.18' into 2.19
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.datatype:jackson-datatype-jdk8 from 2.19.0 to 2.19.1

Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.19.0 to 2.19.1

Updates com.fasterxml.jackson.module:jackson-module-parameter-names from 2.19.0 to 2.19.1

Commits
  • 35f72f1 [maven-release-plugin] prepare release jackson-modules-java8-2.19.1
  • 0ab8b7f Prep for 2.19.1
  • 0feeaf3 Manual pom.xml merge
  • 626c02c Merge branch '2.18' into 2.19
  • b46cdff Update to use Central Portal snapshot repo
  • 4096534 Merge branch '2.18' into 2.19
  • c75759d Back to snapshot dep
  • 6613960 [maven-release-plugin] prepare for next development iteration
  • 262633e [maven-release-plugin] prepare release jackson-modules-java8-2.18.4
  • 56d6b4a Prep for 2.18.4
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.19.0 to 2.19.1

Commits
  • 58246bf [maven-release-plugin] prepare release jackson-dataformats-text-2.19.1
  • c0ad1a8 Prep for 2.19.1
  • 77ad244 Manual pom.xml merge
  • 247b42b Merge branch '2.18' into 2.19
  • 82bcafa Udpate snapshot access to Central Portal
  • 24afe40 Merge branch '2.18' into 2.19
  • 57188ef Fix CI wrt branch constraints
  • ed0fc71 Merge branch '2.18' into 2.19
  • 300e1f6 Back to snapshot dep
  • cea427d [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.module:jackson-module-kotlin from 2.19.0 to 2.19.1

Commits
  • 439c45e [maven-release-plugin] prepare release jackson-module-kotlin-2.19.1
  • cfa10de Prep for 2.19.1
  • ae9769c Merge pull request #1006 from k163377/fix-dir
  • 31cb604 Fix to correctly hierarchize directories
  • 2a637fc Merge pull request #1005 from k163377/add-value-class-ser-tests
  • 5a29ae5 Add serialization test cases for value classes
  • cf0bdc8 Fix redundant package names
  • 7cf0f24 Merge pull request #1003 from k163377/add-comments
  • 3811252 Added comments regarding Duration conversion
  • e59ebd2 Manual pom.xml merge
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.module:jackson-module-afterburner from 2.19.0 to 2.19.1

Commits
  • b113c7f [maven-release-plugin] prepare release jackson-modules-base-2.19.1
  • c68f848 Prep for 2.19.1
  • a83dd85 Manual merge of pom.xml
  • 33db878 Merge branch '2.18' into 2.19
  • 0dc5682 Fix publishing to use Central Portal
  • c6bec78 Merge branch '2.18' into 2.19
  • c7adc3f Back to snapshot dep
  • 1e06b57 [maven-release-plugin] prepare for next development iteration
  • fcf0dff [maven-release-plugin] prepare release jackson-modules-base-2.18.4
  • 752c4d9 Prep for 2.18.4
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.module:jackson-module-blackbird from 2.19.0 to 2.19.1

Commits
  • b113c7f [maven-release-plugin] prepare release jackson-modules-base-2.19.1
  • c68f848 Prep for 2.19.1
  • a83dd85 Manual merge of pom.xml
  • 33db878 Merge branch '2.18' into 2.19
  • 0dc5682 Fix publishing to use Central Portal
  • c6bec78 Merge branch '2.18' into 2.19
  • c7adc3f Back to snapshot dep
  • 1e06b57 [maven-release-plugin] prepare for next development iteration
  • fcf0dff [maven-release-plugin] prepare release jackson-modules-base-2.18.4
  • 752c4d9 Prep for 2.18.4
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.datatype:jackson-datatype-hibernate5 from 2.19.0 to 2.19.1

Commits
  • 334e456 [maven-release-plugin] prepare release jackson-datatype-hibernate-parent-2.19.1
  • e578a55 Prep for 2.19.1
  • 99d2978 Manual pom.xml merge
  • 19dd780 Merge branch '2.18' into 2.19
  • d200a90 Update snapshot access to go via Central Portal
  • dc09724 Merge branch '2.18' into 2.19
  • 0d31e32 Back to snapshot dep
  • cd14f43 [maven-release-plugin] prepare for next development iteration
  • cf92598 [maven-release-plugin] prepare release jackson-datatype-hibernate-parent-2.18.4
  • 217639a Prep for 2.18.4
  • Additional commits viewable in compare view

Updates io.swagger.core.v3:swagger-annotations from 2.2.32 to 2.2.33

Updates io.swagger.core.v3:swagger-models from 2.2.32 to 2.2.33

Updates io.swagger.core.v3:swagger-models from 2.2.32 to 2.2.33

Updates org.hibernate.orm:hibernate-core from 6.6.17.Final to 6.6.18.Final

Release notes

Sourced from org.hibernate.orm:hibernate-core's releases.

Hibernate ORM 6.6.18.Final released

Today, we published a new release of Hibernate ORM 6.6: 6.6.18.Final.

You can find the full list of 6.6.18.Final changes here.

What's new

This release introduces a few minor improvements as well as bug fixes.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Changelog

Sourced from org.hibernate.orm:hibernate-core's changelog.

Changes in 6.6.18.Final (June 13, 2025)

https://hibernate.atlassian.net/projects/HHH/versions/33703

** Bug * [HHH-19533] - Implement equals() and hashCode() for NativeQueryConstructorTransformer * [HHH-19529] - Check bytecode generated classes with stable names class loaders * [HHH-18891] - java.lang.AssertionError generated in getResolvedInstance even though NotFound IGNORE set * [HHH-18876] - ArrayInitializer#resolveInstanceSubInitializers should consider @​ListIndexBase * [HHH-18771] - ListInitializer should consistently consider @​ListIndexBase

Commits
  • 278858d Pre-steps for release : 6.6.18.Final
  • d9876d6 implement equals() / hashCode() for NativeQueryConstructorTransformer
  • aefc2d1 HHH-18891 fix of an AssertionError when using a NotFound annotation
  • b8304a9 HHH-18876 ArrayIndexOutOfBoundsException in ArrayInitializer with ListIndexBase
  • 500f2d9 HHH-18771: If positive, substract listIndexBase from index
  • 26f6d86 HHH-18771: Create test reproducing the problem
  • 4f9e5c1 HHH-19529 Check bytecode generated classes with stable names class loaders to...
  • 8ac3d19 Limit disk usage of TCK reports
  • 10d2c4d Post-steps for release : 6.6.17.Final
  • See full diff in compare view

Updates org.jdbi:jdbi3-core from 3.49.4 to 3.49.5

Release notes

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

3.49.5

  • Fix SerializableTransactionRunner retry with failures wrapped in batch exceptions
Changelog

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

3.49.5

  • Fix SerializableTransactionRunner retry with failures wrapped in batch exceptions
Commits
  • 539a0e8 [maven-release-plugin] prepare release v3.49.5
  • 97d24ea Release notes 3.49.5
  • 986484c TestPreparedBatchGenerateKeysPostgres: reduce dependency on current time
  • 3ad0db0 spring 6.2.7 fixes CVE-2024-38820
  • e7cc397 junit 5.13.0
  • 7d10555 SerializableTransactionRunner: handle serialization failures that happen in b...
  • ae1cd73 Mark spotbugs-annotations as optional so it does not end up in transitive dep...
  • e9d29d2 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates com.fasterxml.jackson.core:jackson-annotations from 2.19.0 to 2.19.1

Commits

Updates software.amazon.awssdk:bom from 2.31.59 to 2.31.63

Updates io.projectreactor:reactor-core from 3.7.6 to 3.7.7

Release notes

Sourced from io.projectreactor:reactor-core's releases.

v3.7.7

Reactor Core 3.7.7 is part of 2024.0.7 Release Train.

What's Changed

✨ New features and improvements

  • Bump io.projectreactor.tools:blockhound from 1.0.11.RELEASE to 1.0.13.RELEASE by @​dependabot in #4030
  • Depend on Micrometer 1.14.8 by @​violetagg in 78f477ddc11e7602cf42a19f487fd81d2d70a214
  • Depend on Micrometer Tracing 1.4.7 by @​violetagg in 78f477ddc11e7602cf42a19f487fd81d2d70a214

Full Changelog: reactor/reactor-core@v3.7.6...v3.7.7

Commits
  • 78f477d [release] Prepare and release 3.7.7
  • 506df59 Merge-ignore release 3.6.18 into 3.7.7
  • d66136e [release] Next development version 3.6.19-SNAPSHOT
  • 7b20f49 [release] Prepare and release 3.6.18
  • cbebd20 Merge #4032 into 3.7.7
  • 9d2a52e Bump org.junit:junit-bom from 5.12.2 to 5.13.0 (#4032)
  • c008dcd Merge #4030 into 3.7.7
  • 0610f55 Bump io.projectreactor.tools:blockhound from 1.0.11.RELEASE to 1.0.13.RELEASE...
  • bbc09d1 Merge #4029 into 3.7.7
  • 0360f36 Bump org.gradle.toolchains.foojay-resolver-convention from 0.10.0 to 1.0.0 (#...
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
org.hibernate.orm:hibernate-core [>= 7.a0, < 8]

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 dependencies group with 20 updates:

| Package | From | To |
| --- | --- | --- |
| [com.amazonaws:aws-java-sdk-bom](https://github.com/aws/aws-sdk-java) | `1.12.785` | `1.12.787` |
| [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) | `3.2.0` | `3.2.1` |
| [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `2.19.0` | `2.19.1` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.19.0` | `2.19.1` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) | `2.19.0` | `2.19.1` |
| com.fasterxml.jackson.datatype:jackson-datatype-jdk8 | `2.19.0` | `2.19.1` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.19.0` | `2.19.1` |
| [com.fasterxml.jackson.module:jackson-module-parameter-names](https://github.com/FasterXML/jackson-modules-java8) | `2.19.0` | `2.19.1` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) | `2.19.0` | `2.19.1` |
| [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.19.0` | `2.19.1` |
| [com.fasterxml.jackson.module:jackson-module-afterburner](https://github.com/FasterXML/jackson-modules-base) | `2.19.0` | `2.19.1` |
| [com.fasterxml.jackson.module:jackson-module-blackbird](https://github.com/FasterXML/jackson-modules-base) | `2.19.0` | `2.19.1` |
| [com.fasterxml.jackson.datatype:jackson-datatype-hibernate5](https://github.com/FasterXML/jackson-datatype-hibernate) | `2.19.0` | `2.19.1` |
| [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) | `2.19.0` | `2.19.1` |
| io.swagger.core.v3:swagger-annotations | `2.2.32` | `2.2.33` |
| io.swagger.core.v3:swagger-models | `2.2.32` | `2.2.33` |
| [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) | `6.6.17.Final` | `6.6.18.Final` |
| [org.jdbi:jdbi3-core](https://github.com/jdbi/jdbi) | `3.49.4` | `3.49.5` |
| software.amazon.awssdk:bom | `2.31.59` | `2.31.63` |
| [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) | `3.7.6` | `3.7.7` |


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

Updates `com.github.ben-manes.caffeine:caffeine` from 3.2.0 to 3.2.1
- [Release notes](https://github.com/ben-manes/caffeine/releases)
- [Commits](ben-manes/caffeine@v3.2.0...v3.2.1)

Updates `com.fasterxml.jackson.core:jackson-core` from 2.19.0 to 2.19.1
- [Commits](FasterXML/jackson-core@jackson-core-2.19.0...jackson-core-2.19.1)

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

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.19.0 to 2.19.1
- [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.19.0...jackson-dataformat-xml-2.19.1)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.19.0 to 2.19.1

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.19.0 to 2.19.1

Updates `com.fasterxml.jackson.module:jackson-module-parameter-names` from 2.19.0 to 2.19.1
- [Commits](FasterXML/jackson-modules-java8@jackson-modules-java8-2.19.0...jackson-modules-java8-2.19.1)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.19.0 to 2.19.1
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.19.0...jackson-dataformats-text-2.19.1)

Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.19.0 to 2.19.1
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.19.0...jackson-module-kotlin-2.19.1)

Updates `com.fasterxml.jackson.module:jackson-module-afterburner` from 2.19.0 to 2.19.1
- [Commits](FasterXML/jackson-modules-base@jackson-modules-base-2.19.0...jackson-modules-base-2.19.1)

Updates `com.fasterxml.jackson.module:jackson-module-blackbird` from 2.19.0 to 2.19.1
- [Commits](FasterXML/jackson-modules-base@jackson-modules-base-2.19.0...jackson-modules-base-2.19.1)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-hibernate5` from 2.19.0 to 2.19.1
- [Commits](FasterXML/jackson-datatype-hibernate@jackson-datatype-hibernate-parent-2.19.0...jackson-datatype-hibernate-parent-2.19.1)

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

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

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.19.0 to 2.19.1
- [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.19.0...jackson-dataformat-xml-2.19.1)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.19.0 to 2.19.1

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.19.0 to 2.19.1

Updates `com.fasterxml.jackson.module:jackson-module-parameter-names` from 2.19.0 to 2.19.1
- [Commits](FasterXML/jackson-modules-java8@jackson-modules-java8-2.19.0...jackson-modules-java8-2.19.1)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.19.0 to 2.19.1
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.19.0...jackson-dataformats-text-2.19.1)

Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.19.0 to 2.19.1
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.19.0...jackson-module-kotlin-2.19.1)

Updates `com.fasterxml.jackson.module:jackson-module-afterburner` from 2.19.0 to 2.19.1
- [Commits](FasterXML/jackson-modules-base@jackson-modules-base-2.19.0...jackson-modules-base-2.19.1)

Updates `com.fasterxml.jackson.module:jackson-module-blackbird` from 2.19.0 to 2.19.1
- [Commits](FasterXML/jackson-modules-base@jackson-modules-base-2.19.0...jackson-modules-base-2.19.1)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-hibernate5` from 2.19.0 to 2.19.1
- [Commits](FasterXML/jackson-datatype-hibernate@jackson-datatype-hibernate-parent-2.19.0...jackson-datatype-hibernate-parent-2.19.1)

Updates `io.swagger.core.v3:swagger-annotations` from 2.2.32 to 2.2.33

Updates `io.swagger.core.v3:swagger-models` from 2.2.32 to 2.2.33

Updates `io.swagger.core.v3:swagger-models` from 2.2.32 to 2.2.33

Updates `org.hibernate.orm:hibernate-core` from 6.6.17.Final to 6.6.18.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.18/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.17...6.6.18)

Updates `org.jdbi:jdbi3-core` from 3.49.4 to 3.49.5
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.49.4...v3.49.5)

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

Updates `software.amazon.awssdk:bom` from 2.31.59 to 2.31.63

Updates `io.projectreactor:reactor-core` from 3.7.6 to 3.7.7
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.7.6...v3.7.7)

---
updated-dependencies:
- dependency-name: com.amazonaws:aws-java-sdk-bom
  dependency-version: 1.12.787
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.github.ben-manes.caffeine:caffeine
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.module:jackson-module-parameter-names
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.module:jackson-module-afterburner
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.module:jackson-module-blackbird
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-hibernate5
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.module:jackson-module-parameter-names
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.module:jackson-module-afterburner
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.module:jackson-module-blackbird
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-hibernate5
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.swagger.core.v3:swagger-annotations
  dependency-version: 2.2.33
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.swagger.core.v3:swagger-models
  dependency-version: 2.2.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.swagger.core.v3:swagger-models
  dependency-version: 2.2.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-version: 6.6.18.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jdbi:jdbi3-core
  dependency-version: 3.49.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.31.63
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.projectreactor:reactor-core
  dependency-version: 3.7.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: 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 Jun 16, 2025
@jknack jknack added this to the 3.10.0 milestone Jun 21, 2025
@jknack jknack merged commit 9fd93cc into 3.x Jun 21, 2025
4 of 5 checks passed
@dependabot dependabot bot deleted the dependabot/maven/dependencies-fe89a80976 branch June 21, 2025 15: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.

2 participants