Skip to content

Commit

Permalink
build(deps): bump org.springframework.boot:spring-boot-starter-jetty
Browse files Browse the repository at this point in the history
Bumps [org.springframework.boot:spring-boot-starter-jetty](https://github.com/spring-projects/spring-boot) from 3.2.0-M1 to 3.2.0-M2.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.0-M1...v3.2.0-M2)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-jetty
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 24, 2023
1 parent b992a17 commit 8f0f1a0
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 @@ -82,7 +82,7 @@ dependencies {

// https://github.com/spring-projects/spring-framework/issues/29435
implementation('jakarta.servlet:jakarta.servlet-api:5.0.0')
implementation('org.springframework.boot:spring-boot-starter-jetty:3.2.0-M1') {
implementation('org.springframework.boot:spring-boot-starter-jetty:3.2.0-M2') {
exclude group: 'jakarta.servlet', module: 'jakarta.servlet-api' // until jetty 12
exclude module: 'jetty-xml'
}
Expand Down

0 comments on commit 8f0f1a0

Please sign in to comment.