Skip to content

Commit a528a6b

Browse files
authored
chore: update librarian to v0.29.1 (googleapis#13872)
Librarian version upgrade and the `generate --all` command: ``` $ go run github.com/googleapis/librarian/cmd/librarian@v0.29.1 generate --all ``` This didn't generate any diff.
1 parent 843bd7c commit a528a6b

3 files changed

Lines changed: 7 additions & 50 deletions

File tree

java-storage/README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>libraries-bom</artifactId>
22-
<version>26.78.0</version>
22+
<version>26.83.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>
@@ -36,7 +36,6 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
3636
<artifactId>google-cloud-storage-control</artifactId>
3737
</dependency>
3838
</dependencies>
39-
4039
```
4140

4241
If you are using Maven without the BOM, add this to your dependencies:
@@ -46,14 +45,13 @@ If you are using Maven without the BOM, add this to your dependencies:
4645
<dependency>
4746
<groupId>com.google.cloud</groupId>
4847
<artifactId>google-cloud-storage</artifactId>
49-
<version>2.64.0</version>
48+
<version>2.70.0</version>
5049
</dependency>
5150
<dependency>
5251
<groupId>com.google.cloud</groupId>
5352
<artifactId>google-cloud-storage-control</artifactId>
54-
<version>2.64.0</version>
53+
<version>2.70.0</version>
5554
</dependency>
56-
5755
```
5856

5957
If you are using Gradle 5.x or later, add this to your dependencies:
@@ -63,6 +61,7 @@ implementation platform('com.google.cloud:libraries-bom:26.83.0')
6361
6462
implementation 'com.google.cloud:google-cloud-storage'
6563
```
64+
6665
If you are using Gradle without BOM, add this to your dependencies:
6766

6867
```Groovy
@@ -88,7 +87,7 @@ The client application making API calls must be granted [authorization scopes][a
8887
### Prerequisites
8988

9089
You will need a [Google Cloud Platform Console][developer-console] project with the Cloud Storage [API enabled][enable-api].
91-
90+
You will need to [enable billing][enable-billing] to use Google Cloud Storage.
9291
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
9392
[installing the Google Cloud Command Line Interface][cloud-cli] and running the following commands in command line:
9493
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
@@ -446,7 +445,6 @@ the individual GitHub repository `github.com/GoogleAPIs/java-SERVICENAME`
446445
and on [google-cloud-java][g-c-j].
447446

448447
## Versioning
449-
450448
This library follows [Semantic Versioning](http://semver.org/), but does update [Storage interface](src/main/java/com.google.cloud.storage/Storage.java)
451449
to introduce new methods which can break your implementations if you implement this interface for testing purposes.
452450

@@ -486,7 +484,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
486484
[contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
487485
[code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
488486
[license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE
489-
487+
[enable-billing]: https://cloud.google.com/apis/docs/getting-started#enabling_billing
490488
[enable-api]: https://console.cloud.google.com/flows/enableapi?apiid=storage.googleapis.com
491489
[libraries-bom]: https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM
492490
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png

java-storage/owlbot.py

Lines changed: 0 additions & 41 deletions
This file was deleted.

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
language: java
15-
version: v0.28.0
15+
version: v0.29.1
1616
repo: googleapis/google-cloud-java
1717
sources:
1818
googleapis:

0 commit comments

Comments
 (0)