Skip to content

Commit e4dd2fa

Browse files
Bump the maven group in /app with 2 updates
Bumps the maven group in /app with 2 updates: [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot) and [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot). Updates `org.springframework.boot:spring-boot-starter-web` from 3.5.0 to 3.5.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.0...v3.5.1) Updates `org.springframework.boot:spring-boot-starter-test` from 3.5.0 to 3.5.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.0...v3.5.1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-version: 3.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-version: 3.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b09f8a0 commit e4dd2fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ dependencies {
2121
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5")
2222

2323
// https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web
24-
implementation("org.springframework.boot:spring-boot-starter-web:3.5.0")
24+
implementation("org.springframework.boot:spring-boot-starter-web:3.5.4")
2525

2626
// Use the JUnit 5 integration.
2727
testImplementation(libs.junit.jupiter.engine)
2828

2929
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
3030
// https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-test
31-
testImplementation("org.springframework.boot:spring-boot-starter-test:3.5.0")
31+
testImplementation("org.springframework.boot:spring-boot-starter-test:3.5.4")
3232

3333
// This dependency is used by the application.
3434
implementation(libs.guava)

0 commit comments

Comments
 (0)