Skip to content

Commit 067cad9

Browse files
Bump org.springframework.boot:spring-boot-starter-web
Bumps the gradle group with 1 update in the / directory: [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot). Updates `org.springframework.boot:spring-boot-starter-web` from 2.7.0 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.7.0...v3.4.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-type: direct:production dependency-group: gradle ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3e506a0 commit 067cad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515
}
1616
dependencies {
1717
implementation("org.springframework.boot:spring-boot-starter-test:2.7.0")
18-
implementation("org.springframework.boot:spring-boot-starter-web:2.7.0")
18+
implementation("org.springframework.boot:spring-boot-starter-web:3.4.0")
1919
implementation("org.springdoc:springdoc-openapi-ui:1.6.8")
2020
implementation("org.glassfish.jaxb:jaxb-runtime:4.0.0")
2121
}

0 commit comments

Comments
 (0)