Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/java-storage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 965949c93143c891a02a4496f692b87885d4d352
Choose a base ref
..
head repository: googleapis/java-storage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 33537573bbb06208e58674940941675467ffc064
Choose a head ref
Showing with 16 additions and 15 deletions.
  1. +1 −1 .github/workflows/hermetic_library_generation.yaml
  2. +2 −1 CHANGELOG.md
  3. +5 −5 google-cloud-storage/pom.xml
  4. +2 −2 pom.xml
  5. +3 −3 samples/install-without-bom/pom.xml
  6. +1 −1 samples/snapshot/pom.xml
  7. +2 −2 samples/snippets/pom.xml
2 changes: 1 addition & 1 deletion .github/workflows/hermetic_library_generation.yaml
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
- uses: googleapis/sdk-platform-java/.github/scripts@v2.46.1
- uses: googleapis/sdk-platform-java/.github/scripts@v2.47.0
if: env.SHOULD_RUN == 'true'
with:
base_ref: ${{ github.base_ref }}
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Changelog

## [2.43.2](https://github.com/googleapis/java-storage/compare/v2.43.1...v2.43.2) (2024-10-04)
## [2.43.2](https://github.com/googleapis/java-storage/compare/v2.43.1...v2.43.2) (2024-10-07)


### Dependencies

* Update dependency com.google.apis:google-api-services-storage to v1-rev20240924-2.0.0 ([#2719](https://github.com/googleapis/java-storage/issues/2719)) ([7b19831](https://github.com/googleapis/java-storage/commit/7b19831b48153bb7f6744f5d7b8559c244d483d7))
* Update googleapis/sdk-platform-java action to v2.47.0 ([#2749](https://github.com/googleapis/java-storage/issues/2749)) ([befa415](https://github.com/googleapis/java-storage/commit/befa415d69743faf079930315c5ebd8afaa52d7f))

## [2.43.1](https://github.com/googleapis/java-storage/compare/v2.43.0...v2.43.1) (2024-09-26)

10 changes: 5 additions & 5 deletions google-cloud-storage/pom.xml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
</parent>
<properties>
<site.installationModule>google-cloud-storage</site.installationModule>
<pubsub-proto.version>1.114.2</pubsub-proto.version>
<pubsub-proto.version>1.115.0</pubsub-proto.version>
</properties>
<dependencies>
<dependency>
@@ -224,14 +224,14 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-kms-v1</artifactId>
<version>0.143.0</version>
<version>0.145.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-kms</artifactId>
<version>2.52.0</version>
<version>2.54.0</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -310,13 +310,13 @@
<dependency>
<groupId>net.jqwik</groupId>
<artifactId>jqwik</artifactId>
<version>1.9.0</version>
<version>1.9.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
<version>4.8.176</version>
<version>4.8.177</version>
<scope>test</scope>
</dependency>
</dependencies>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.11.1</version>
<version>5.11.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -144,7 +144,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsub</artifactId>
<version>1.132.2</version>
<version>1.133.0</version>
<scope>test</scope>
</dependency>
<dependency>
6 changes: 3 additions & 3 deletions samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
@@ -30,12 +30,12 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>2.43.0</version>
<version>2.43.1</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-control</artifactId>
<version>2.43.0</version>
<version>2.43.1</version>
</dependency>
<!-- [END storage_install_without_bom] -->

@@ -66,7 +66,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsub</artifactId>
<version>1.132.2</version>
<version>1.133.0</version>
<scope>test</scope>
</dependency>
</dependencies>
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsub</artifactId>
<version>1.132.2</version>
<version>1.133.0</version>
<scope>test</scope>
</dependency>
</dependencies>
4 changes: 2 additions & 2 deletions samples/snippets/pom.xml
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.47.0</version>
<version>26.48.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -76,7 +76,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsub</artifactId>
<version>1.132.2</version>
<version>1.133.0</version>
<scope>test</scope>
</dependency>
<!-- [START storage_install_with_bom] -->