Skip to content

Commit dbd8b41

Browse files
build(deps): bump org.springframework.boot:spring-boot-starter-web
Bumps [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 4.0.6 to 4.1.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.6...v4.1.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7cdd63c commit dbd8b41

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

serverpackcreator-app/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ dependencies {
5959
api("tokyo.northside:tipoftheday:0.6.0")
6060

6161
//WEB
62-
api("org.springframework.boot:spring-boot-starter-web:4.0.6")
63-
api("org.springframework.boot:spring-boot-starter-log4j2:4.0.6")
64-
api("org.springframework.boot:spring-boot-starter-data-mongodb:4.0.6")
62+
api("org.springframework.boot:spring-boot-starter-web:4.1.0")
63+
api("org.springframework.boot:spring-boot-starter-log4j2:4.1.0")
64+
api("org.springframework.boot:spring-boot-starter-data-mongodb:4.1.0")
6565
testRuntimeOnly("com.h2database:h2:2.4.240")
66-
testImplementation("org.springframework.boot:spring-boot-starter-test:4.0.6") {
66+
testImplementation("org.springframework.boot:spring-boot-starter-test:4.1.0") {
6767
exclude(group = "org.junit.vintage", module = "junit-vintage-engine")
6868
exclude(group = "org.mockito", module = "mockito-core")
6969
}
@@ -72,7 +72,7 @@ dependencies {
7272
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.0")
7373

7474
testImplementation("com.ninja-squad:springmockk:5.0.1")
75-
developmentOnly("org.springframework.boot:spring-boot-devtools:4.0.6")
75+
developmentOnly("org.springframework.boot:spring-boot-devtools:4.1.0")
7676
//developmentOnly("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0")
7777
}
7878

0 commit comments

Comments
 (0)