chore: Update generation configuration at Wed Feb 12 02:22:50 UTC 202… · googleapis/java-spanner@20a3d0d (original) (raw)
3 files changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -37,7 +37,7 @@ jobs: | ||
37 | 37 | with: |
38 | 38 | fetch-depth: 0 |
39 | 39 | token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }} |
40 | - - uses: googleapis/sdk-platform-java/.github/scripts@v2.52.0 | |
40 | + - uses: googleapis/sdk-platform-java/.github/scripts@v2.53.0 | |
41 | 41 | if: env.SHOULD_RUN == 'true' |
42 | 42 | with: |
43 | 43 | base_ref: ${{ github.base_ref }} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -49,7 +49,7 @@ If you are using Maven without the BOM, add this to your dependencies: | ||
49 | 49 | If you are using Gradle 5.x or later, add this to your dependencies: |
50 | 50 | |
51 | 51 | ```Groovy |
52 | -implementation platform('com.google.cloud:libraries-bom:26.53.0') | |
52 | +implementation platform('com.google.cloud:libraries-bom:26.54.0') | |
53 | 53 | |
54 | 54 | implementation 'com.google.cloud:google-cloud-spanner' |
55 | 55 | ``` |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
1 | -gapic_generator_version: 2.52.0 | |
2 | -googleapis_commitish: 3cf61b2df20eace09e6336c23f9e08859c0d87ae | |
3 | -libraries_bom_version: 26.53.0 | |
1 | +gapic_generator_version: 2.53.0 | |
2 | +googleapis_commitish: 9605bff3d36fbdb1227b26bce68258c5f00815e4 | |
3 | +libraries_bom_version: 26.54.0 | |
4 | 4 | libraries: |
5 | 5 | - api_shortname: spanner |
6 | 6 | name_pretty: Cloud Spanner |