Skip to content

Commit dad7830

Browse files
chore: update libs suggested by snyk
1 parent cb95d7e commit dad7830

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/accountservice/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616

1717
dependencies {
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'

src/db/user-generator/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python = "^3.11"
99
Faker = "^11.3.0"
1010
PyYAML = "^6.0"
1111
rich = "^11.0.0"
12-
scipy = "^1.8.0"
12+
scipy = "^1.15.2"
1313
deserialize = "^1.8.3"
1414

1515
[tool.poetry.dev-dependencies]

src/engine/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616

1717
dependencies {
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'

src/feature-flag-service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repositories {
2424
dependencies {
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'

0 commit comments

Comments
 (0)