From ffb6df29534b61f2875c2589199b57db2f75e0bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 20:34:19 +0000 Subject: [PATCH] Bump org.springframework.boot:spring-boot-starter-web Bumps [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 2.5.12 to 3.4.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.12...v3.4.2) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- etw/etw-testapp/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etw/etw-testapp/build.gradle.kts b/etw/etw-testapp/build.gradle.kts index 948ce27fbdc..04315da58f3 100644 --- a/etw/etw-testapp/build.gradle.kts +++ b/etw/etw-testapp/build.gradle.kts @@ -10,7 +10,7 @@ dependencies { // compileOnly(project(path:":agent:agent", configuration:"devtest")) compileOnly(project(path: ":agent:agent")) - implementation("org.springframework.boot:spring-boot-starter-web:2.5.12") { + implementation("org.springframework.boot:spring-boot-starter-web:3.4.2") { exclude("org.springframework.boot", "spring-boot-starter-tomcat") } implementation("org.apache.commons:commons-lang3:3.17.0")