Skip to content

Commit

Permalink
GH-25: bump dependencies and correct pom
Browse files Browse the repository at this point in the history
Signed-off-by:Bart Hanssens <[email protected]>
  • Loading branch information
barthanssens committed Jan 9, 2023
1 parent 1e49724 commit f5a6264
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cbetools-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>be.bosa.dt</groupId>
<artifactId>cbetools-parent</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
</parent>
<groupId>be.bosa.dt</groupId>
<artifactId>cbetools-common</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<packaging>jar</packaging>
<properties>
<maven.compiler.source>11</maven.compiler.source>
Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>5.6</version>
<version>5.7.1</version>
</dependency>
</dependencies>
<name>cbetools-common</name>
Expand Down

0 comments on commit f5a6264

Please sign in to comment.