Skip to content

Commit

Permalink
chore(deps): upgrade datastax libs version (#4986)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro93 authored May 24, 2022
1 parent 71c7dc4 commit 7928a78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ project.ext.externalDependency = [
'commonsCollections': 'commons-collections:commons-collections:3.2.2',
'data' : 'com.linkedin.pegasus:data:' + pegasusVersion,
'datastaxOssNativeProtocol': 'com.datastax.oss:native-protocol:1.5.1',
'datastaxOssCore': 'com.datastax.oss:java-driver-core:4.14.0',
'datastaxOssQueryBuilder': 'com.datastax.oss:java-driver-query-builder:4.14.0',
'datastaxOssCore': 'com.datastax.oss:java-driver-core:4.14.1',
'datastaxOssQueryBuilder': 'com.datastax.oss:java-driver-query-builder:4.14.1',
'dgraph4j' : 'io.dgraph:dgraph4j:21.03.1',
'dropwizardMetricsCore': 'io.dropwizard.metrics:metrics-core:4.2.3',
'dropwizardMetricsJmx': 'io.dropwizard.metrics:metrics-jmx:4.2.3',
Expand Down

0 comments on commit 7928a78

Please sign in to comment.