Skip to content

Commit

Permalink
Setting JDBC version number to 42.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lcahlander committed Jan 7, 2022
1 parent c65189f commit 03eef6c
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-postgresql-jdbc-driver</artifactId>
<version>1.0.1</version>
<version>42.3.0</version>

<name>PostgreSQL JDBC Driver</name>
<description>PostgreSQL JDBC Driver for eXist-db</description>
Expand Down Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.3.1</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>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.9</version>
<version>${project.version}</version>
</dependencySet>
</dependencySets>

Expand Down

0 comments on commit 03eef6c

Please sign in to comment.