Skip to content

Commit 019840f

Browse files
authored
deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.6 (#1092)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-shared-dependencies](https://togithub.com/googleapis/java-shared-dependencies) | `3.0.5` -> `3.0.6` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.6/compatibility-slim/3.0.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.6/confidence-slim/3.0.5)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-firestore). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTkuMCJ9-->
1 parent c7ac9ed commit 019840f

File tree

6 files changed

+5
-7
lines changed

6 files changed

+5
-7
lines changed

.kokoro/release/publish_javadoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fi
2828
pushd $(dirname "$0")/../../
2929

3030
# install docuploader package
31-
python3 -m pip install --require-hashes -r .kokoro/requirements.txt
31+
python3 -m pip install gcp-docuploader
3232

3333
# compile all packages
3434
mvn clean install -B -q -DskipTests=true

.kokoro/release/publish_javadoc11.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fi
2828
pushd $(dirname "$0")/../../
2929

3030
# install docuploader package
31-
python3 -m pip install --require-hashes -r .kokoro/requirements.txt
31+
python3 -m pip install gcp-docuploader
3232

3333
# compile all packages
3434
mvn clean install -B -q -DskipTests=true

.kokoro/release/stage.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
set -eo pipefail
1717

1818
# Start the releasetool reporter
19-
requirementsFile=$(realpath $(dirname "${BASH_SOURCE[0]}")/../requirements.txt)
20-
python3 -m pip install --require-hashes -r $requirementsFile
19+
python3 -m pip install gcp-releasetool
2120
python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script
2221

2322
source $(dirname "$0")/common.sh

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If you are using Maven without BOM, add this to your dependencies:
4949
If you are using Gradle 5.x or later, add this to your dependencies
5050

5151
```Groovy
52-
implementation platform('com.google.cloud:libraries-bom:26.1.3')
52+
implementation platform('com.google.cloud:libraries-bom:26.1.4')
5353
5454
implementation 'com.google.cloud:google-cloud-firestore'
5555
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
<dependency>
182182
<groupId>com.google.cloud</groupId>
183183
<artifactId>google-cloud-shared-dependencies</artifactId>
184-
<version>3.0.5</version>
184+
<version>3.0.6</version>
185185
<type>pom</type>
186186
<scope>import</scope>
187187
</dependency>

renovate.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
":maintainLockFilesDisabled",
1111
":autodetectPinVersions"
1212
],
13-
"ignorePaths": [".kokoro/requirements.txt"],
1413
"packageRules": [
1514
{
1615
"packagePatterns": [

0 commit comments

Comments
 (0)