Skip to content

Commit 0b460e7

Browse files
Bump org.springframework.boot:spring-boot-starter-web
Bumps [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 3.4.5 to 3.5.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.5...v3.5.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d7f8764 commit 0b460e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etw/etw-testapp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
// compileOnly(project(path:":agent:agent", configuration:"devtest"))
1111
compileOnly(project(path: ":agent:agent"))
1212

13-
implementation("org.springframework.boot:spring-boot-starter-web:3.4.5") {
13+
implementation("org.springframework.boot:spring-boot-starter-web:3.5.0") {
1414
exclude("org.springframework.boot", "spring-boot-starter-tomcat")
1515
}
1616
implementation("org.apache.commons:commons-lang3:3.17.0")

0 commit comments

Comments
 (0)