Skip to content

Commit f72710b

Browse files
committed
Add 2.19-dev branch to workflow and bump Calcite version in api module
Signed-off-by: Chen Dai <[email protected]>
1 parent 24726be commit f72710b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven-publish-modules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- main
88
- '[0-9]+.[0-9]+'
99
- '[0-9]+.x'
10-
- unified-ppl-2.19-dev-publish-test
10+
- 2.19-dev
1111

1212
env:
1313
SNAPSHOT_REPO_URL: https://ci.opensearch.org/ci/dbc/snapshots/maven/

api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
1616
testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version: "${hamcrest_version}"
1717
testImplementation group: 'org.mockito', name: 'mockito-core', version: "${mockito_version}"
18-
testImplementation group: 'org.apache.calcite', name: 'calcite-testkit', version: '1.38.0'
18+
testImplementation group: 'org.apache.calcite', name: 'calcite-testkit', version: '1.41.0'
1919
}
2020

2121
spotless {

0 commit comments

Comments
 (0)