File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments