diff --git a/sql/build.gradle b/sql/build.gradle index 84465d1b86e..d7c4921d9fc 100644 --- a/sql/build.gradle +++ b/sql/build.gradle @@ -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.