Skip to content

Commit

Permalink
Bump org.springframework.cloud:spring-cloud-gateway-mvc
Browse files Browse the repository at this point in the history
Bumps [org.springframework.cloud:spring-cloud-gateway-mvc](https://github.com/spring-cloud/spring-cloud-gateway) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/spring-cloud/spring-cloud-gateway/releases)
- [Commits](spring-cloud/spring-cloud-gateway@v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: org.springframework.cloud:spring-cloud-gateway-mvc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 2fd6fe6 commit 25cc03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if (System.getProperty('profile') == 'minimal') {
dependencies {
// Spring
implementation 'org.springframework:spring-messaging:6.1.1'
implementation 'org.springframework.cloud:spring-cloud-gateway-mvc:4.1.0'
implementation 'org.springframework.cloud:spring-cloud-gateway-mvc:4.1.1'

// Spring Boot
implementation "org.springframework.boot:spring-boot-starter-data-rest"
Expand Down

0 comments on commit 25cc03f

Please sign in to comment.