chore(deps): fix (com.datastax.oss:java-driver-shaded-guava) (#13969)

This commit is contained in:
rahul MALAWADKAR 2025-07-08 06:24:37 +05:30 committed by GitHub
parent eb349f7b1d
commit 408e856986
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -140,8 +140,8 @@ project.ext.externalDependency = [
'commonsCollections': 'commons-collections:commons-collections:3.2.2',
'caffeine': 'com.github.ben-manes.caffeine:caffeine:3.1.8',
'datastaxOssNativeProtocol': 'com.datastax.oss:native-protocol:1.5.1',
'datastaxOssCore': 'com.datastax.oss:java-driver-core:4.14.1',
'datastaxOssQueryBuilder': 'com.datastax.oss:java-driver-query-builder:4.14.1',
'datastaxOssCore': 'org.apache.cassandra:java-driver-core:4.19.0',
'datastaxOssQueryBuilder': 'org.apache.cassandra:java-driver-query-builder:4.19.0',
'dgraph4j' : 'io.dgraph:dgraph4j:24.1.1',
'dgraphNetty': 'io.grpc:grpc-netty:1.71.0',
'dgraphShadedNetty': 'io.grpc:grpc-netty-shaded:1.71.0',