Skip to content

Commit

Permalink
HIVE-26914: Upgrade postgresql to 42.5.1 (apache#3927) (Devaspati Kri…
Browse files Browse the repository at this point in the history
…shnatri, reviewed by Chris Nauroth, Zhihua Deng)
  • Loading branch information
devaspatikrishnatri authored and tarak271 committed Dec 19, 2023
1 parent 2a71414 commit dc68aef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ public static Collection<Object[]> data() throws IOException, InterruptedExcepti
+ File.separator + "org"
+ File.separator + "postgresql"
+ File.separator + "postgresql"
+ File.separator + "42.4.1"
+ File.separator + "42.5.1"
+ File.separator
+ "postgresql-42.4.1.jar";
+ "postgresql-42.5.1.jar";
return Arrays.asList(new Object[][] {
{ "jdbc:postgresql://host:5432/testdb", "org.postgresql.Driver", pathToPostgresJar, true },
{ "jdbc:dummy://host:5432/testdb", dummyDriverClazzName, pathToDummyDriver, false } });
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
<mariadb.version>2.5.0</mariadb.version>
<mssql.version>6.2.1.jre8</mssql.version>
<mysql.version>8.0.27</mysql.version>
<postgres.version>42.4.1</postgres.version>
<postgres.version>42.5.1</postgres.version>
<oracle.version>21.3.0.0</oracle.version>
<opencsv.version>2.3</opencsv.version>
<orc.version>1.6.9</orc.version>
Expand Down
2 changes: 1 addition & 1 deletion standalone-metastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<mariadb.version>2.5.0</mariadb.version>
<mssql.version>6.2.1.jre8</mssql.version>
<mysql.version>8.0.27</mysql.version>
<postgres.version>42.4.1</postgres.version>
<postgres.version>42.5.1</postgres.version>
<oracle.version>21.3.0.0</oracle.version>
<dropwizard-metrics-hadoop-metrics2-reporter.version>0.1.2
</dropwizard-metrics-hadoop-metrics2-reporter.version>
Expand Down

0 comments on commit dc68aef

Please sign in to comment.