Skip to content

Commit

Permalink
chore(submodules): update external submodules (#139)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 9, 2023
1 parent ca223d0 commit 21f95ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion external/googleapis
Submodule googleapis updated 120 files
2 changes: 1 addition & 1 deletion external/protobuf
Submodule protobuf updated 49 files
+3 −3 .github/workflows/codespell.yml
+6 −2 .github/workflows/test_java.yml
+1 −1 CMakeLists.txt
+1 −1 Protobuf-C++.podspec
+1 −1 Protobuf.podspec
+9 −1 build_defs/BUILD.bazel
+22 −0 build_defs/java_opts.bzl
+1 −0 ci/push_auto_update.sh
+1 −1 csharp/Google.Protobuf.Tools.nuspec
+1 −1 csharp/src/Google.Protobuf/Google.Protobuf.csproj
+5 −5 java/README.md
+1 −1 java/bom/pom.xml
+9 −9 java/core/BUILD.bazel
+1 −1 java/core/pom.xml
+5 −3 java/internal/JavaVersionTest.java
+1 −1 java/kotlin-lite/pom.xml
+1 −1 java/kotlin/pom.xml
+1 −1 java/lite.md
+1 −1 java/lite/pom.xml
+1 −1 java/pom.xml
+1 −1 java/protoc/pom.xml
+3 −3 java/util/BUILD.bazel
+1 −1 java/util/pom.xml
+1 −1 php/ext/google/protobuf/protobuf.h
+13 −1 pkg/BUILD.bazel
+6 −5 protobuf_version.bzl
+1 −0 python/BUILD.bazel
+1 −1 python/google/protobuf/__init__.py
+1 −1 ruby/google-protobuf.gemspec
+2 −2 ruby/pom.xml
+1 −1 src/google/protobuf/any.pb.h
+1 −1 src/google/protobuf/api.pb.h
+5 −1 src/google/protobuf/compiler/BUILD.bazel
+1 −1 src/google/protobuf/compiler/plugin.pb.h
+2 −0 src/google/protobuf/descriptor.cc
+1 −1 src/google/protobuf/descriptor.pb.h
+1 −1 src/google/protobuf/duration.pb.h
+1 −1 src/google/protobuf/empty.pb.h
+1 −1 src/google/protobuf/field_mask.pb.h
+1 −1 src/google/protobuf/port_def.inc
+1 −1 src/google/protobuf/source_context.pb.h
+1 −1 src/google/protobuf/struct.pb.h
+1 −1 src/google/protobuf/stubs/common.h
+16 −2 src/google/protobuf/text_format.cc
+5 −0 src/google/protobuf/text_format.h
+7 −0 src/google/protobuf/text_format_unittest.cc
+1 −1 src/google/protobuf/timestamp.pb.h
+1 −1 src/google/protobuf/type.pb.h
+1 −1 src/google/protobuf/wrappers.pb.h

0 comments on commit 21f95ca

Please sign in to comment.