Skip to content

chore(java-deps): bump the all group across 1 directory with 24 updates #778

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
Sep 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

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

Package From To
io.airlift:airbase 167 171
org.jdbi:jdbi3-bom 3.45.3 3.45.4
com.google.errorprone:error_prone_annotations 2.30.0 2.31.0
com.google.errorprone:error_prone_core 2.30.0 2.31.0
com.google.protobuf:protobuf-java 4.27.3 4.28.0
io.airlift:bootstrap 260 262
io.airlift:concurrent 260 262
io.airlift:configuration 260 262
io.airlift:event 260 262
io.airlift:http-client 260 262
io.airlift:http-server 260 262
io.airlift:jaxrs 260 262
io.airlift:json 260 262
io.airlift:log 260 262
io.airlift:log-manager 260 262
io.airlift:node 260 262
io.airlift:stats 260 262
io.airlift:testing 260 262
io.airlift:trace-token 260 262
io.opentelemetry.semconv:opentelemetry-semconv 1.26.0-alpha 1.27.0-alpha
net.bytebuddy:byte-buddy 1.14.19 1.15.1
org.postgresql:postgresql 42.7.3 42.7.4
ca.vanzyl.provisio.maven.plugins:provisio-maven-plugin 1.0.25 1.0.26
org.apache.maven.plugins:maven-dependency-plugin 3.7.1 3.8.0

Updates io.airlift:airbase from 167 to 171

Release notes

Sourced from io.airlift:airbase's releases.

Release 171

What's Changed

Dependency updates 📦

Full Changelog: airlift/airbase@170...171

Release 170

What's Changed

Dependency updates 📦

Full Changelog: airlift/airbase@169...170

Release 169

What's Changed

Dependency updates 📦

Full Changelog: airlift/airbase@168...169

Release 168

What's Changed

Dependency updates 📦

... (truncated)

Commits

Updates org.jdbi:jdbi3-bom from 3.45.3 to 3.45.4

Release notes

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

3.45.4

  • Avoid virtual thread deadlock on connection acquire (#2686, thanks @​mhib !)
Changelog

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

3.45.4

  • Avoid virtual thread deadlock on connection acquire (#2686, thanks @​mhib !)
Commits
  • eb158ad [maven-release-plugin] prepare release v3.45.4
  • 36240e0 release 3.45.4
  • c88238b Use Lock instead of synchronized block in MemoizingSupplier to prevent pinning
  • 7649c21 Virtual threads: show limited pool test not working
  • 5ac5c31 Introduce java21 artifact with initial test showing Virtual Threads at least ...
  • 49ae34f PMD 7 fixups
  • 4a65630 PMD 7
  • 68490f2 fix release notes
  • 921090a Remove inactive project maintainers
  • f6b4a2e update release notes
  • Additional commits viewable in compare view

Updates com.google.errorprone:error_prone_annotations from 2.30.0 to 2.31.0

Release notes

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

Error Prone 2.31.0

This is the last planned minor release of Error Prone that will support running on JDK 11, see #3803. Using Error Prone to compile code that is deployed to earlier versions will continue to be fully supported, but will require using JDK 17 or newer for compilation and setting --release or -source/-target/-bootclasspath.

Changes:

New checks:

  • AutoValueBoxedValues: AutoValue instances should not usually contain boxed types that are not Nullable. We recommend removing the unnecessary boxing.

Full changelog: google/error-prone@v2.30.0...v2.31.0

Commits
  • 4294aac Release Error Prone 2.31.0
  • 5bf91fb Replace {@link ThreadSafeTypeParameter} with {@code ThreadSafeTypeParameter}
  • a5a7189 Replace ComparisonChain with a Comparator chain.
  • 7e9a100 Make ThreadSafeTypeParameter useful in the open-source version of ErrorProne.
  • b4cebef Fix typo noted by @​Stephan202.
  • 354104e Remove ThreadSafe.TypeParameter now that it's been replaced by `ThreadSafeT...
  • 7542d36 Don't fire CanIgnoreReturnValueSuggester for simple return param; impleme...
  • 0a5a5b8 Migrate CollectionIncompatibleType from the deprecated withSignature to `...
  • 78218f2 Write more about withSignature.
  • 90d9390 Mark some Kotlin ranges as Immutable.
  • Additional commits viewable in compare view

Updates com.google.errorprone:error_prone_core from 2.30.0 to 2.31.0

Release notes

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

Error Prone 2.31.0

This is the last planned minor release of Error Prone that will support running on JDK 11, see #3803. Using Error Prone to compile code that is deployed to earlier versions will continue to be fully supported, but will require using JDK 17 or newer for compilation and setting --release or -source/-target/-bootclasspath.

Changes:

New checks:

  • AutoValueBoxedValues: AutoValue instances should not usually contain boxed types that are not Nullable. We recommend removing the unnecessary boxing.

Full changelog: google/error-prone@v2.30.0...v2.31.0

Commits
  • 4294aac Release Error Prone 2.31.0
  • 5bf91fb Replace {@link ThreadSafeTypeParameter} with {@code ThreadSafeTypeParameter}
  • a5a7189 Replace ComparisonChain with a Comparator chain.
  • 7e9a100 Make ThreadSafeTypeParameter useful in the open-source version of ErrorProne.
  • b4cebef Fix typo noted by @​Stephan202.
  • 354104e Remove ThreadSafe.TypeParameter now that it's been replaced by `ThreadSafeT...
  • 7542d36 Don't fire CanIgnoreReturnValueSuggester for simple return param; impleme...
  • 0a5a5b8 Migrate CollectionIncompatibleType from the deprecated withSignature to `...
  • 78218f2 Write more about withSignature.
  • 90d9390 Mark some Kotlin ranges as Immutable.
  • Additional commits viewable in compare view

Updates com.google.protobuf:protobuf-java from 4.27.3 to 4.28.0

Commits

Updates io.airlift:bootstrap from 260 to 262

Release notes

Sourced from io.airlift:bootstrap's releases.

Release 262

What's Changed

Improvements 🎉

Dependency updates 📦

New Contributors

Full Changelog: airlift/airlift@261...262

Release 261

What's Changed

Dependency updates 📦

Others

Full Changelog: airlift/airlift@260...261

Commits

Updates io.airlift:concurrent from 260 to 262

Release notes

Sourced from io.airlift:concurrent's releases.

Release 262

What's Changed

Improvements 🎉

Dependency updates 📦

New Contributors

Full Changelog: airlift/airlift@261...262

Release 261

What's Changed

Dependency updates 📦

Others

Full Changelog: airlift/airlift@260...261

Commits

Updates io.airlift:configuration from 260 to 262

Release notes

Sourced from io.airlift:configuration's releases.

Release 262

What's Changed

Improvements 🎉

Dependency updates 📦

New Contributors

Full Changelog: airlift/airlift@261...262

Release 261

What's Changed

Dependency updates 📦

Others

Full Changelog: airlift/airlift@260...261

Commits

Updates io.airlift:event from 260 to 262

Release notes

Sourced from io.airlift:event's releases.

Release 262

What's Changed

Improvements 🎉

Dependency updates 📦

New Contributors

Full Changelog: airlift/airlift@261...262

Release 261

What's Changed

Dependency updates 📦

Others

Full Changelog: airlift/airlift@260...261

Commits

Updates io.airlift:http-client from 260 to 262

Release notes

Sourced from io.airlift:http-client's releases.

Release 262

What's Changed

Improvements 🎉

Dependency updates 📦

New Contributors

Full Changelog: airlift/airlift@261...262

Release 261

What's Changed

Dependency updates 📦

Others

Full Changelog: airlift/airlift@260...261

Commits

Updates io.airlift:http-server from 260 to 262

Release notes

Sourced from io.airlift:http-server's releases.

Release 262

What's Changed

Improvements 🎉

Dependency updates 📦

New Contributors

Full Changelog: airlift/airlift@261...262

Release 261

What's Changed

Dependency updates 📦

Others

Full Changelog: airlift/airlift@260...261

Commits

Updates io.airlift:jaxrs from 260 to 262

Release notes

Sourced from io.airlift:jaxrs's releases.

Release 262

What's Changed

Improvements 🎉

Dependency updates 📦

New Contributors

Full Changelog: airlift/airlift@261...262

Release 261

What's Changed

Dependency updates 📦

Others

Full Changelog: airlift/airlift@260...261

Commits

Updates io.airlift:json from 260 to 262

Release notes

Sourced from io.airlift:json's releases.

Release 262

What's Changed

Improvements 🎉

Dependency updates 📦

New Contributors

Full Changelog: airlift/airlift@261...262

Release 261

What's Changed

Dependency updates 📦

Others

Full Changelog: airlift/airlift@260...261

Commits

Updates io.airlift:log from 260 to 262

Release notes

Sourced from io.airlift:log's releases.

Release 262

What's Changed

Improvements 🎉

Dependency updates 📦

New Contributors

Full Changelog: airlift/airlift@261...262

Release 261

What's Changed

Dependency updates 📦

Others

Full Changelog: airlift/airlift@260...261

Commits

Updates io.airlift:log-manager from 260 to 262

Release notes

Sourced from io.airlift:log-manager's releases.

Release 262

What's Changed

Improvements 🎉

Dependency updates 📦

New Contributors

Full Changelog: airlift/airlift@261...262

Release 261

What's Changed

Dependency updates 📦

Others

Full Changelog: airlift/airlift@260...261

Commits

Updates io.airlift:node from 260 to 262

Release notes

Sourced from io.airlift:node's releases.

Release 262

What's Changed

Improvements 🎉

Dependency updates 📦

New Contributors

Full Changelog: airlift/airlift@261...262

Release 261

What's Changed

Dependency updates 📦

Others

Full Changelog: airlift/airlift@260...261

Commits

Updates io.airlift:stats from 260 to 262

Release notes

Sourced from io.airlift:stats's releases.

Release 262

What's Changed

Improvements 🎉

Dependency updates 📦

New Contributors

Full Changelog: airlift/airlift@261...262

Release 261

What's Changed

Dependency updates 📦

Others

Full Changelog: airlift/airlift@260...261

Commits

Updates io.airlift:testing from 260 to 262

Release notes

Sourced from io.airlift:testing's releases.

Release 262

What's Changed

Improvements 🎉

Dependency updates 📦

New Contributors

Full Changelog: airlift/airlift@261...262

Release 261

What's Changed

Dependency updates 📦

Others

Full Changelog: airlift/airlift@260...261

Commits
  • See full diff in

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

| Package | From | To |
| --- | --- | --- |
| [io.airlift:airbase](https://github.com/airlift/airbase) | `167` | `171` |
| [org.jdbi:jdbi3-bom](https://github.com/jdbi/jdbi) | `3.45.3` | `3.45.4` |
| [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone) | `2.30.0` | `2.31.0` |
| [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) | `2.30.0` | `2.31.0` |
| [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `4.27.3` | `4.28.0` |
| [io.airlift:bootstrap](https://github.com/airlift/airlift) | `260` | `262` |
| [io.airlift:concurrent](https://github.com/airlift/airlift) | `260` | `262` |
| [io.airlift:configuration](https://github.com/airlift/airlift) | `260` | `262` |
| [io.airlift:event](https://github.com/airlift/airlift) | `260` | `262` |
| [io.airlift:http-client](https://github.com/airlift/airlift) | `260` | `262` |
| [io.airlift:http-server](https://github.com/airlift/airlift) | `260` | `262` |
| [io.airlift:jaxrs](https://github.com/airlift/airlift) | `260` | `262` |
| [io.airlift:json](https://github.com/airlift/airlift) | `260` | `262` |
| [io.airlift:log](https://github.com/airlift/airlift) | `260` | `262` |
| [io.airlift:log-manager](https://github.com/airlift/airlift) | `260` | `262` |
| [io.airlift:node](https://github.com/airlift/airlift) | `260` | `262` |
| [io.airlift:stats](https://github.com/airlift/airlift) | `260` | `262` |
| [io.airlift:testing](https://github.com/airlift/airlift) | `260` | `262` |
| [io.airlift:trace-token](https://github.com/airlift/airlift) | `260` | `262` |
| [io.opentelemetry.semconv:opentelemetry-semconv](https://github.com/open-telemetry/semantic-conventions-java) | `1.26.0-alpha` | `1.27.0-alpha` |
| [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.14.19` | `1.15.1` |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.3` | `42.7.4` |
| [ca.vanzyl.provisio.maven.plugins:provisio-maven-plugin](https://github.com/takari/provisio) | `1.0.25` | `1.0.26` |
| [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) | `3.7.1` | `3.8.0` |



Updates `io.airlift:airbase` from 167 to 171
- [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.45.3 to 3.45.4
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.45.3...v3.45.4)

Updates `com.google.errorprone:error_prone_annotations` from 2.30.0 to 2.31.0
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.30.0...v2.31.0)

Updates `com.google.errorprone:error_prone_core` from 2.30.0 to 2.31.0
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.30.0...v2.31.0)

Updates `com.google.protobuf:protobuf-java` from 4.27.3 to 4.28.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)

Updates `io.airlift:bootstrap` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:concurrent` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:configuration` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:event` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:http-client` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:http-server` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:jaxrs` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:json` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:log` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:log-manager` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:node` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:stats` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:testing` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:trace-token` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:concurrent` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:configuration` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:event` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:http-client` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:http-server` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:jaxrs` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:json` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:log` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:log-manager` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:node` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:stats` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:testing` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:trace-token` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.opentelemetry.semconv:opentelemetry-semconv` from 1.26.0-alpha to 1.27.0-alpha
- [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](https://github.com/open-telemetry/semantic-conventions-java/commits)

Updates `net.bytebuddy:byte-buddy` from 1.14.19 to 1.15.1
- [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.14.19...byte-buddy-1.15.1)

Updates `org.postgresql:postgresql` from 42.7.3 to 42.7.4
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.3...REL42.7.4)

Updates `com.google.errorprone:error_prone_core` from 2.30.0 to 2.31.0
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.30.0...v2.31.0)

Updates `ca.vanzyl.provisio.maven.plugins:provisio-maven-plugin` from 1.0.25 to 1.0.26
- [Release notes](https://github.com/takari/provisio/releases)
- [Commits](jvanzyl/provisio@provisio-1.0.25...provisio-1.0.26)

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

---
updated-dependencies:
- dependency-name: io.airlift:airbase
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: org.jdbi:jdbi3-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.google.errorprone:error_prone_annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: com.google.errorprone:error_prone_core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: io.airlift:bootstrap
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:concurrent
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:configuration
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:event
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:http-client
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:http-server
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:jaxrs
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:json
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:log
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:log-manager
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:node
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:stats
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:testing
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:trace-token
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:concurrent
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:configuration
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:event
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:http-client
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:http-server
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:jaxrs
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:json
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:log
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:log-manager
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:node
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:stats
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:testing
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:trace-token
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.opentelemetry.semconv:opentelemetry-semconv
  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-minor
  dependency-group: all
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.google.errorprone:error_prone_core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ca.vanzyl.provisio.maven.plugins:provisio-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Sep 2, 2024
@goldmedal goldmedal merged commit 1654c9b into main Sep 4, 2024
5 of 6 checks passed
@goldmedal goldmedal deleted the dependabot/maven/all-0e46e936f8 branch September 4, 2024 03:51
grieve54706 pushed a commit that referenced this pull request Dec 13, 2024
…es (#778)

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

| Package | From | To |
| --- | --- | --- |
| [io.airlift:airbase](https://github.com/airlift/airbase) | `167` | `171` |
| [org.jdbi:jdbi3-bom](https://github.com/jdbi/jdbi) | `3.45.3` | `3.45.4` |
| [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone) | `2.30.0` | `2.31.0` |
| [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) | `2.30.0` | `2.31.0` |
| [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `4.27.3` | `4.28.0` |
| [io.airlift:bootstrap](https://github.com/airlift/airlift) | `260` | `262` |
| [io.airlift:concurrent](https://github.com/airlift/airlift) | `260` | `262` |
| [io.airlift:configuration](https://github.com/airlift/airlift) | `260` | `262` |
| [io.airlift:event](https://github.com/airlift/airlift) | `260` | `262` |
| [io.airlift:http-client](https://github.com/airlift/airlift) | `260` | `262` |
| [io.airlift:http-server](https://github.com/airlift/airlift) | `260` | `262` |
| [io.airlift:jaxrs](https://github.com/airlift/airlift) | `260` | `262` |
| [io.airlift:json](https://github.com/airlift/airlift) | `260` | `262` |
| [io.airlift:log](https://github.com/airlift/airlift) | `260` | `262` |
| [io.airlift:log-manager](https://github.com/airlift/airlift) | `260` | `262` |
| [io.airlift:node](https://github.com/airlift/airlift) | `260` | `262` |
| [io.airlift:stats](https://github.com/airlift/airlift) | `260` | `262` |
| [io.airlift:testing](https://github.com/airlift/airlift) | `260` | `262` |
| [io.airlift:trace-token](https://github.com/airlift/airlift) | `260` | `262` |
| [io.opentelemetry.semconv:opentelemetry-semconv](https://github.com/open-telemetry/semantic-conventions-java) | `1.26.0-alpha` | `1.27.0-alpha` |
| [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.14.19` | `1.15.1` |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.3` | `42.7.4` |
| [ca.vanzyl.provisio.maven.plugins:provisio-maven-plugin](https://github.com/takari/provisio) | `1.0.25` | `1.0.26` |
| [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) | `3.7.1` | `3.8.0` |



Updates `io.airlift:airbase` from 167 to 171
- [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.45.3 to 3.45.4
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.45.3...v3.45.4)

Updates `com.google.errorprone:error_prone_annotations` from 2.30.0 to 2.31.0
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.30.0...v2.31.0)

Updates `com.google.errorprone:error_prone_core` from 2.30.0 to 2.31.0
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.30.0...v2.31.0)

Updates `com.google.protobuf:protobuf-java` from 4.27.3 to 4.28.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)

Updates `io.airlift:bootstrap` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:concurrent` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:configuration` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:event` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:http-client` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:http-server` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:jaxrs` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:json` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:log` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:log-manager` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:node` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:stats` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:testing` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:trace-token` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:concurrent` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:configuration` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:event` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:http-client` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:http-server` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:jaxrs` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:json` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:log` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:log-manager` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:node` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:stats` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:testing` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.airlift:trace-token` from 260 to 262
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

Updates `io.opentelemetry.semconv:opentelemetry-semconv` from 1.26.0-alpha to 1.27.0-alpha
- [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](https://github.com/open-telemetry/semantic-conventions-java/commits)

Updates `net.bytebuddy:byte-buddy` from 1.14.19 to 1.15.1
- [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.14.19...byte-buddy-1.15.1)

Updates `org.postgresql:postgresql` from 42.7.3 to 42.7.4
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.3...REL42.7.4)

Updates `com.google.errorprone:error_prone_core` from 2.30.0 to 2.31.0
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.30.0...v2.31.0)

Updates `ca.vanzyl.provisio.maven.plugins:provisio-maven-plugin` from 1.0.25 to 1.0.26
- [Release notes](https://github.com/takari/provisio/releases)
- [Commits](jvanzyl/provisio@provisio-1.0.25...provisio-1.0.26)

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

---
updated-dependencies:
- dependency-name: io.airlift:airbase
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: org.jdbi:jdbi3-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.google.errorprone:error_prone_annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: com.google.errorprone:error_prone_core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: io.airlift:bootstrap
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:concurrent
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:configuration
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:event
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:http-client
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:http-server
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:jaxrs
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:json
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:log
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:log-manager
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:node
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:stats
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:testing
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:trace-token
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:concurrent
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:configuration
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:event
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:http-client
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:http-server
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:jaxrs
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:json
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:log
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:log-manager
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:node
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:stats
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:testing
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:trace-token
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.opentelemetry.semconv:opentelemetry-semconv
  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-minor
  dependency-group: all
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.google.errorprone:error_prone_core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ca.vanzyl.provisio.maven.plugins:provisio-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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