Skip to content

Commit

Permalink
Bump com.opencsv:opencsv from 5.8 to 5.9
Browse files Browse the repository at this point in the history
Bumps com.opencsv:opencsv from 5.8 to 5.9.

---
updated-dependencies:
- dependency-name: com.opencsv:opencsv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 5, 2023
1 parent b38bf18 commit 04d1243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion liquibase-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>5.8</version>
<version>5.9</version>
<scope>compile</scope>
<exclusions>
<!-- not used by liquibase code -->
Expand Down
2 changes: 1 addition & 1 deletion liquibase-standard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>5.8</version>
<version>5.9</version>
<exclusions>
<exclusion>
<groupId>commons-beanutils</groupId>
Expand Down

0 comments on commit 04d1243

Please sign in to comment.