Skip to content

Bump dep.pinot.version from 1.4.0 to 1.5.0#29150

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/dep.pinot.version-1.5.0
Open

Bump dep.pinot.version from 1.4.0 to 1.5.0#29150
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/dep.pinot.version-1.5.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 17, 2026

Bumps dep.pinot.version from 1.4.0 to 1.5.0.
Updates org.apache.pinot:pinot-common from 1.4.0 to 1.5.0

Updates org.apache.pinot:pinot-core from 1.4.0 to 1.5.0

Updates org.apache.pinot:pinot-segment-local from 1.4.0 to 1.5.0

Updates org.apache.pinot:pinot-segment-spi from 1.4.0 to 1.5.0

Updates org.apache.pinot:pinot-spi from 1.4.0 to 1.5.0

Updates org.apache.pinot:pinot-yammer from 1.4.0 to 1.5.0

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 17, 2026
@cla-bot cla-bot Bot added the cla-signed label Apr 17, 2026
@github-actions github-actions Bot added the pinot Pinot connector label Apr 17, 2026
@ebyhr
Copy link
Copy Markdown
Member

ebyhr commented Apr 17, 2026

Error:  Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.6.2:enforce (default) on project trino-pinot: 
Error:  Rule 0: org.apache.maven.enforcer.rules.dependency.RequireUpperBoundDeps failed with message:
Error:  Failed while enforcing RequireUpperBoundDeps. The error(s) are [
Error:  Require upper bound dependencies error for io.grpc:grpc-stub:1.76.3. Paths to dependency are:
Error:  +-io.trino:trino-pinot:481-SNAPSHOT
Error:    +-org.apache.pinot:pinot-common:1.5.0
Error:      +-io.grpc:grpc-stub:1.76.3 (managed) <-- io.grpc:grpc-stub:1.79.0
Error:  , 
Error:  Require upper bound dependencies error for io.grpc:grpc-netty-shaded:1.76.3. Paths to dependency are:
Error:  +-io.trino:trino-pinot:481-SNAPSHOT
Error:    +-org.apache.pinot:pinot-common:1.5.0
Error:      +-io.grpc:grpc-netty-shaded:1.76.3 (managed) <-- io.grpc:grpc-netty-shaded:1.79.0
Error:  , 
Error:  Require upper bound dependencies error for io.grpc:grpc-protobuf:1.76.3. Paths to dependency are:
Error:  +-io.trino:trino-pinot:481-SNAPSHOT
Error:    +-org.apache.pinot:pinot-common:1.5.0
Error:      +-io.grpc:grpc-protobuf:1.76.3 (managed) <-- io.grpc:grpc-protobuf:1.79.0
Error:  ]

@ebyhr ebyhr force-pushed the dependabot/maven/dep.pinot.version-1.5.0 branch from 31bb3df to dbb5122 Compare April 19, 2026 23:24
@wendigo wendigo force-pushed the dependabot/maven/dep.pinot.version-1.5.0 branch 3 times, most recently from 508134d to 5d34c99 Compare April 21, 2026 09:57
Bumps `dep.pinot.version` from 1.4.0 to 1.5.0.

Updates `org.apache.pinot:pinot-common` from 1.4.0 to 1.5.0

Updates `org.apache.pinot:pinot-core` from 1.4.0 to 1.5.0

Updates `org.apache.pinot:pinot-segment-local` from 1.4.0 to 1.5.0

Updates `org.apache.pinot:pinot-segment-spi` from 1.4.0 to 1.5.0

Updates `org.apache.pinot:pinot-spi` from 1.4.0 to 1.5.0

Updates `org.apache.pinot:pinot-yammer` from 1.4.0 to 1.5.0

---
updated-dependencies:
- dependency-name: org.apache.pinot:pinot-common
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.pinot:pinot-core
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.pinot:pinot-segment-local
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.pinot:pinot-segment-spi
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.pinot:pinot-spi
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.pinot:pinot-yammer
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@wendigo wendigo force-pushed the dependabot/maven/dep.pinot.version-1.5.0 branch from 5d34c99 to 0421758 Compare April 21, 2026 12:16
@wendigo wendigo requested a review from ebyhr April 21, 2026 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed dependencies Pull requests that update a dependency file java Pull requests that update java code pinot Pinot connector

Development

Successfully merging this pull request may close these issues.

2 participants