Skip to content

Commit 4975955

Browse files
authored
Update dependency org.springframework.cloud:spring-cloud-dependencies to vHoxton.SR4 (GoogleCloudPlatform#2762)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [org.springframework.cloud:spring-cloud-dependencies](https://projects.spring.io/spring-cloud/spring-cloud-dependencies/) ([source](https://togithub.com/spring-cloud/spring-cloud-build)) | minor | `Hoxton.SR3` -> `Hoxton.SR4` | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#GoogleCloudPlatform/java-docs-samples).
1 parent b7f1d99 commit 4975955

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

appengine-java11/springboot-helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>org.springframework.cloud</groupId>
4949
<artifactId>spring-cloud-dependencies</artifactId>
50-
<version>Hoxton.SR3</version>
50+
<version>Hoxton.SR4</version>
5151
<type>pom</type>
5252
<scope>import</scope>
5353
</dependency>

appengine-java11/tasks-handler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ limitations under the License.
5050
<dependency>
5151
<groupId>org.springframework.cloud</groupId>
5252
<artifactId>spring-cloud-dependencies</artifactId>
53-
<version>Hoxton.SR3</version>
53+
<version>Hoxton.SR4</version>
5454
<type>pom</type>
5555
<scope>import</scope>
5656
</dependency>

run/image-processing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ limitations under the License.
4242
<dependency>
4343
<groupId>org.springframework.cloud</groupId>
4444
<artifactId>spring-cloud-dependencies</artifactId>
45-
<version>Hoxton.SR3</version>
45+
<version>Hoxton.SR4</version>
4646
<type>pom</type>
4747
<scope>import</scope>
4848
</dependency>

run/pubsub/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ limitations under the License.
4242
<dependency>
4343
<groupId>org.springframework.cloud</groupId>
4444
<artifactId>spring-cloud-dependencies</artifactId>
45-
<version>Hoxton.SR3</version>
45+
<version>Hoxton.SR4</version>
4646
<type>pom</type>
4747
<scope>import</scope>
4848
</dependency>

0 commit comments

Comments
 (0)