From a5275a22e910fb17c976c994d2a1f780f895f336 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 03:13:58 +0000 Subject: [PATCH] Bump org.springframework.boot:spring-boot-starter-web Bumps the all-dependencies group in /etw/etw-testapp with 1 update: [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot). Updates `org.springframework.boot:spring-boot-starter-web` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... 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 87cad9f253..d18479732c 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:4.1.0") { + implementation("org.springframework.boot:spring-boot-starter-web:4.1.1") { exclude("org.springframework.boot", "spring-boot-starter-tomcat") } implementation("org.apache.commons:commons-lang3:3.20.0")