Skip to content

Commit

Permalink
raised version of postgresql driver(#1697)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssuvorov-fls committed Jan 12, 2021
1 parent 6b3796f commit 926d7af
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 @@ -16,6 +16,7 @@
<flyway.version>4.2.0</flyway.version>
<waffle.version>2.2.1</waffle.version>
<jna.version>5.5.0</jna.version>
<postgresql.version>42.2.18</postgresql.version>

<circe.version>1.9.0-SNAPSHOT</circe.version>
<jersey.version>2.14</jersey.version>
Expand Down Expand Up @@ -608,7 +609,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>9.4-1201-jdbc41</version>
<version>${postgresql.version}</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 926d7af

Please sign in to comment.