Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

Bumps the dependencies group with 11 updates:

Package From To
com.amazonaws:aws-java-sdk-bom 1.12.792 1.12.793
org.junit:junit-bom 6.0.0 6.0.1
com.fasterxml.jackson:jackson-bom 2.20.0 2.20.1
com.github.ben-manes.caffeine:caffeine 3.2.2 3.2.3
io.swagger.core.v3:swagger-annotations 2.2.39 2.2.40
io.swagger.core.v3:swagger-models 2.2.39 2.2.40
com.squareup.okhttp3:okhttp-jvm 5.2.1 5.3.0
com.squareup.okhttp3:okhttp-sse 5.2.1 5.3.0
com.squareup.okhttp3:okhttp-tls 5.2.1 5.3.0
software.amazon.awssdk:bom 2.36.2 2.37.3
io.smallrye.reactive:mutiny 3.0.0 3.0.1

Updates com.amazonaws:aws-java-sdk-bom from 1.12.792 to 1.12.793

Changelog

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

1.12.793 2025-10-24

AWS SDK for Java

  • Features

    • Add ap-southeast-6 region
Commits

Updates org.junit:junit-bom from 6.0.0 to 6.0.1

Release notes

Sourced from org.junit:junit-bom's releases.

JUnit 6.0.1 = Platform 6.0.1 + Jupiter 6.0.1 + Vintage 6.0.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.0...r6.0.1

Commits

Updates com.fasterxml.jackson:jackson-bom from 2.20.0 to 2.20.1

Commits
  • 5e24010 [maven-release-plugin] prepare release jackson-bom-2.20.1
  • 59a2e4a Prep for 2.20.1 release
  • 3fc3645 Merge branch '2.19' into 2.20
  • 7539ecc Post-release dep version bump
  • 21f04ba [maven-release-plugin] prepare for next development iteration
  • 085b32f [maven-release-plugin] prepare release jackson-bom-2.19.4
  • f2a1f50 Prep for 2.19.4 release
  • ee69fcf ...
  • 3735e1e ...
  • d405492 Add helper script for safekeeping
  • Additional commits viewable in compare view

Updates com.github.ben-manes.caffeine:caffeine from 3.2.2 to 3.2.3

Release notes

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

3.2.3

  • Fixed frequency tracking of weak keys to use the object's identity hash code (#1902)
  • Added support for underscores in CaffeineSpec when using numeric literals (#1890)
  • Improved the external api to no longer lock when querying for the maximum size or weighted size (#1897)
  • Added detection and recovery when a custom CompletableFuture is in an inconsistent state (quarkus#50513)
Commits
  • 5227a98 minor build touchups
  • cc3f37d reorganize into separate gradle test suites
  • 2299add Allow users to read the maximum size without locking (fixes #1897)
  • 6250b38 clarify policy javadoc and add corresponding test cases (fixes #1927)
  • c975fc0 upgrade error-prone static analyzer
  • d8e0a92 allow the project.version to be overridden by external builders
  • 0e46d22 detect if the user's future is inconsistent with the results
  • 1971428 use the assemble task for a full build without running the test suites
  • 782ac79 use the key reference with the frequency sketch (fixes #1902)
  • e0dd94b minor build clean up
  • Additional commits viewable in compare view

Updates io.swagger.core.v3:swagger-annotations from 2.2.39 to 2.2.40

Updates io.swagger.core.v3:swagger-models from 2.2.39 to 2.2.40

Updates io.swagger.core.v3:swagger-models from 2.2.39 to 2.2.40

Updates com.squareup.okhttp3:okhttp-jvm from 5.2.1 to 5.3.0

Changelog

Sourced from com.squareup.okhttp3:okhttp-jvm's changelog.

Version 5.3.0

2025-10-30

  • New: Add tags to Call, including computable tags. Use this to attach application-specific metadata to a Call in an EventListener or Interceptor. The tag can be read in any other EventListener or Interceptor.

      override fun intercept(chain: Interceptor.Chain): Response {
        chain.call().tag(MyAnalyticsTag::class) {
          MyAnalyticsTag(...)
        }
    return chain.proceed(chain.request())
    
    }

  • New: Support request bodies on HTTP/1.1 connection upgrades.

  • New: EventListener.plus() makes it easier to observe events in multiple listeners.

  • Fix: Don't spam logs with ‘Method isLoggable in android.util.Log not mocked.’ when using OkHttp in Robolectric and Paparazzi tests.

  • Upgrade: [Kotlin 2.2.21][kotlin_2_2_21].

  • Upgrade: [Okio 3.16.2][okio_3_16_2].

  • Upgrade: [ZSTD-KMP 0.4.0][zstd_kmp_0_4_0]. This update fixes a bug that caused APKs to fail [16 KB ELF alignment checks][elf_alignment].

Commits

Updates com.squareup.okhttp3:okhttp-sse from 5.2.1 to 5.3.0

Changelog

Sourced from com.squareup.okhttp3:okhttp-sse's changelog.

Version 5.3.0

2025-10-30

  • New: Add tags to Call, including computable tags. Use this to attach application-specific metadata to a Call in an EventListener or Interceptor. The tag can be read in any other EventListener or Interceptor.

      override fun intercept(chain: Interceptor.Chain): Response {
        chain.call().tag(MyAnalyticsTag::class) {
          MyAnalyticsTag(...)
        }
    return chain.proceed(chain.request())
    
    }

  • New: Support request bodies on HTTP/1.1 connection upgrades.

  • New: EventListener.plus() makes it easier to observe events in multiple listeners.

  • Fix: Don't spam logs with ‘Method isLoggable in android.util.Log not mocked.’ when using OkHttp in Robolectric and Paparazzi tests.

  • Upgrade: [Kotlin 2.2.21][kotlin_2_2_21].

  • Upgrade: [Okio 3.16.2][okio_3_16_2].

  • Upgrade: [ZSTD-KMP 0.4.0][zstd_kmp_0_4_0]. This update fixes a bug that caused APKs to fail [16 KB ELF alignment checks][elf_alignment].

Commits

Updates com.squareup.okhttp3:okhttp-tls from 5.2.1 to 5.3.0

Changelog

Sourced from com.squareup.okhttp3:okhttp-tls's changelog.

Version 5.3.0

2025-10-30

  • New: Add tags to Call, including computable tags. Use this to attach application-specific metadata to a Call in an EventListener or Interceptor. The tag can be read in any other EventListener or Interceptor.

      override fun intercept(chain: Interceptor.Chain): Response {
        chain.call().tag(MyAnalyticsTag::class) {
          MyAnalyticsTag(...)
        }
    return chain.proceed(chain.request())
    
    }

  • New: Support request bodies on HTTP/1.1 connection upgrades.

  • New: EventListener.plus() makes it easier to observe events in multiple listeners.

  • Fix: Don't spam logs with ‘Method isLoggable in android.util.Log not mocked.’ when using OkHttp in Robolectric and Paparazzi tests.

  • Upgrade: [Kotlin 2.2.21][kotlin_2_2_21].

  • Upgrade: [Okio 3.16.2][okio_3_16_2].

  • Upgrade: [ZSTD-KMP 0.4.0][zstd_kmp_0_4_0]. This update fixes a bug that caused APKs to fail [16 KB ELF alignment checks][elf_alignment].

Commits

Updates com.squareup.okhttp3:okhttp-sse from 5.2.1 to 5.3.0

Changelog

Sourced from com.squareup.okhttp3:okhttp-sse's changelog.

Version 5.3.0

2025-10-30

  • New: Add tags to Call, including computable tags. Use this to attach application-specific metadata to a Call in an EventListener or Interceptor. The tag can be read in any other EventListener or Interceptor.

      override fun intercept(chain: Interceptor.Chain): Response {
        chain.call().tag(MyAnalyticsTag::class) {
          MyAnalyticsTag(...)
        }
    return chain.proceed(chain.request())
    
    }

  • New: Support request bodies on HTTP/1.1 connection upgrades.

  • New: EventListener.plus() makes it easier to observe events in multiple listeners.

  • Fix: Don't spam logs with ‘Method isLoggable in android.util.Log not mocked.’ when using OkHttp in Robolectric and Paparazzi tests.

  • Upgrade: [Kotlin 2.2.21][kotlin_2_2_21].

  • Upgrade: [Okio 3.16.2][okio_3_16_2].

  • Upgrade: [ZSTD-KMP 0.4.0][zstd_kmp_0_4_0]. This update fixes a bug that caused APKs to fail [16 KB ELF alignment checks][elf_alignment].

Commits

Updates software.amazon.awssdk:bom from 2.36.2 to 2.37.3

Updates io.smallrye.reactive:mutiny from 3.0.0 to 3.0.1

Release notes

Sourced from io.smallrye.reactive:mutiny's releases.

3.0.1

Changelog

🐛 Fixes

tests

unscoped

  • b8ad5b5 simplify awaiters tracking under lock conditions
  • 9e34af4 memory leak in UniMemoizeOp, closes #1988
  • 4c56647 context context propagation in Uni-calling operators, closes #1984

🔄️ Changes

  • 8c94ac3 avoid star imports in UniMemoizeOp.java

🧰 Tasks

release

  • d0babad update version metadata for Mutiny 3.0.1
  • 1336cae clear RevAPI breaking change justifications
  • bd6f612 set development version to 999-SNAPSHOT

🛠 Build

deps

  • 4210cb4 bump io.smallrye:jandex-maven-plugin from 3.5.0 to 3.5.1
  • f362079 bump kotlin.version from 2.2.20 to 2.2.21
  • b87745b bump io.projectreactor:reactor-core from 3.7.11 to 3.7.12
  • 91ec4c7 bump astral-sh/setup-uv from 6 to 7
  • e408ac2 bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14
  • 7278241 bump net.bytebuddy:byte-buddy from 1.17.7 to 1.17.8
  • 4ddbb92 bump io.smallrye.config:smallrye-config
  • e01ce75 bump org.apache.maven.plugins:maven-dependency-plugin
  • 1c3dfa3 bump junit.version from 5.13.4 to 5.14.0
  • 21995ad bump org.assertj:assertj-core from 3.27.5 to 3.27.6
  • d0d9949 bump io.smallrye.config:smallrye-config
  • 6928d86 bump org.codehaus.mojo:versions-maven-plugin
  • 592b90e bump org.assertj:assertj-core from 3.27.4 to 3.27.5
  • 992c14f bump io.smallrye.common:smallrye-common-annotation

deps-dev

  • 7238a1a bump ch.qos.logback:logback-classic
  • 03389a8 bump ch.qos.logback:logback-classic
  • 348c24a bump io.reactivex.rxjava3:rxjava from 3.1.11 to 3.1.12
  • 3170ba2 bump org.mockito:mockito-core from 5.19.0 to 5.20.0

unscoped

📝 Documentation

... (truncated)

Commits
  • d0babad chore(release): update version metadata for Mutiny 3.0.1
  • 451d123 Merge pull request #1989 from jponge/fix/1988
  • 7ca931d Merge pull request #1990 from smallrye/dependabot/maven/io.smallrye-jandex-ma...
  • 4210cb4 build(deps): bump io.smallrye:jandex-maven-plugin from 3.5.0 to 3.5.1
  • 8c94ac3 style: avoid star imports in UniMemoizeOp.java
  • b8ad5b5 fix: simplify awaiters tracking under lock conditions
  • 9e34af4 fix: memory leak in UniMemoizeOp
  • e189fe1 Merge pull request #1985 from jponge/fix/uni-call-context-propagation
  • 08d0248 Merge pull request #1987 from smallrye/dependabot/maven/kotlin.version-2.2.21
  • f362079 build(deps): bump kotlin.version from 2.2.20 to 2.2.21
  • Additional commits viewable in compare view

Updates com.squareup.okhttp3:okhttp-tls from 5.2.1 to 5.3.0

Changelog

Sourced from com.squareup.okhttp3:okhttp-tls's changelog.

Version 5.3.0

2025-10-30

  • New: Add tags to Call, including computable tags. Use this to attach application-specific metadata to a Call in an EventListener or Interceptor. The tag can be read in any other EventListener or Interceptor.

      override fun intercept(chain: Interceptor.Chain): Response {
        chain.call().tag(MyAnalyticsTag::class) {
          MyAnalyticsTag(...)
        }
    return chain.proceed(chain.request())
    
    }

  • New: Support request bodies on HTTP/1.1 connection upgrades.

  • New: EventListener.plus() makes it easier to observe events in multiple listeners.

  • Fix: Don't spam logs with ‘Method isLoggable in android.util.Log not mocked.’ when using OkHttp in Robolectric and Paparazzi tests.

  • Upgrade: [Kotlin 2.2.21][kotlin_2_2_21].

  • Upgrade: [Okio 3.16.2][okio_3_16_2].

  • Upgrade: [ZSTD-KMP 0.4.0][zstd_kmp_0_4_0]. This update fixes a bug that caused APKs to fail [16 KB ELF alignment checks][elf_alignment].

Commits

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 11 updates:

| Package | From | To |
| --- | --- | --- |
| [com.amazonaws:aws-java-sdk-bom](https://github.com/aws/aws-sdk-java) | `1.12.792` | `1.12.793` |
| [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `6.0.0` | `6.0.1` |
| [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.20.0` | `2.20.1` |
| [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) | `3.2.2` | `3.2.3` |
| io.swagger.core.v3:swagger-annotations | `2.2.39` | `2.2.40` |
| io.swagger.core.v3:swagger-models | `2.2.39` | `2.2.40` |
| [com.squareup.okhttp3:okhttp-jvm](https://github.com/square/okhttp) | `5.2.1` | `5.3.0` |
| [com.squareup.okhttp3:okhttp-sse](https://github.com/square/okhttp) | `5.2.1` | `5.3.0` |
| [com.squareup.okhttp3:okhttp-tls](https://github.com/square/okhttp) | `5.2.1` | `5.3.0` |
| software.amazon.awssdk:bom | `2.36.2` | `2.37.3` |
| [io.smallrye.reactive:mutiny](https://github.com/smallrye/smallrye-mutiny) | `3.0.0` | `3.0.1` |


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

Updates `org.junit:junit-bom` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.0...r6.0.1)

Updates `com.fasterxml.jackson:jackson-bom` from 2.20.0 to 2.20.1
- [Commits](FasterXML/jackson-bom@jackson-bom-2.20.0...jackson-bom-2.20.1)

Updates `com.github.ben-manes.caffeine:caffeine` from 3.2.2 to 3.2.3
- [Release notes](https://github.com/ben-manes/caffeine/releases)
- [Commits](ben-manes/caffeine@v3.2.2...v3.2.3)

Updates `io.swagger.core.v3:swagger-annotations` from 2.2.39 to 2.2.40

Updates `io.swagger.core.v3:swagger-models` from 2.2.39 to 2.2.40

Updates `io.swagger.core.v3:swagger-models` from 2.2.39 to 2.2.40

Updates `com.squareup.okhttp3:okhttp-jvm` from 5.2.1 to 5.3.0
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-5.2.1...parent-5.3.0)

Updates `com.squareup.okhttp3:okhttp-sse` from 5.2.1 to 5.3.0
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-5.2.1...parent-5.3.0)

Updates `com.squareup.okhttp3:okhttp-tls` from 5.2.1 to 5.3.0
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-5.2.1...parent-5.3.0)

Updates `com.squareup.okhttp3:okhttp-sse` from 5.2.1 to 5.3.0
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-5.2.1...parent-5.3.0)

Updates `software.amazon.awssdk:bom` from 2.36.2 to 2.37.3

Updates `io.smallrye.reactive:mutiny` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/smallrye/smallrye-mutiny/releases)
- [Commits](smallrye/smallrye-mutiny@3.0.0...3.0.1)

Updates `com.squareup.okhttp3:okhttp-tls` from 5.2.1 to 5.3.0
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-5.2.1...parent-5.3.0)

---
updated-dependencies:
- dependency-name: com.amazonaws:aws-java-sdk-bom
  dependency-version: 1.12.793
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit:junit-bom
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-version: 2.20.1
  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.3
  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.40
  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.40
  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.40
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.squareup.okhttp3:okhttp-jvm
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.squareup.okhttp3:okhttp-sse
  dependency-version: 5.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.squareup.okhttp3:okhttp-tls
  dependency-version: 5.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.squareup.okhttp3:okhttp-sse
  dependency-version: 5.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.37.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.smallrye.reactive:mutiny
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.squareup.okhttp3:okhttp-tls
  dependency-version: 5.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 3, 2025
@jknack jknack added this to the 4.0.11 milestone Nov 3, 2025
@jknack jknack merged commit 1bd4d1d into main Nov 3, 2025
5 checks passed
@dependabot dependabot bot deleted the dependabot/maven/dependencies-f9a6bf337a branch November 3, 2025 12:29
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