Skip to content

Bump the dependency-updates group across 1 directory with 17 updates#312

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/dependency-updates-8ab60e5677
Closed

Bump the dependency-updates group across 1 directory with 17 updates#312
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/dependency-updates-8ab60e5677

Conversation

@dependabot
Copy link

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

Bumps the dependency-updates group with 17 updates in the / directory:

Package From To
io.airlift:airbase 305 325
com.squareup.okhttp3:okhttp-bom 5.1.0 5.3.0
io.airlift:units 1.10 1.12
io.trino:trino-spi 477 478
io.trino:trino-main 477 478
io.trino:trino-memory 477 478
io.trino:trino-testing 477 478
io.trino:trino-jdbc 477 478
com.google.errorprone:error_prone_annotations 2.42.0 2.44.0
org.apache.maven.plugins:maven-release-plugin 3.1.1 3.2.0
org.apache.maven.plugins:maven-scm-plugin 2.1.0 2.2.1
io.trino:trino-maven-plugin 15 17
com.fasterxml.jackson.core:jackson-databind 2.20.0 2.20.1
com.fasterxml.jackson.datatype:jackson-datatype-jdk8 2.20.0 2.20.1
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.20.0 2.20.1
com.fasterxml.jackson.core:jackson-core 2.20.0 2.20.1
com.squareup.okhttp3:okhttp-jvm 5.1.0 5.3.0

Updates io.airlift:airbase from 305 to 325

Release notes

Sourced from io.airlift:airbase's releases.

airbase 325

What's Changed

Dependency updates 📦

Full Changelog: airlift/airbase@324...325

airbase 324

What's Changed

Dependency updates 📦

Full Changelog: airlift/airbase@323...324

airbase 323

What's Changed

Dependency updates 📦

Full Changelog: airlift/airbase@322...323

airbase 322

What's Changed

Dependency updates 📦

Full Changelog: airlift/airbase@321...322

airbase 321

... (truncated)

Commits

Updates com.squareup.okhttp3:okhttp-bom from 5.1.0 to 5.3.0

Changelog

Sourced from com.squareup.okhttp3:okhttp-bom'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].

Version 5.2.1

2025-10-09

  • Fix: Don't crash when calling Socket.shutdownOutput() or shutdownInput() on an SSLSocket on Android API 21 through 23. This method throws an UnsupportedOperationException, so we now catch that and close the underlying stream instead.

  • Upgrade: [Okio 3.16.1][okio_3_16_1].

Version 5.2.0

2025-10-07

  • New: Support [HTTP 101] responses with Response.socket. This mechanism is only supported on HTTP/1.1. We also reimplemented our websocket client to use this new mechanism.

  • New: The okhttp-zstd module negotiates [Zstandard (zstd)][zstd] compression with servers that support it. It integrates a new (unstable) [ZSTD-KMP] library, also from Square. Enable it like this:

... (truncated)

Commits

Updates io.airlift:units from 1.10 to 1.12

Release notes

Sourced from io.airlift:units's releases.

1.11

What's Changed

New Contributors

Full Changelog: airlift/units@1.10...1.11

Commits
  • 037c794 [maven-release-plugin] prepare release 1.12
  • b3393f7 Return DataSize.EMPTY singleton when bytes are zero
  • 748a2c6 [maven-release-plugin] prepare for next development iteration
  • ceaa74e [maven-release-plugin] prepare release 1.11
  • 2facc60 Add SCM section to pom
  • 204a2f2 Add automated release workflow
  • dbf3fe4 Update airlift to 363
  • 966687b Test on JDK 21 and 25
  • 62dd95c Update mvn wrapper to 3.3.4
  • 574e099 Upgrade airbase to 307
  • Additional commits viewable in compare view

Updates io.trino:trino-spi from 477 to 478

Updates io.trino:trino-main from 477 to 478

Updates io.trino:trino-memory from 477 to 478

Updates io.trino:trino-testing from 477 to 478

Release notes

Sourced from io.trino:trino-testing's releases.

Trino 478

See the release notes or download Trino

Commits

Updates io.trino:trino-jdbc from 477 to 478

Updates com.google.errorprone:error_prone_annotations from 2.42.0 to 2.44.0

Release notes

Sourced from com.google.errorprone:error_prone_annotations's releases.

Error Prone 2.44.0

Changes

Closed issues: #5218, #5278

Full changelog: google/error-prone@v2.43.0...v2.44.0

Error Prone 2.43.0

The minimum support JDK version to run Error Prone is now JDK 21 (google/error-prone#4867).

Changes:

  • -XepPatchChecks now skips disabled checks (#4943)
  • AndroidJdkLibsChecker has been removed, the recommended replacement for Android code is Android Lint's NewApi check

New checks:

Closed issues: #4943, #5102, #5107, #5121, #5158, #5217, #5239

Full changelog: google/error-prone@v2.42.0...v2.43.0

Commits
  • 4016e04 Release Error Prone 2.44.0
  • 8255d1e Avoid overlaps in UnnecessaryAsync fixes
  • 4c0f01b Report InvalidLink diagnostics for links that are so invalid they crash javac
  • b5690c9 Refresh Java8ApiChecker diff
  • 54ed3d8 Finalise removing GuardedByFlags.
  • bc26f7b TruthConstantAsserts: treat static identifiers as constants.
  • 7692fb4 Rollforward of google/error-prone@3272246036db6fc15...
  • 9c5f725 Optimize snippet logic
  • b063711 Improve TruthConstantAsserts to detect more constant-like expressions.
  • de35cc9 Automated rollback of commit 09c78e01573334cee793b67346ca0f3175fd47a3.
  • Additional commits viewable in compare view

Updates io.trino:trino-main from 477 to 478

Updates io.trino:trino-memory from 477 to 478

Updates io.trino:trino-testing from 477 to 478

Release notes

Sourced from io.trino:trino-testing's releases.

Trino 478

See the release notes or download Trino

Commits

Updates org.apache.maven.plugins:maven-release-plugin from 3.1.1 to 3.2.0

Release notes

Sourced from org.apache.maven.plugins:maven-release-plugin's releases.

3.2.0

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

Commits
  • 167c489 [maven-release-plugin] prepare release maven-release-3.2.0
  • 0ab10be Improve javadoc for parameter "pushChanges"
  • f06aaa2 Add links to Javadocs for SCM authentication
  • bf44cbe Site: Convert APT to Markdown
  • 71db7e5 Move to match target converter format MARKDOWN with doxia-converter
  • 46a6026 PlexusFileUtils Refaster recipes (#1403)
  • b3d49dc PlexusStringUtils Refaster recipes (#1404)
  • ce76e9f Update site descriptor to 2.0.0
  • 0ef78fd Bump parent from 42 to 45
  • dfe917c Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0 (#1392)
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-scm-plugin from 2.1.0 to 2.2.1

Release notes

Sourced from org.apache.maven.plugins:maven-scm-plugin's releases.

2.2.1

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

... (truncated)

Commits
  • f2a75b3 [maven-release-plugin] prepare for next development iteration
  • 65b342b [maven-release-plugin] prepare release maven-scm-2.2.1
  • ab95cfc [maven-release-plugin] rollback the release of maven-scm-2.2.1
  • 26021cf [maven-release-plugin] prepare for next development iteration
  • 851705a Add method to ScmManager to get an ScmRepository from an existing
  • 01ffa73 trivial: clarify description
  • 0e5bccd Deprecate ConsumerUtils (#1315)
  • ea97644 Reduce log noise (#1313)
  • 092eed6 Use SSHD 2.16.0
  • 041492e Follow Oracle Javadoc guidelines (#1312)
  • Additional commits viewable in compare view

Updates io.trino:trino-maven-plugin from 15 to 17

Commits

Updates com.fasterxml.jackson.core:jackson-databind from 2.20.0 to 2.20.1

Commits

Updates com.fasterxml.jackson.datatype:jackson-datatype-jdk8 from 2.20.0 to 2.20.1

Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.20.0 to 2.20.1

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

Commits
  • 440a470 [maven-release-plugin] prepare release jackson-core-2.20.1
  • 8bb7c4e Prep for 2.20.1 release
  • 25f77be Merge branch '2.19' into 2.20
  • d7e3877 Post-release dep version bump
  • 11b4ac9 [maven-release-plugin] prepare for next development iteration
  • 8836225 [maven-release-plugin] prepare release jackson-core-2.19.4
  • 68e64f7 Prep for 2.19.4 release
  • 6e81a4f Merge branch '2.19' into 2.20
  • bad4b9b Post-release dep version bump
  • 35ecb54 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.datatype:jackson-datatype-jdk8 from 2.20.0 to 2.20.1

Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.20.0 to 2.20.1

Updates com.squareup.okhttp3:okhttp-jvm from 5.1.0 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].

Version 5.2.1

2025-10-09

  • Fix: Don't crash when calling Socket.shutdownOutput() or shutdownInput() on an SSLSocket on Android API 21 through 23. This method throws an UnsupportedOperationException, so we now catch that and close the underlying stream instead.

  • Upgrade: [Okio 3.16.1][okio_3_16_1].

Version 5.2.0

2025-10-07

  • New: Support [HTTP 101] responses with Response.socket. This mechanism is only supported on HTTP/1.1. We also reimplemented our websocket client to use this new mechanism.

  • New: The okhttp-zstd module negotiates [Zstandard (zstd)][zstd] compression with servers that support it. It integrates a new (unstable) [ZSTD-KMP] library, also from Square. Enable it like this:

... (truncated)

Commits

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

Commits
  • 440a470 [maven-release-plugin] prepare release jackson-core-2.20.1
  • 8bb7c4e Prep for 2.20.1 release
  • 25f77be Merge branch '2.19' into 2.20
  • d7e3877 Post-release dep version bump
  • 11b4ac9 [maven-release-plugin] prepare for next development iteration
  • 8836225 [maven-release-plugin] prepare release jackson-core-2.19.4
  • 68e64f7 Prep for 2.19.4 release
  • 6e81a4f Merge branch '2.19' into 2.20
  • bad4b9b Post-release dep version bump
  • 35ecb54 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates io.trino:trino-jdbc from 477 to 478

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 dependency-updates group with 17 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [io.airlift:airbase](https://github.com/airlift/airbase) | `305` | `325` |
| [com.squareup.okhttp3:okhttp-bom](https://github.com/square/okhttp) | `5.1.0` | `5.3.0` |
| [io.airlift:units](https://github.com/airlift/units) | `1.10` | `1.12` |
| io.trino:trino-spi | `477` | `478` |
| io.trino:trino-main | `477` | `478` |
| io.trino:trino-memory | `477` | `478` |
| [io.trino:trino-testing](https://github.com/trinodb/trino) | `477` | `478` |
| io.trino:trino-jdbc | `477` | `478` |
| [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone) | `2.42.0` | `2.44.0` |
| [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) | `3.1.1` | `3.2.0` |
| [org.apache.maven.plugins:maven-scm-plugin](https://github.com/apache/maven-scm) | `2.1.0` | `2.2.1` |
| [io.trino:trino-maven-plugin](https://github.com/trinodb/trino-maven-plugin) | `15` | `17` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.20.0` | `2.20.1` |
| com.fasterxml.jackson.datatype:jackson-datatype-jdk8 | `2.20.0` | `2.20.1` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.20.0` | `2.20.1` |
| [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `2.20.0` | `2.20.1` |
| [com.squareup.okhttp3:okhttp-jvm](https://github.com/square/okhttp) | `5.1.0` | `5.3.0` |



Updates `io.airlift:airbase` from 305 to 325
- [Release notes](https://github.com/airlift/airbase/releases)
- [Changelog](https://github.com/airlift/airbase/blob/master/CHANGES.md)
- [Commits](https://github.com/airlift/airbase/commits)

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

Updates `io.airlift:units` from 1.10 to 1.12
- [Release notes](https://github.com/airlift/units/releases)
- [Commits](airlift/units@1.10...1.12)

Updates `io.trino:trino-spi` from 477 to 478

Updates `io.trino:trino-main` from 477 to 478

Updates `io.trino:trino-memory` from 477 to 478

Updates `io.trino:trino-testing` from 477 to 478
- [Release notes](https://github.com/trinodb/trino/releases)
- [Changelog](https://github.com/trinodb/trino/blob/master/docs/release-template.md)
- [Commits](https://github.com/trinodb/trino/commits)

Updates `io.trino:trino-jdbc` from 477 to 478

Updates `com.google.errorprone:error_prone_annotations` from 2.42.0 to 2.44.0
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.42.0...v2.44.0)

Updates `io.trino:trino-main` from 477 to 478

Updates `io.trino:trino-memory` from 477 to 478

Updates `io.trino:trino-testing` from 477 to 478
- [Release notes](https://github.com/trinodb/trino/releases)
- [Changelog](https://github.com/trinodb/trino/blob/master/docs/release-template.md)
- [Commits](https://github.com/trinodb/trino/commits)

Updates `org.apache.maven.plugins:maven-release-plugin` from 3.1.1 to 3.2.0
- [Release notes](https://github.com/apache/maven-release/releases)
- [Commits](apache/maven-release@maven-release-3.1.1...maven-release-3.2.0)

Updates `org.apache.maven.plugins:maven-scm-plugin` from 2.1.0 to 2.2.1
- [Release notes](https://github.com/apache/maven-scm/releases)
- [Commits](apache/maven-scm@maven-scm-2.1.0...v2.2.1)

Updates `io.trino:trino-maven-plugin` from 15 to 17
- [Commits](https://github.com/trinodb/trino-maven-plugin/commits)

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

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.20.0 to 2.20.1

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.20.0 to 2.20.1

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

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.20.0 to 2.20.1

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.20.0 to 2.20.1

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

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

Updates `io.trino:trino-jdbc` from 477 to 478

---
updated-dependencies:
- dependency-name: io.airlift:airbase
  dependency-version: '325'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: com.squareup.okhttp3:okhttp-bom
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: io.airlift:units
  dependency-version: '1.12'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: io.trino:trino-spi
  dependency-version: '478'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.trino:trino-main
  dependency-version: '478'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.trino:trino-memory
  dependency-version: '478'
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.trino:trino-testing
  dependency-version: '478'
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.trino:trino-jdbc
  dependency-version: '478'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: com.google.errorprone:error_prone_annotations
  dependency-version: 2.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: io.trino:trino-main
  dependency-version: '478'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.trino:trino-memory
  dependency-version: '478'
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: io.trino:trino-testing
  dependency-version: '478'
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: org.apache.maven.plugins:maven-release-plugin
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: org.apache.maven.plugins:maven-scm-plugin
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: io.trino:trino-maven-plugin
  dependency-version: '17'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.20.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
  dependency-version: 2.20.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-version: 2.20.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-version: 2.20.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
  dependency-version: 2.20.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-version: 2.20.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: com.squareup.okhttp3:okhttp-jvm
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-version: 2.20.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: io.trino:trino-jdbc
  dependency-version: '478'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
...

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 Nov 10, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 27, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 27, 2025
@dependabot dependabot bot deleted the dependabot/maven/dependency-updates-8ab60e5677 branch November 27, 2025 10:03
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