8000 chore(deps): update opencensus packages to v0.27.0 (#3535) · coderatgoogle/java-docs-samples@6a1fd41 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6a1fd41

Browse files
authored
chore(deps): update opencensus packages to v0.27.0 (GoogleCloudPlatform#3535)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [io.opencensus:opencensus-contrib-http-util](https://togithub.com/census-instrumentation/opencensus-java) | minor | `0.26.0` -> `0.27.0` | | [io.opencensus:opencensus-impl](https://togithub.com/census-instrumentation/opencensus-java) | minor | `0.26.0` -> `0.27.0` | | [io.opencensus:opencensus-exporter-trace-stackdriver](https://togithub.com/census-instrumentation/opencensus-java) | minor | `0.26.0` -> `0.27.0` | | [io.opencensus:opencensus-api](https://togithub.com/census-instrumentation/opencensus-java) | minor | `0.26.0` -> `0.27.0` | | [io.opencensus:opencensus-exporter-stats-stackdriver](https://togithub.com/census-instrumentation/opencensus-java) | minor | `0.26.0` -> `0.27.0` | | [io.opencensus:opencensus-contrib-grpc-metrics](https://togithub.com/census-instrumentation/opencensus-java) | minor | `0.26.0` -> `0.27.0` | | [io.opencensus:opencensus-contrib-zpages](https://togithub.com/census-instrumentation/opencensus-java) | minor | `0.26.0` -> `0.27.0` | --- ### Release Notes <details> <summary>census-instrumentation/opencensus-java</summary> ### [`v0.27.0`](https://togithub.com/census-instrumentation/opencensus-java/compare/v0.26.0...v0.27.0) [Compare Source](https://togithub.com/census-instrumentation/opencensus-java/compare/v0.26.0...v0.27.0) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#GoogleCloudPlatform/java-docs-samples).
1 parent 5b18345 commit 6a1fd41

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

opencensus/pom.xml

Lines changed: 1 addition & 1 deletion
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.26.0</opencensus.version>
39+
<opencensus.version>0.27.0</opencensus.version>
4040
</properties>
4141

4242
<dependencies>

session-handling/pom.xml

Lines changed: 1 addition & 1 deletion
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.26.0</version>
69+
<version>0.27.0</version>
7070
</dependency>
7171

7272
<!-- Test dependencies -->

spanner/cloud-client/pom.xml

Lines changed: 1 addition & 1 deletion
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.26.0</opencensus.version>
36+
<opencensus.version>0.27.0</opencensus.version>
3737
</properties>
3838

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

trace/pom.xml

Lines changed: 3 additions & 3 deletions
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.26.0</version>
46+
<version>0.27.0</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>io.opencensus</groupId>
5050
<artifactId>opencensus-exporter-trace-stackdriver</artifactId>
51-
<version>0.26.0</version>
51+
<version>0.27.0</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>io.opencensus</groupId>
5555
<artifactId>opencensus-impl</artifactId>
56-
<version>0.26.0</version>
56+
<version>0.27.0</version>
5757
<scope>runtime</scope>
5858
</dependency>
5959
<dependency>

0 commit comments

Comments
 (0)
0