Skip to content

Commit

Permalink
Update dependency com.opencsv:opencsv to v5.10 (#1756)
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 Jan 17, 2025
1 parent a5545b5 commit 1ecb2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-contract/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dependencies {
implementation group: 'org.hibernate', name: 'hibernate-validator', version:'8.0.2.Final'
implementation group: 'jakarta.annotation', name: 'jakarta.annotation-api', version: '3.0.0'
implementation group: 'jakarta.el', name: 'jakarta.el-api', version: '6.0.1'
api group: 'com.opencsv', name: 'opencsv', version: '5.9'
api group: 'com.opencsv', name: 'opencsv', version: '5.10'
implementation project(':payment-model')
}

0 comments on commit 1ecb2d1

Please sign in to comment.