Skip to content

Commit

Permalink
Update dependency com.opencsv:opencsv to v3.10 (#1651)
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 15, 2025
1 parent b10c350 commit 4ad6951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ dependencies {
implementation group: 'org.apache.camel', name: 'camel-csv', version: versions.camel
implementation group: 'org.apache.camel', name: 'camel-sql', version: versions.camel
implementation group: 'org.apache.camel', name: 'camel-spring-batch', version: versions.camel
implementation group: 'com.opencsv', name: 'opencsv', version: '3.7'
implementation group: 'com.opencsv', name: 'opencsv', version: '3.10'
implementation group: 'org.apache.camel', name: 'camel-bean-validator', version: versions.camel
implementation group: 'org.apache.camel', name: 'spi-annotations', version: '3.4.1'
implementation group: 'org.apache.camel.springboot', name: 'camel-spring-boot-starter', version: '4.2.0'
Expand Down

0 comments on commit 4ad6951

Please sign in to comment.