Skip to content

Commit

Permalink
Update dependency org.yaml:snakeyaml to v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2023
1 parent dec114f commit a639127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trade-processor/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.19'
implementation 'org.yaml:snakeyaml:2.0'
implementation 'org.yaml:snakeyaml:2.2'

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

Expand Down

0 comments on commit a639127

Please sign in to comment.