Skip to content

deps(java): bump the all group across 1 directory with 10 updates #1086

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 12, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all group with 10 updates in the / directory:

Package From To
io.airlift:airbase 223 230
org.testcontainers:testcontainers-bom 1.20.5 1.20.6
org.testcontainers:testcontainers 1.20.5 1.20.6
com.fasterxml.jackson.core:jackson-annotations 2.18.2 2.18.3
com.fasterxml.jackson.core:jackson-databind 2.18.2 2.18.3
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.18.2 2.18.3
com.google.protobuf:protobuf-java 4.29.3 4.30.0
net.bytebuddy:byte-buddy 1.17.1 1.17.2
org.checkerframework:checker-qual 3.49.0 3.49.1
org.duckdb:duckdb_jdbc 1.2.0 1.2.1

Updates io.airlift:airbase from 223 to 230

Release notes

Sourced from io.airlift:airbase's releases.

Release 230

What's Changed

Dependency updates 📦

Full Changelog: airlift/airbase@229...230

Release 229

What's Changed

Dependency updates 📦

Full Changelog: airlift/airbase@228...229

Release 228

What's Changed

Dependency updates 📦

Full Changelog: airlift/airbase@227...228

Release 227

What's Changed

Dependency updates 📦

Full Changelog: airlift/airbase@226...227

Release 226

... (truncated)

Commits

Updates org.testcontainers:testcontainers-bom from 1.20.5 to 1.20.6

Release notes

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

1.20.6

What's Changed

  • Bump confluentinc/cp-kcat from 7.4.1 to 7.9.0 (#10000) @​julianladisch
  • Set sourceCompatibility and targetCompatibility to 1.8 in spock module
Commits
  • cc1c13a Replace release by sourceCompatibility and targetCompatibility in spock
  • 93a2eda Update ubuntu version to 22.04
  • 576e65a Fix spock module to compile using Java 8
  • 6e104da Bump confluentinc/cp-kcat from 7.4.1 to 7.9.0 (#10000)
  • 5af66d7 [create-pull-request] automated change (#9996)
  • 6ed4821 [create-pull-request] automated change (#9995)
  • See full diff in compare view

Updates org.testcontainers:testcontainers from 1.20.5 to 1.20.6

Release notes

Sourced from org.testcontainers:testcontainers's releases.

1.20.6

What's Changed

  • Bump confluentinc/cp-kcat from 7.4.1 to 7.9.0 (#10000) @​julianladisch
  • Set sourceCompatibility and targetCompatibility to 1.8 in spock module
Commits
  • cc1c13a Replace release by sourceCompatibility and targetCompatibility in spock
  • 93a2eda Update ubuntu version to 22.04
  • 576e65a Fix spock module to compile using Java 8
  • 6e104da Bump confluentinc/cp-kcat from 7.4.1 to 7.9.0 (#10000)
  • 5af66d7 [create-pull-request] automated change (#9996)
  • 6ed4821 [create-pull-request] automated change (#9995)
  • See full diff in compare view

Updates com.fasterxml.jackson.core:jackson-annotations from 2.18.2 to 2.18.3

Commits

Updates com.fasterxml.jackson.core:jackson-databind from 2.18.2 to 2.18.3

Commits

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.18.2 to 2.18.3

Commits
  • 92daa75 [maven-release-plugin] prepare release jackson-dataformats-text-2.18.3
  • a786f5c Prep for 2.18.3
  • 273839a Back to snapshot deps
  • 0b7831c [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates com.google.protobuf:protobuf-java from 4.29.3 to 4.30.0

Commits

Updates net.bytebuddy:byte-buddy from 1.17.1 to 1.17.2

Release notes

Sourced from net.bytebuddy:byte-buddy's releases.

Byte Buddy 1.17.2

  • Update Class File API integration to include support for several omitted byte codes.
  • Adjust attach API emulation for OpenJ9 to not create subfolder if temporary folder is set explicitly.
Changelog

Sourced from net.bytebuddy:byte-buddy's changelog.

3. March 2025: version 1.17.2

  • Update Class File API integration to include support for several omitted byte codes.
  • Adjust attach API emulation for OpenJ9 to not create subfolder if temporary folder is set explicitly.
Commits
  • 8ef3eba [maven-release-plugin] prepare release byte-buddy-1.17.2
  • e2e2880 [release] Release new version
  • f91947e Update checksums
  • 0af7df6 Do not append folder for explicit IBM temporary directory.
  • eed429e Update ASM bridge
  • 5d93d4a Update checksums
  • 10cb473 Update release notes and internal Byte Buddy
  • e1106f6 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.checkerframework:checker-qual from 3.49.0 to 3.49.1

Release notes

Sourced from org.checkerframework:checker-qual's releases.

Checker Framework 3.49.1

Version 3.49.1 (March 3, 2025)

Closed issues:

#6970, #6974.

Changelog

Sourced from org.checkerframework:checker-qual's changelog.

Version 3.49.1 (March 3, 2025)

Closed issues:

#6970, #6974.

Commits

Updates org.duckdb:duckdb_jdbc from 1.2.0 to 1.2.1

Release notes

Sourced from org.duckdb:duckdb_jdbc's releases.

v1.2.1 Bugfix Release

This is a bug fix release for various issues discovered after we released 1.2.0. There are no new major features, just bug fixes. Database files created by DuckDB versions all the way back to v0.9.* can be read by this version.

What's Changed

... (truncated)

Commits

Updates org.testcontainers:testcontainers from 1.20.5 to 1.20.6

Release notes

Sourced from org.testcontainers:testcontainers's releases.

1.20.6

What's Changed

  • Bump confluentinc/cp-kcat from 7.4.1 to 7.9.0 (#10000) @​julianladisch
  • Set sourceCompatibility and targetCompatibility to 1.8 in spock module
Commits
  • cc1c13a Replace release by sourceCompatibility and targetCompatibility in spock
  • 93a2eda Update ubuntu version to 22.04
  • 576e65a Fix spock module to compile using Java 8
  • 6e104da Bump confluentinc/cp-kcat from 7.4.1 to 7.9.0 (#10000)
  • 5af66d7 [create-pull-request] automated change (#9996)
  • 6ed4821 [create-pull-request] automated change (#9995)
  • See full diff 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 all group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [io.airlift:airbase](https://github.com/airlift/airbase) | `223` | `230` |
| [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) | `1.20.5` | `1.20.6` |
| [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) | `1.20.5` | `1.20.6` |
| [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) | `2.18.2` | `2.18.3` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.18.2` | `2.18.3` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) | `2.18.2` | `2.18.3` |
| [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `4.29.3` | `4.30.0` |
| [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.17.1` | `1.17.2` |
| [org.checkerframework:checker-qual](https://github.com/typetools/checker-framework) | `3.49.0` | `3.49.1` |
| [org.duckdb:duckdb_jdbc](https://github.com/duckdb/duckdb) | `1.2.0` | `1.2.1` |



Updates `io.airlift:airbase` from 223 to 230
- [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 `org.testcontainers:testcontainers-bom` from 1.20.5 to 1.20.6
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.5...1.20.6)

Updates `org.testcontainers:testcontainers` from 1.20.5 to 1.20.6
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.5...1.20.6)

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

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

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

Updates `com.google.protobuf:protobuf-java` from 4.29.3 to 4.30.0
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/commits/v4.30.0)

Updates `net.bytebuddy:byte-buddy` from 1.17.1 to 1.17.2
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.17.1...byte-buddy-1.17.2)

Updates `org.checkerframework:checker-qual` from 3.49.0 to 3.49.1
- [Release notes](https://github.com/typetools/checker-framework/releases)
- [Changelog](https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md)
- [Commits](typetools/checker-framework@checker-framework-3.49.0...checker-framework-3.49.1)

Updates `org.duckdb:duckdb_jdbc` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/duckdb/duckdb/releases)
- [Commits](duckdb/duckdb@v1.2.0...v1.2.1)

Updates `org.testcontainers:testcontainers` from 1.20.5 to 1.20.6
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.5...1.20.6)

---
updated-dependencies:
- dependency-name: io.airlift:airbase
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: org.testcontainers:testcontainers-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.testcontainers:testcontainers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.checkerframework:checker-qual
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.duckdb:duckdb_jdbc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.testcontainers:testcontainers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

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 v1-engine-changed labels Mar 10, 2025
Copy link

coderabbitai bot commented Mar 10, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@goldmedal goldmedal merged commit 64f2662 into main Mar 12, 2025
6 checks passed
@goldmedal goldmedal deleted the dependabot/maven/all-99f813d5f9 branch March 12, 2025 04:25
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 v1-engine-changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant