Skip to content

Commit

Permalink
move univocity-parsers config
Browse files Browse the repository at this point in the history
  • Loading branch information
dcy10000 committed Jul 30, 2024
1 parent f3a720b commit 62998c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
</project.build.sourceEncoding>
<grpc.version>1.53.0</grpc.version><!-- CURRENT_GRPC_VERSION -->
<log4j2.version>2.18.0</log4j2.version>
<univocity-parsers.version>2.8.3</univocity-parsers.version>
</properties>
<repositories>
<repository>
Expand Down Expand Up @@ -163,7 +164,7 @@
<dependency>
<groupId>com.univocity</groupId>
<artifactId>univocity-parsers</artifactId>
<version>2.8.3</version>
<version>${univocity-parsers.version}</version>
<type>jar</type>
</dependency>

Expand Down

0 comments on commit 62998c7

Please sign in to comment.