Skip to content

Commit

Permalink
Update dependency org.yaml:snakeyaml to v2.2 (#65)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 6, 2023
1 parent 81e3ebf commit c2746ae
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 @@ -43,7 +43,7 @@ dependencies {
exclude group: 'org.json', module: 'json'
}
implementation 'io.swagger.core.v3:swagger-core:2.2.15'
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 c2746ae

Please sign in to comment.