Skip to content

Commit

Permalink
all: bump PerfMark to 0.25.0 (grpc#8948)
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-mastrangelo authored and temawi committed Apr 8, 2022
1 parent 6793c01 commit 419b6b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -169,7 +169,7 @@ subprojects {
opencensus_impl_lite: "io.opencensus:opencensus-impl-lite:${opencensusVersion}",
opencensus_proto: "io.opencensus:opencensus-proto:0.2.0",
instrumentation_api: 'com.google.instrumentation:instrumentation-api:0.4.3',
perfmark: 'io.perfmark:perfmark-api:0.23.0',
perfmark: 'io.perfmark:perfmark-api:0.25.0',
protobuf: "com.google.protobuf:protobuf-java:${protobufVersion}",
protobuf_lite: "com.google.protobuf:protobuf-javalite:${protobufVersion}",
protobuf_util: "com.google.protobuf:protobuf-java-util:${protobufVersion}",
Expand Down
1 change: 1 addition & 0 deletions observability/build.gradle
Expand Up @@ -16,6 +16,7 @@ dependencies {
project(':grpc-stub'),
project(':grpc-alts'),
libraries.google_auth_oauth2_http,
libraries.perfmark,
('com.google.guava:guava:31.0.1-jre'),
('com.google.errorprone:error_prone_annotations:2.11.0'),
('com.google.auth:google-auth-library-credentials:1.4.0'),
Expand Down
2 changes: 1 addition & 1 deletion repositories.bzl
Expand Up @@ -39,7 +39,7 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
"io.netty:netty-transport:4.1.72.Final",
"io.opencensus:opencensus-api:0.24.0",
"io.opencensus:opencensus-contrib-grpc-metrics:0.24.0",
"io.perfmark:perfmark-api:0.23.0",
"io.perfmark:perfmark-api:0.25.0",
"junit:junit:4.12",
"org.apache.tomcat:annotations-api:6.0.53",
"org.codehaus.mojo:animal-sniffer-annotations:1.19",
Expand Down

0 comments on commit 419b6b1

Please sign in to comment.