File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 36
36
<maven .compiler.source>1.8</maven .compiler.source>
37
37
<maven .compiler.target>1.8</maven .compiler.target>
38
38
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
39
- <opencensus .version>0.28.2 </opencensus .version>
39
+ <opencensus .version>0.28.3 </opencensus .version>
40
40
</properties >
41
41
42
42
<dependencies >
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Copyright 2019 Google LLC
66
66
<dependency >
67
67
<groupId >io.opencensus</groupId >
68
68
<artifactId >opencensus-contrib-http-util</artifactId >
69
- <version >0.28.2 </version >
69
+ <version >0.28.3 </version >
70
70
</dependency >
71
71
72
72
<!-- Test dependencies -->
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ limitations under the License.
33
33
<maven .compiler.target>1.8</maven .compiler.target>
34
34
<maven .compiler.source>1.8</maven .compiler.source>
35
35
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
36
- <opencensus .version>0.28.2 </opencensus .version>
36
+ <opencensus .version>0.28.3 </opencensus .version>
37
37
</properties >
38
38
39
39
<!-- Include the BOM to ensure compatibility across multiple google-cloud-* libraries -->
Original file line number Diff line number Diff line change 43
43
<dependency >
44
44
<groupId >io.opencensus</groupId >
45
45
<artifactId >opencensus-api</artifactId >
46
- <version >0.28.2 </version >
46
+ <version >0.28.3 </version >
47
47
</dependency >
48
48
<dependency >
49
49
<groupId >io.opencensus</groupId >
50
50
<artifactId >opencensus-exporter-trace-stackdriver</artifactId >
51
- <version >0.28.2 </version >
51
+ <version >0.28.3 </version >
52
52
</dependency >
53
53
<dependency >
54
54
<groupId >io.opencensus</groupId >
55
55
<artifactId >opencensus-impl</artifactId >
56
- <version >0.28.2 </version >
56
+ <version >0.28.3 </version >
57
57
<scope >runtime</scope >
58
58
</dependency >
59
59
<dependency >
You can’t perform that action at this time.
0 commit comments