Skip to content

Bump the dev-dependencies group with 12 updates#25

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/gradle/dev-dependencies-cb13115ac4
Jun 16, 2025
Merged

Bump the dev-dependencies group with 12 updates#25
github-actions[bot] merged 1 commit intomainfrom
dependabot/gradle/dev-dependencies-cb13115ac4

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dev-dependencies group with 12 updates:

Package From To
com.amazonaws:aws-java-sdk-dynamodb 1.12.785 1.12.787
software.amazon.awssdk:bom 2.31.59 2.31.63
com.fasterxml.jackson.core:jackson-annotations 2.19.0 2.19.1
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.19.0 2.19.1
com.fasterxml.jackson.datatype:jackson-datatype-jdk8 2.19.0 2.19.1
org.jdbi:jdbi3-core 3.49.4 3.49.5
org.jdbi:jdbi3-caffeine-cache 3.49.4 3.49.5
org.jdbi:jdbi3-noop-cache 3.49.4 3.49.5
org.jdbi:jdbi3-postgres 3.49.4 3.49.5
org.jdbi:jdbi3-sqlobject 3.49.4 3.49.5
org.jdbi:jdbi3-testing 3.49.4 3.49.5
io.micrometer:micrometer-core 1.15.0 1.15.1

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

Changelog

Sourced from com.amazonaws:aws-java-sdk-dynamodb'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 software.amazon.awssdk:bom from 2.31.59 to 2.31.63

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

Commits

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.datatype:jackson-datatype-jdk8 from 2.19.0 to 2.19.1

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.datatype:jackson-datatype-jdk8 from 2.19.0 to 2.19.1

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 org.jdbi:jdbi3-caffeine-cache from 3.49.4 to 3.49.5

Release notes

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

3.49.5

  • Fix SerializableTransactionRunner retry with failures wrapped in batch exceptions
Changelog

Sourced from org.jdbi:jdbi3-caffeine-cache'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 org.jdbi:jdbi3-noop-cache from 3.49.4 to 3.49.5

Release notes

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

3.49.5

  • Fix SerializableTransactionRunner retry with failures wrapped in batch exceptions
Changelog

Sourced from org.jdbi:jdbi3-noop-cache'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 org.jdbi:jdbi3-postgres from 3.49.4 to 3.49.5

Release notes

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

3.49.5

  • Fix SerializableTransactionRunner retry with failures wrapped in batch exceptions
Changelog

Sourced from org.jdbi:jdbi3-postgres'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 org.jdbi:jdbi3-sqlobject from 3.49.4 to 3.49.5

Release notes

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

3.49.5

  • Fix SerializableTransactionRunner retry with failures wrapped in batch exceptions
Changelog

Sourced from org.jdbi:jdbi3-sqlobject'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 org.jdbi:jdbi3-testing from 3.49.4 to 3.49.5

Release notes

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

3.49.5

  • Fix SerializableTransactionRunner retry with failures wrapped in batch exceptions
Changelog

Sourced from org.jdbi:jdbi3-testing'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 org.jdbi:jdbi3-caffeine-cache from 3.49.4 to 3.49.5

Release notes

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

3.49.5

  • Fix SerializableTransactionRunner retry with failures wrapped in batch exceptions
Changelog

Sourced from org.jdbi:jdbi3-caffeine-cache'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 org.jdbi:jdbi3-noop-cache from 3.49.4 to 3.49.5

Release notes

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

3.49.5

  • Fix SerializableTransactionRunner retry with failures wrapped in batch exceptions
Changelog

Sourced from org.jdbi:jdbi3-noop-cache'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 org.jdbi:jdbi3-postgres from 3.49.4 to 3.49.5

Release notes

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

3.49.5

  • Fix SerializableTransactionRunner retry with failures wrapped in batch exceptions
Changelog

Sourced from org.jdbi:jdbi3-postgres'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 org.jdbi:jdbi3-sqlobject from 3.49.4 to 3.49.5

Release notes

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

3.49.5

  • Fix SerializableTransactionRunner retry with failures wrapped in batch exceptions
Changelog

Sourced from org.jdbi:jdbi3-sqlobject'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 org.jdbi:jdbi3-testing from 3.49.4 to 3.49.5

Release notes

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

3.49.5

  • Fix SerializableTransactionRunner retry with failures wrapped in batch exceptions
Changelog

Sourced from org.jdbi:jdbi3-testing'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 io.micrometer:micrometer-core from 1.15.0 to 1.15.1

Release notes

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

1.15.1

🐞 Bug Fixes

  • IndexProviderFactory throws ConcurrentModificationException #6243
  • Make InstrumentationVerificationTests compatible with JUnit 5.13 and earlier versions #6344
  • gRPC client interceptor incorrectly registers status CANCELLED as error #6261

🔨 Dependency Upgrades

  • Bump software.amazon.awssdk:cloudwatch from 2.31.41 to 2.31.58 #6372
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.8.12 to 1.8.14 #6336
  • Bump dropwizard-metrics from 4.2.30 to 4.2.32 #6307
  • Bump io.prometheus:prometheus-metrics-bom from 1.3.7 to 1.3.8 #6306
  • Bump io.prometheus:prometheus-metrics-bom from 1.3.6 to 1.3.7 #6241

📝 Tasks

  • Remove AtomicReference from StatsdMeterRegistryTest #6311
  • Remove java11Test setup from micrometer-test #6293
  • Polish StatsD line builders #6285
  • Improve StatsD tests #6284
  • Resolve StringSplitter from Error Prone #6271
  • Resolve EqualsGetClass from Error Prone #6263
  • Resolve ClassCanBeStatic from Error Prone #6253
  • Resolve InlineFormatString from Error Prone #6232
  • Add more tests for TimedHandler #6227
  • Replace TimeUtils usage to TimeUnit where applicable #6224

❤️ Contributors

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

@​izeye, @​kwondh5217, @​cfredri4, and @​ngocnhan-tran1996

Commits
  • 315a851 Merge branch '1.14.x' into 1.15.x
  • 17ff40b Merge branch '1.13.x' into 1.14.x
  • 606afaf Resolve StringSplitter from Error Prone (#6271)
  • 0bfe23b Merge branch '1.14.x' into 1.15.x
  • aa61a2c Merge branch '1.13.x' into 1.14.x
  • b1c5697 Migrate to gradle/actions/wrapper-validation@v4
  • f5ad95f Bump software.amazon.awssdk:cloudwatch from 2.31.57 to 2.31.58 (#6372)
  • ec25823 Merge branch '1.14.x' into 1.15.x
  • 046236e Fix ConcurrentModificationException in Exponential Histogram (#6363)
  • 0c56034 Merge branch '1.14.x' into 1.15.x
  • 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 12 updates:

| Package | From | To |
| --- | --- | --- |
| [com.amazonaws:aws-java-sdk-dynamodb](https://github.com/aws/aws-sdk-java) | `1.12.785` | `1.12.787` |
| software.amazon.awssdk:bom | `2.31.59` | `2.31.63` |
| [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) | `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.datatype:jackson-datatype-jdk8 | `2.19.0` | `2.19.1` |
| [org.jdbi:jdbi3-core](https://github.com/jdbi/jdbi) | `3.49.4` | `3.49.5` |
| [org.jdbi:jdbi3-caffeine-cache](https://github.com/jdbi/jdbi) | `3.49.4` | `3.49.5` |
| [org.jdbi:jdbi3-noop-cache](https://github.com/jdbi/jdbi) | `3.49.4` | `3.49.5` |
| [org.jdbi:jdbi3-postgres](https://github.com/jdbi/jdbi) | `3.49.4` | `3.49.5` |
| [org.jdbi:jdbi3-sqlobject](https://github.com/jdbi/jdbi) | `3.49.4` | `3.49.5` |
| [org.jdbi:jdbi3-testing](https://github.com/jdbi/jdbi) | `3.49.4` | `3.49.5` |
| [io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer) | `1.15.0` | `1.15.1` |


Updates `com.amazonaws:aws-java-sdk-dynamodb` 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 `software.amazon.awssdk:bom` from 2.31.59 to 2.31.63

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.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.datatype:jackson-datatype-jdk8` from 2.19.0 to 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.datatype:jackson-datatype-jdk8` from 2.19.0 to 2.19.1

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 `org.jdbi:jdbi3-caffeine-cache` 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 `org.jdbi:jdbi3-noop-cache` 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 `org.jdbi:jdbi3-postgres` 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 `org.jdbi:jdbi3-sqlobject` 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 `org.jdbi:jdbi3-testing` 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 `org.jdbi:jdbi3-caffeine-cache` 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 `org.jdbi:jdbi3-noop-cache` 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 `org.jdbi:jdbi3-postgres` 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 `org.jdbi:jdbi3-sqlobject` 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 `org.jdbi:jdbi3-testing` 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 `io.micrometer:micrometer-core` from 1.15.0 to 1.15.1
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.15.0...v1.15.1)

---
updated-dependencies:
- dependency-name: com.amazonaws:aws-java-sdk-dynamodb
  dependency-version: 1.12.787
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.31.63
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-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: dev-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: dev-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: dev-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: dev-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: dev-dependencies
- dependency-name: org.jdbi:jdbi3-core
  dependency-version: 3.49.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-caffeine-cache
  dependency-version: 3.49.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-noop-cache
  dependency-version: 3.49.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-postgres
  dependency-version: 3.49.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-sqlobject
  dependency-version: 3.49.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-testing
  dependency-version: 3.49.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-caffeine-cache
  dependency-version: 3.49.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-noop-cache
  dependency-version: 3.49.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-postgres
  dependency-version: 3.49.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-sqlobject
  dependency-version: 3.49.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-testing
  dependency-version: 3.49.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.micrometer:micrometer-core
  dependency-version: 1.15.1
  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 Jun 16, 2025
@github-actions github-actions bot merged commit c2e30a1 into main Jun 16, 2025
5 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/dev-dependencies-cb13115ac4 branch June 16, 2025 17:52
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