Skip to content

Commit 9af7ae5

Browse files
authored
Merge pull request #961 from Griefed/dependabot-gradle-serverpackcreator-app-develop-org.springframework.boot-spring-boot-devtools-4.0.1
build(deps): bump org.springframework.boot:spring-boot-devtools from 3.5.7 to 4.0.1 in /serverpackcreator-app
2 parents 8438c02 + 6731d74 commit 9af7ae5

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)