We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 421b25d commit 5c78204Copy full SHA for 5c78204
build.gradle
@@ -46,7 +46,7 @@ dependencies {
46
implementation(group: 'com.google.cloud', name: 'google-cloud-bigtable', version: '2.24.1') {
47
exclude group: "io.grpc"
48
}
49
- implementation (group: 'com.aliyun.odps', name: 'odps-sdk-core', version: '0.51.3-public') {
+ implementation (group: 'com.aliyun.odps', name: 'odps-sdk-core', version: '0.51.6-public') {
50
exclude group: "com.google"
51
52
exclude group: "org.slf4j"
0 commit comments