Skip to content

Commit

Permalink
Setting JDBC Driver version number to 8.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
lcahlander committed Jan 7, 2022
1 parent 1723e6d commit 2bbcb91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>org.exist-db</groupId>
<artifactId>exist-mysql-jdbc-driver</artifactId>
<version>1.0.1</version>
<version>8.0.20</version>

<name>MySQL JDBC Driver</name>
<description>MySQL JDBC Driver for eXist-db</description>
Expand Down Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.27</version>
<version>${project.version}</version>
</dependency>

<!-- test dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion xar-assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<dependencySet>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.18</version>
<version>${project.version}</version>
</dependencySet>
</dependencySets>

Expand Down

0 comments on commit 2bbcb91

Please sign in to comment.