Skip to content

Commit

Permalink
Update dependency io.swagger.core.v3:swagger-core to v2.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2023
1 parent 40feeac commit c839885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion trade-processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
implementation ('io.socket:socket.io-client:2.1.0'){
exclude group: 'org.json', module: 'json'
}
implementation 'io.swagger.core.v3:swagger-core:2.2.15'
implementation 'io.swagger.core.v3:swagger-core:2.2.19'
implementation 'org.yaml:snakeyaml:2.2'

testImplementation 'org.springframework.boot:spring-boot-starter-test'
Expand Down
2 changes: 1 addition & 1 deletion trade-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
exclude group: 'org.json', module: 'json'
}

implementation 'io.swagger.core.v3:swagger-core:2.2.15'
implementation 'io.swagger.core.v3:swagger-core:2.2.19'
implementation 'io.swagger.core.v3:swagger-annotations:2.2.15'

testImplementation 'org.springframework.boot:spring-boot-starter-test'
Expand Down

0 comments on commit c839885

Please sign in to comment.