Update pom.xml

This commit is contained in:
Jeremy 2023-02-20 17:47:15 +08:00 committed by GitHub
parent f01836a080
commit 493210f78e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
<dependency> <dependency>
<groupId>com.databend</groupId> <groupId>com.databend</groupId>
<artifactId>databend-jdbc</artifactId> <artifactId>databend-jdbc</artifactId>
<version>0.0.4</version> <version>0.0.5</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.alibaba.datax</groupId> <groupId>com.alibaba.datax</groupId>
@ -98,4 +98,4 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</project> </project>