Skip to content

Commit

Permalink
Fixes #426 - Bump PostgreSQL version (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Feb 28, 2024
1 parent 02a35e7 commit 9f6497d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion postgres/get-country/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<artifactId>postgresql-get-country</artifactId>
<packaging>jar</packaging>
<name>Azure Database for PostgreSQL :: JDBC command line client</name>
<properties>
<postgresql.version>42.7.2</postgresql.version>
</properties>
<build>
<finalName>get-country</finalName>
<plugins>
Expand Down Expand Up @@ -50,7 +53,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.4.3</version>
<version>${postgresql.version}</version>
</dependency>
</dependencies>
</project>

0 comments on commit 9f6497d

Please sign in to comment.