Skip to content

Commit

Permalink
chore(deps): update gapic-generator-java-bom.version to v2.21.0 (#1937)
Browse files Browse the repository at this point in the history
* chore(deps): update gapic-generator-java-bom.version to v2.21.0

* chore(deps): update protobuf version used to compile test protos to 3.23.2

* test: update golden files with expected copyright year changes

---------

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
emmileaf and renovate-bot authored Jun 12, 2023
1 parent 9aaefd0 commit 6ce445c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions spring-cloud-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<description>Spring Code Generator for Google Cloud</description>

<properties>
<gapic-generator-java-bom.version>2.20.1</gapic-generator-java-bom.version>
<gapic-generator-java-bom.version>2.21.0</gapic-generator-java-bom.version>
<!-- [gapic-test]: protobuf.version for compiling protos used in unit testing
this should be consistent with version in gapic-generator-java-bom -->
<protobuf.version>3.21.12</protobuf.version>
<protobuf.version>3.23.2</protobuf.version>
</properties>

<dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022 Google LLC
* Copyright 2023 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022 Google LLC
* Copyright 2023 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022 Google LLC
* Copyright 2023 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 6ce445c

Please sign in to comment.