Skip to content

Commit 08c56e0

Browse files
committed
Additional fix to the dependencies
1 parent 01c5541 commit 08c56e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>org.exist-db</groupId>
1515
<artifactId>exist-mariadb-jdbc-driver</artifactId>
16-
<version>1.0.1</version>
16+
<version>3.0.4</version>
1717

1818
<name>MariaDB JDBC Driver</name>
1919
<description>MariaDB JDBC Driver for eXist-db</description>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>org.mariadb.jdbc</groupId>
6666
<artifactId>mariadb-java-client</artifactId>
67-
<version>3.0.4</version>
67+
<version>${project.version}</version>
6868
</dependency>
6969

7070
<!-- test dependencies -->

0 commit comments

Comments
 (0)