Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3f0d43f

Browse files
dependabot[bot]cmaglie
andauthoredJun 12, 2024··
[skip changelog] Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 (#2632)
* [skip changelog] Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 Bumps google.golang.org/protobuf from 1.34.1 to 1.34.2. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Updated license cache * Updated protoc generated files and doc * Updated CI task --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cristian Maglie <[email protected]>
1 parent a09150f commit 3f0d43f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+331
-331
lines changed
 

‎.github/workflows/check-protobuf-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Install Go deps
6868
run: |
69-
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.34.1
69+
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.34.2
7070
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3.0
7171
7272
- name: Install Task

‎.licenses/go/google.golang.org/protobuf/encoding/protojson.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: google.golang.org/protobuf/encoding/protojson
3-
version: v1.34.1
3+
version: v1.34.2
44
type: go
55
summary: Package protojson marshals and unmarshals protocol buffer messages as JSON
66
format.
77
homepage: https://pkg.go.dev/google.golang.org/protobuf/encoding/protojson
88
license: other
99
licenses:
10-
- sources: protobuf@v1.34.1/LICENSE
10+
- sources: protobuf@v1.34.2/LICENSE
1111
text: |
1212
Copyright (c) 2018 The Go Authors. All rights reserved.
1313
@@ -36,7 +36,7 @@ licenses:
3636
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3838
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
- sources: protobuf@v1.34.1/PATENTS
39+
- sources: protobuf@v1.34.2/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

0 commit comments

Comments
 (0)
Please sign in to comment.