Skip to content

Commit 6731d74

Browse files
build(deps): bump org.springframework.boot:spring-boot-devtools
Bumps [org.springframework.boot:spring-boot-devtools](https://github.com/spring-projects/spring-boot) from 3.5.7 to 4.0.1. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.7...v4.0.1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-devtools dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 74c95ce commit 6731d74

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

serverpackcreator-app/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,18 @@ dependencies {
5656
//WEB
5757
api("org.jetbrains.kotlin:kotlin-reflect:2.1.21")
5858
api("com.fasterxml.jackson.module:jackson-module-kotlin:2.20.1")
59-
api("org.springframework.boot:spring-boot-starter-web:3.5.7")
60-
api("org.springframework.boot:spring-boot-starter-log4j2:3.5.7")
61-
api("org.springframework.boot:spring-boot-starter-data-mongodb:3.5.7")
59+
api("org.springframework.boot:spring-boot-starter-web:4.0.1")
60+
api("org.springframework.boot:spring-boot-starter-log4j2:4.0.1")
61+
api("org.springframework.boot:spring-boot-starter-data-mongodb:4.0.1")
6262
testRuntimeOnly("com.h2database:h2:2.3.232")
63-
testImplementation("org.springframework.boot:spring-boot-starter-test:3.5.7") {
63+
testImplementation("org.springframework.boot:spring-boot-starter-test:4.0.1") {
6464
exclude(group = "org.junit.vintage", module = "junit-vintage-engine")
6565
exclude(group = "org.mockito", module = "mockito-core")
6666
}
6767
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.2")
6868
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.2")
6969
testImplementation("com.ninja-squad:springmockk:4.0.2")
70-
developmentOnly("org.springframework.boot:spring-boot-devtools:3.5.7")
70+
developmentOnly("org.springframework.boot:spring-boot-devtools:4.0.1")
7171
//developmentOnly("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0")
7272
}
7373

0 commit comments

Comments
 (0)