Skip to content

Commit

Permalink
chore(gradle): bump org.apache.calcite:calcite-core
Browse files Browse the repository at this point in the history
Bumps [org.apache.calcite:calcite-core](https://github.com/apache/calcite) from 1.36.0 to 1.37.0.
- [Commits](apache/calcite@calcite-1.36.0...calcite-1.37.0)

---
updated-dependencies:
- dependency-name: org.apache.calcite:calcite-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 9, 2024
1 parent 928718b commit 39f3b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = 'The Deephaven SQL parser'

dependencies {
api project(':qst')
implementation 'org.apache.calcite:calcite-core:1.36.0'
implementation 'org.apache.calcite:calcite-core:1.37.0'
constraints {
// This constraint can be removed once calcite-core has next release and we can
// pick up the fixed dependency transitively.
Expand Down

0 comments on commit 39f3b31

Please sign in to comment.