Skip to content

Commit 545913e

Browse files
authored
chore(deps): update opencensus packages to v0.28.3 (GoogleCloudPlatform#4564)
1 parent de4a3c7 commit 545913e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

opencensus/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<maven.compiler.source>1.8</maven.compiler.source>
3737
<maven.compiler.target>1.8</maven.compiler.target>
3838
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
39-
<opencensus.version>0.28.2</opencensus.version>
39+
<opencensus.version>0.28.3</opencensus.version>
4040
</properties>
4141

4242
<dependencies>

session-handling/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Copyright 2019 Google LLC
6666
<dependency>
6767
<groupId>io.opencensus</groupId>
6868
<artifactId>opencensus-contrib-http-util</artifactId>
69-
<version>0.28.2</version>
69+
<version>0.28.3</version>
7070
</dependency>
7171

7272
<!-- Test dependencies -->

spanner/cloud-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ limitations under the License.
3333
<maven.compiler.target>1.8</maven.compiler.target>
3434
<maven.compiler.source>1.8</maven.compiler.source>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
36-
<opencensus.version>0.28.2</opencensus.version>
36+
<opencensus.version>0.28.3</opencensus.version>
3737
</properties>
3838

3939
<!-- Include the BOM to ensure compatibility across multiple google-cloud-* libraries -->

trace/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@
4343
<dependency>
4444
<groupId>io.opencensus</groupId>
4545
<artifactId>opencensus-api</artifactId>
46-
<version>0.28.2</version>
46+
<version>0.28.3</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>io.opencensus</groupId>
5050
<artifactId>opencensus-exporter-trace-stackdriver</artifactId>
51-
<version>0.28.2</version>
51+
<version>0.28.3</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>io.opencensus</groupId>
5555
<artifactId>opencensus-impl</artifactId>
56-
<version>0.28.2</version>
56+
<version>0.28.3</version>
5757
<scope>runtime</scope>
5858
</dependency>
5959
<dependency>

0 commit comments

Comments
 (0)