File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ repositories {
1616
1717dependencies {
1818 implementation ' org.springframework.boot:spring-boot-starter-web'
19- testImplementation ' org.springframework.boot:spring-boot-starter-test'
19+ testImplementation ' org.springframework.boot:spring-boot-starter-test:3.4.3 '
2020
2121 implementation ' org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.3'
2222 implementation ' io.swagger.core.v3:swagger-annotations:2.2.27'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ python = "^3.11"
99Faker = " ^11.3.0"
1010PyYAML = " ^6.0"
1111rich = " ^11.0.0"
12- scipy = " ^1.8.0 "
12+ scipy = " ^1.15.2 "
1313deserialize = " ^1.8.3"
1414
1515[tool .poetry .dev-dependencies ]
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ repositories {
1616
1717dependencies {
1818 implementation ' org.springframework.boot:spring-boot-starter-web'
19- testImplementation ' org.springframework.boot:spring-boot-starter-test'
19+ testImplementation ' org.springframework.boot:spring-boot-starter-test:3.4.3 '
2020
2121 implementation ' org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.3'
2222 implementation ' io.swagger.core.v3:swagger-annotations:2.2.27'
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ repositories {
2424dependencies {
2525 implementation ' org.springframework.boot:spring-boot-starter'
2626 implementation ' org.springframework.boot:spring-boot-starter-web'
27- testImplementation ' org.springframework.boot:spring-boot-starter-test'
27+ testImplementation ' org.springframework.boot:spring-boot-starter-test:3.4.3 '
2828
2929 implementation ' org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.3'
3030 implementation ' io.swagger.core.v3:swagger-annotations:2.2.27'
You can’t perform that action at this time.
0 commit comments