File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 5555 <truth .version>1.1.3</truth .version>
5656 <mockito .version>4.2.0</mockito .version>
5757 <hamcrest .version>2.2</hamcrest .version>
58+ <opencensus .version>0.30.0</opencensus .version>
5859 </properties >
5960
6061 <dependencyManagement >
6162 <dependencies >
6263 <dependency >
6364 <groupId >com.google.cloud</groupId >
6465 <artifactId >google-cloud-spanner-bom</artifactId >
65- <version >6.16.0 </version >
66+ <version >6.17.3 </version >
6667 <type >pom</type >
6768 <scope >import</scope >
6869 </dependency >
7374 <type >pom</type >
7475 <scope >import</scope >
7576 </dependency >
77+ <dependency >
78+ <groupId >io.opencensus</groupId >
79+ <artifactId >opencensus-api</artifactId >
80+ <version >${opencensus.version} </version >
81+ </dependency >
82+ <dependency >
83+ <groupId >io.opencensus</groupId >
84+ <artifactId >opencensus-contrib-grpc-util</artifactId >
85+ <version >${opencensus.version} </version >
86+ </dependency >
7687 </dependencies >
7788 </dependencyManagement >
7889 <dependencies >
You can’t perform that action at this time.
0 commit comments