Skip to content

Commit

Permalink
Update protobuf
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
  • Loading branch information
slinkydeveloper committed May 31, 2021
1 parent 9b122d5 commit b56d254
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion control-plane/pkg/contract/contract.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions data-plane/THIRD-PARTY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Lists of 150 third-party dependencies.
(Apache License, Version 2.0) Guava: Google Core Libraries for Java (com.google.guava:guava:30.1-android - https://github.com/google/guava/guava)
(The Apache Software License, Version 2.0) Guava ListenableFuture only (com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava - https://github.com/google/guava/listenablefuture)
(The Apache Software License, Version 2.0) J2ObjC Annotations (com.google.j2objc:j2objc-annotations:1.3 - https://github.com/google/j2objc/)
(3-Clause BSD License) Protocol Buffers [Core] (com.google.protobuf:protobuf-java:3.16.0 - https://developers.google.com/protocol-buffers/protobuf-java/)
(3-Clause BSD License) Protocol Buffers [Util] (com.google.protobuf:protobuf-java-util:3.16.0 - https://developers.google.com/protocol-buffers/protobuf-java-util/)
(3-Clause BSD License) Protocol Buffers [Core] (com.google.protobuf:protobuf-java:3.17.1 - https://developers.google.com/protocol-buffers/protobuf-java/)
(3-Clause BSD License) Protocol Buffers [Util] (com.google.protobuf:protobuf-java-util:3.17.1 - https://developers.google.com/protocol-buffers/protobuf-java-util/)
(Apache 2.0) OkHttp Logging Interceptor (com.squareup.okhttp3:logging-interceptor:3.12.12 - https://github.com/square/okhttp/logging-interceptor)
(Apache 2.0) MockWebServer (com.squareup.okhttp3:mockwebserver:3.12.6 - https://github.com/square/okhttp/mockwebserver)
(Apache 2.0) OkHttp (com.squareup.okhttp3:okhttp:3.14.9 - https://github.com/square/okhttp/okhttp)
Expand Down
2 changes: 1 addition & 1 deletion data-plane/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<micrometer.version>1.7.0</micrometer.version>
<opentelemetry.version>0.15.0</opentelemetry.version>
<jackson.version>2.12.3</jackson.version>
<protobuf.version>3.16.0</protobuf.version>
<protobuf.version>3.17.1</protobuf.version>
<slf4j.version>1.7.30</slf4j.version>
<ch.qos.logback.version>1.2.3</ch.qos.logback.version>
<net.logstash.logback.encoder.version>6.6</net.logstash.logback.encoder.version>
Expand Down

0 comments on commit b56d254

Please sign in to comment.