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)

(cherry picked from commit badc3a0)
  • Loading branch information
devaspatikrishnatri authored and amanraj2520 committed Apr 4, 2023
1 parent e493f48 commit 8cadd3f
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 @@ -109,9 +109,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 @@ -182,7 +182,7 @@
<libfb303.version>0.9.3</libfb303.version>
<libthrift.version>0.9.3</libthrift.version>
<log4j2.version>2.16.0</log4j2.version>
<postgres.version>42.4.1</postgres.version>
<postgres.version>42.5.1</postgres.version>
<opencsv.version>2.3</opencsv.version>
<orc.version>1.5.6</orc.version>
<mockito-all.version>1.10.19</mockito-all.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 @@ -68,7 +68,7 @@
<datanucleus-jdo.version>3.2.0-m3</datanucleus-jdo.version>
<datanucleus-rdbms.version>4.1.19</datanucleus-rdbms.version>
<derby.version>10.10.2.0</derby.version>
<postgres.version>42.4.1</postgres.version>
<postgres.version>42.5.1</postgres.version>
<dropwizard-metrics-hadoop-metrics2-reporter.version>0.1.2</dropwizard-metrics-hadoop-metrics2-reporter.version>
<dropwizard.version>3.1.0</dropwizard.version>
<guava.version>19.0</guava.version>
Expand Down

0 comments on commit 8cadd3f

Please sign in to comment.