This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 6ce1471fa57ef3be0ef4fa1fbc5db00c5294bacf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 11 22:58:08 2026 +0000
Bump spring-cloud-version from 5.0.1 to 5.0.2
Bumps `spring-cloud-version` from 5.0.1 to 5.0.2.
Updates
`org.springframework.cloud:spring-cloud-starter-gateway-server-webflux` from
5.0.1 to 5.0.2
- [Release
notes](https://github.com/spring-cloud/spring-cloud-gateway/releases)
-
[Commits](https://github.com/spring-cloud/spring-cloud-gateway/compare/v5.0.1...v5.0.2)
Updates `org.springframework.cloud:spring-cloud-starter-bootstrap` from
5.0.1 to 5.0.2
- [Release
notes](https://github.com/spring-cloud/spring-cloud-commons/releases)
-
[Commits](https://github.com/spring-cloud/spring-cloud-commons/compare/v5.0.1...v5.0.2)
Updates `org.springframework.cloud:spring-cloud-commons` from 5.0.1 to 5.0.2
- [Release
notes](https://github.com/spring-cloud/spring-cloud-commons/releases)
-
[Commits](https://github.com/spring-cloud/spring-cloud-commons/compare/v5.0.1...v5.0.2)
Updates `org.springframework.cloud:spring-cloud-context` from 5.0.1 to 5.0.2
- [Release
notes](https://github.com/spring-cloud/spring-cloud-commons/releases)
-
[Commits](https://github.com/spring-cloud/spring-cloud-commons/compare/v5.0.1...v5.0.2)
---
updated-dependencies:
- dependency-name:
org.springframework.cloud:spring-cloud-starter-gateway-server-webflux
dependency-version: 5.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework.cloud:spring-cloud-starter-bootstrap
dependency-version: 5.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework.cloud:spring-cloud-commons
dependency-version: 5.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework.cloud:spring-cloud-context
dependency-version: 5.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 12e6ccc058..c1768a1812 100644
--- a/pom.xml
+++ b/pom.xml
@@ -436,7 +436,7 @@ under the License.
<nimbus-jose-jwt.version>10.9.1</nimbus-jose-jwt.version>
<spring-boot.version>4.0.7</spring-boot.version>
- <spring-cloud-version>5.0.1</spring-cloud-version>
+ <spring-cloud-version>5.0.2</spring-cloud-version>
<hibernate.version>7.4.1.Final</hibernate.version>