Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Commit

Permalink
Bump protobuf-java-util in /data-prepper-plugins/otel-trace-source
Browse files Browse the repository at this point in the history
Bumps [protobuf-java-util](https://github.com/protocolbuffers/protobuf) from 3.15.5 to 3.15.6.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py)
- [Commits](protocolbuffers/protobuf@v3.15.5...v3.15.6)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 15, 2021
1 parent 21a6a76 commit 6a456c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-prepper-plugins/otel-trace-source/build.gradle
Expand Up @@ -8,7 +8,7 @@ dependencies {
compile 'commons-codec:commons-codec:1.15'
testCompile project(':data-prepper-api').sourceSets.test.output
implementation "io.opentelemetry:opentelemetry-proto:${versionMap.opentelemetry_proto}"
implementation 'com.google.protobuf:protobuf-java-util:3.15.5'
implementation 'com.google.protobuf:protobuf-java-util:3.15.6'
implementation "com.linecorp.armeria:armeria:1.5.0"
implementation "com.linecorp.armeria:armeria-grpc:1.5.0"
implementation "com.fasterxml.jackson.core:jackson-databind:2.12.2"
Expand Down

0 comments on commit 6a456c0

Please sign in to comment.