Skip to content

Commit

Permalink
chore: update libs suggested by snyk
Browse files Browse the repository at this point in the history
  • Loading branch information
paweldomaradzki-dt committed Feb 28, 2025
1 parent cb95d7e commit dad7830
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/accountservice/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {

dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.boot:spring-boot-starter-test:3.4.3'

implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.3'
implementation 'io.swagger.core.v3:swagger-annotations:2.2.27'
Expand Down
2 changes: 1 addition & 1 deletion src/db/user-generator/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python = "^3.11"
Faker = "^11.3.0"
PyYAML = "^6.0"
rich = "^11.0.0"
scipy = "^1.8.0"
scipy = "^1.15.2"
deserialize = "^1.8.3"

[tool.poetry.dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/engine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {

dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.boot:spring-boot-starter-test:3.4.3'

implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.3'
implementation 'io.swagger.core.v3:swagger-annotations:2.2.27'
Expand Down
2 changes: 1 addition & 1 deletion src/feature-flag-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
dependencies {
implementation 'org.springframework.boot:spring-boot-starter'
implementation 'org.springframework.boot:spring-boot-starter-web'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.boot:spring-boot-starter-test:3.4.3'

implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.3'
implementation 'io.swagger.core.v3:swagger-annotations:2.2.27'
Expand Down

0 comments on commit dad7830

Please sign in to comment.