Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2025

Bumps the all group in /wren-core-legacy with 7 updates:

Package From To
io.airlift:airbase 241 249
org.jdbi:jdbi3-bom 3.48.0 3.49.0
com.google.protobuf:protobuf-java 4.30.1 4.30.2
io.opentelemetry.semconv:opentelemetry-semconv 1.30.0 1.32.0
net.bytebuddy:byte-buddy 1.17.4 1.17.5
org.checkerframework:checker-qual 3.49.1 3.49.2
org.ow2.asm:asm 9.7.1 9.8

Updates io.airlift:airbase from 241 to 249

Release notes

Sourced from io.airlift:airbase's releases.

Release 249

What's Changed

Dependency updates 📦

Full Changelog: airlift/airbase@248...249

Release 248

What's Changed

Dependency updates 📦

Full Changelog: airlift/airbase@247...248

Release 247

What's Changed

Dependency updates 📦

Full Changelog: airlift/airbase@246...247

Release 246

What's Changed

Dependency updates 📦

Full Changelog: airlift/airbase@245...246

Release 245

... (truncated)

Commits

Updates org.jdbi:jdbi3-bom from 3.48.0 to 3.49.0

Release notes

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

3.49.0

Changelog

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

Unreleased

Commits
  • ca0ef36 [maven-release-plugin] prepare release v3.49.0
  • 06028eb release docs 3.49.0
  • 6d905f5 release notes #2733
  • 16718b2 Minor documentation update
  • 8b2bb52 Fixed checkstyle errors
  • d3c6c4d Use a plain java Function instead of RowMapperFieldPostProcessor
  • 51a9c30 Added dosc on the combination of @​Nested and Optional
  • 3d68ad8 fixed unneeded use of fully qualified names
  • e2ab0aa Removed functionality that automatically set results to null when all values ...
  • 4ec8068 Use existing method for getting the type parameter
  • Additional commits viewable in compare view

Updates com.google.protobuf:protobuf-java from 4.30.1 to 4.30.2

Commits
  • 43e1626 Updating version.json and repo version numbers to: 30.2
  • 7a4c63b Fix lite classes in the protobuf-java Maven release to be JDK8 compatible. (#...
  • 7831669 Remove dllexport attribute on variable definition. (#20833)
  • da9cadc Restore JDK8 compatibility in Bazel for libraries with dependencies from Mave...
  • 09b5078 Add protobuf_maven artifacts to protobuf_maven_dev as well so they can still ...
  • b7f06f1 Add volatile to featuresResolved (#20766)
  • b69f653 Restore generator headers in cmake install until the next breaking C++ releas...
  • f4b0a79 Restore custom protobuf maven namespaces to avoid polluting main maven namesp...
  • 2dc9f35 Fix Java concurrency issue in feature resolution for old <=3.25.x gencode usi...
  • 221b2a0 Change how we decide which empty string implementation to use. (#20708)
  • Additional commits viewable in compare view

Updates io.opentelemetry.semconv:opentelemetry-semconv from 1.30.0 to 1.32.0

Release notes

Sourced from io.opentelemetry.semconv:opentelemetry-semconv's releases.

Version 1.32.0

  • Bump to semantic-conventions v1.32.0 (#192))

🙇 Thank you

This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:

@​breedx-splk @​jack-berg @​renovate

Version 1.31.0

  • Bump to semantic-conventions v1.31.0 (#189))
  • Harden GitHub Actions (#152, #153, #155)
  • Add OSSF scorecard workflow (#156)
  • Add codeql (#157)
  • Restrict token permissions (#161)
  • Run gradle wrapper check all the time (#159)
  • Add FOSSA license scanning (#163)
  • Update to weaver 0.13.2 and enable javadoc validation (#174)

🙇 Thank you

This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:

@​breedx-splk @​github-advanced-security @​jack-berg @​jaydeluca @​laurit @​renovate @​step-security-bot @​trask @​zeitlinger

Changelog

Sourced from io.opentelemetry.semconv:opentelemetry-semconv's changelog.

Version 1.32.0 (2025-04-02)

  • Bump to semantic-conventions v1.32.0 (#192))

Version 1.31.0 (2025-04-01)

  • Bump to semantic-conventions v1.31.0 (#189))
  • Harden GitHub Actions (#152, #153, #155)
  • Add OSSF scorecard workflow (#156)
  • Add codeql (#157)
  • Restrict token permissions (#161)
  • Run gradle wrapper check all the time (#159)
  • Add FOSSA license scanning (#163)
  • Update to weaver 0.13.2 and enable javadoc validation (#174)
Commits
  • 58d4a61 Prepare release 1.32.0 (#195)
  • 9cf7925 Update to semantic-conventions 1.32.0 (#192)
  • 59512eb fix(deps): update dependency checkstyle to v10.23.0 (#193)
  • a701d21 Update changelog for 1.31.0 release (#190)
  • 862def8 Bump to semantic-conventions v1.31.0 (#189)
  • 820dd9d chore(deps): update github actions (#188)
  • 346740a fix(deps): update dependency checkstyle to v10.22.0 (#187)
  • 1c0528b fix(deps): update dependency com.google.guava:guava to v33.4.6-jre (#186)
  • 8ee54ff fix(deps): update dependency org.junit:junit-bom to v5.12.1 (#183)
  • 30f3c39 chore(deps): update github actions (#185)
  • Additional commits viewable in compare view

Updates net.bytebuddy:byte-buddy from 1.17.4 to 1.17.5

Release notes

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

Byte Buddy 1.17.5

  • Update ASM to version 9.8 to support Java 25 using ASM reader and writer.
  • Include AnnotationRemoval visitor for removing or replacing annotations.
Changelog

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

30. March 2025: version 1.17.5

  • Update ASM to version 9.8 to support Java 25 using ASM reader and writer.
  • Include AnnotationRemoval visitor for removing or replacing annotations.
Commits
  • 5bfbb2c [maven-release-plugin] prepare release byte-buddy-1.17.5
  • 6d606ca [release] Release new version.
  • 82391a6 Add release notes.
  • acee964 [release] Update ASM and release new version
  • 5274152 Add missing checksums
  • 9a910a6 Add checksums and minor fixes.
  • 50f39fe Add tests for annotation removal.
  • 6e88849 Add annotation removal.
  • 11c76cc Add annotation removal.
  • 41016d9 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

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

Release notes

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

Checker Framework 3.49.2

Version 3.49.2 (April 1, 2025)

Closed issues:

#6747, #6755, #6789, #6891, #6963, #6996, #7001, #7008, #7014.

Changelog

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

Version 3.49.2 (April 1, 2025)

Closed issues:

#6747, #6755, #6789, #6891, #6963, #6996, #7001, #7008, #7014.

Commits
  • d988fcc new release 3.49.2
  • ea56a88 Update version of Java used during release to match what is installed on tern.
  • 6569ef7 Prep for release.
  • 536c2ce Add chromium build annotations and alias null-related (#7012)
  • a7cca4f Update dependency org.projectlombok:lombok to v1.18.38 (#7017)
  • ba4e639 Type argument inference fixes. (#7002)
  • 51f6d6b Set canary_version to JDK 23
  • 76a6334 Suppress warnings.
  • 118075e In CI, build with Java 21
  • 2c7cc61 Add test cases for unnamed patterns and variables
  • Additional commits viewable in compare view

Updates org.ow2.asm:asm from 9.7.1 to 9.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 all group in /wren-core-legacy with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [io.airlift:airbase](https://github.com/airlift/airbase) | `241` | `249` |
| [org.jdbi:jdbi3-bom](https://github.com/jdbi/jdbi) | `3.48.0` | `3.49.0` |
| [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `4.30.1` | `4.30.2` |
| [io.opentelemetry.semconv:opentelemetry-semconv](https://github.com/open-telemetry/semantic-conventions-java) | `1.30.0` | `1.32.0` |
| [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.17.4` | `1.17.5` |
| [org.checkerframework:checker-qual](https://github.com/typetools/checker-framework) | `3.49.1` | `3.49.2` |
| org.ow2.asm:asm | `9.7.1` | `9.8` |


Updates `io.airlift:airbase` from 241 to 249
- [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.jdbi:jdbi3-bom` from 3.48.0 to 3.49.0
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.48.0...v3.49.0)

Updates `com.google.protobuf:protobuf-java` from 4.30.1 to 4.30.2
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v4.30.1...v4.30.2)

Updates `io.opentelemetry.semconv:opentelemetry-semconv` from 1.30.0 to 1.32.0
- [Release notes](https://github.com/open-telemetry/semantic-conventions-java/releases)
- [Changelog](https://github.com/open-telemetry/semantic-conventions-java/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/semantic-conventions-java@v1.30.0...v1.32.0)

Updates `net.bytebuddy:byte-buddy` from 1.17.4 to 1.17.5
- [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.4...byte-buddy-1.17.5)

Updates `org.checkerframework:checker-qual` from 3.49.1 to 3.49.2
- [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.1...checker-framework-3.49.2)

Updates `org.ow2.asm:asm` from 9.7.1 to 9.8

---
updated-dependencies:
- dependency-name: io.airlift:airbase
  dependency-version: '249'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: org.jdbi:jdbi3-bom
  dependency-version: 3.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: com.google.protobuf:protobuf-java
  dependency-version: 4.30.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: io.opentelemetry.semconv:opentelemetry-semconv
  dependency-version: 1.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: net.bytebuddy:byte-buddy
  dependency-version: 1.17.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.checkerframework:checker-qual
  dependency-version: 3.49.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.ow2.asm:asm
  dependency-version: '9.8'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

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 v1-engine-changed labels Apr 8, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 14, 2025

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

@dependabot dependabot bot closed this Apr 14, 2025
@dependabot dependabot bot deleted the dependabot/maven/wren-core-legacy/all-17d6fbd4ad branch April 14, 2025 19:34
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.

0 participants