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
The following commit(s) were added to refs/heads/master by this push:
new b1eadcfecd Bump spring-cloud-gateway.version from 4.1.0 to 4.1.1 (#611)
b1eadcfecd is described below
commit b1eadcfecd349d391ac59d0a1a266b7e78c78729
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 25 07:30:44 2024 +0100
Bump spring-cloud-gateway.version from 4.1.0 to 4.1.1 (#611)
Bumps `spring-cloud-gateway.version` from 4.1.0 to 4.1.1.
Updates `org.springframework.cloud:spring-cloud-starter-gateway` from 4.1.0
to 4.1.1
- [Release
notes](https://github.com/spring-cloud/spring-cloud-gateway/releases)
-
[Commits](https://github.com/spring-cloud/spring-cloud-gateway/compare/v4.1.0...v4.1.1)
Updates `org.springframework.cloud:spring-cloud-contract-wiremock` from
4.1.0 to 4.1.1
- [Release
notes](https://github.com/spring-cloud/spring-cloud-contract/releases)
-
[Commits](https://github.com/spring-cloud/spring-cloud-contract/compare/v4.1.0...v4.1.1)
---
updated-dependencies:
- dependency-name: org.springframework.cloud:spring-cloud-starter-gateway
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework.cloud:spring-cloud-contract-wiremock
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 88c081078a..9b0d74ae80 100644
--- a/pom.xml
+++ b/pom.xml
@@ -414,7 +414,7 @@ under the License.
<nimbus-jose-jwt.version>9.37.3</nimbus-jose-jwt.version>
<spring-boot.version>3.2.2</spring-boot.version>
- <spring-cloud-gateway.version>4.1.0</spring-cloud-gateway.version>
+ <spring-cloud-gateway.version>4.1.1</spring-cloud-gateway.version>
<openjpa.version>4.0.0-SNAPSHOT</openjpa.version>