Skip to content

Commit

Permalink
chore(deps): update opencensus packages to v0.28.1 (#4046)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Oct 21, 2020
1 parent a8cf7eb commit e97de73
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion opencensus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<opencensus.version>0.27.1</opencensus.version>
<opencensus.version>0.28.1</opencensus.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion session-handling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Copyright 2019 Google LLC
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-contrib-http-util</artifactId>
<version>0.27.1</version>
<version>0.28.1</version>
</dependency>

<!-- Test dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion spanner/cloud-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ limitations under the License.
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<opencensus.version>0.27.0</opencensus.version>
<opencensus.version>0.28.1</opencensus.version>
</properties>

<!-- Include the BOM to ensure compatibility across multiple google-cloud-* libraries -->
Expand Down
6 changes: 3 additions & 3 deletions trace/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-api</artifactId>
<version>0.27.1</version>
<version>0.28.1</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-exporter-trace-stackdriver</artifactId>
<version>0.27.1</version>
<version>0.28.1</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-impl</artifactId>
<version>0.27.1</version>
<version>0.28.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit e97de73

Please sign in to comment.