Skip to content

Commit 8c2340e

Browse files
committed
update postgresql throughout
1 parent f775147 commit 8c2340e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tika-gui-app/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -350,13 +350,13 @@
350350
</configuration>
351351
</execution>
352352
<execution>
353-
<id>postgresql-42.7.4</id>
353+
<id>postgresql-42.7.5</id>
354354
<phase>prepare-package</phase>
355355
<goals>
356356
<goal>wget</goal>
357357
</goals>
358358
<configuration>
359-
<url>https://repo1.maven.org/maven2/org/postgresql/postgresql/42.7.4/postgresql-42.7.4.jar</url>
359+
<url>https://repo1.maven.org/maven2/org/postgresql/postgresql/42.7.5/postgresql-42.7.5.jar</url>
360360
<unpack>false</unpack>
361361
<outputDirectory>${project.build.directory}/lib/db/postgresql</outputDirectory>
362362
<md5>ef7e9be503b5c6243697d628fb196cad</md5>

tika-gui-tools/src/main/java/org/tallison/tika/gui/tools/PackageBinaries.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public class PackageBinaries {
119119
TIKA_VERSION + "/tika-fetcher-s3-" + TIKA_VERSION + ".jar",
120120
"lib/tika-fetcher-s3");
121121
JARS_TO_PATH.put(
122-
"org/postgresql/postgresql/42.7.4/postgresql-42.7.4.jar",
122+
"org/postgresql/postgresql/42.7.5/postgresql-42.7.5.jar",
123123
"lib/db/postgresql");
124124

125125

tika-gui-tools/src/main/resources/snapshot-dependencies.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ org/apache/tika/tika-emitter-s3=tika-emitter-s3
3030
org/apache/tika/tika-fetcher-s3=tika-fetcher-s3
3131
com/h2database/h2/2.3.232/h2-2.3.232.jar=db/h2
3232
org/xerial/sqlite-jdbc/3.47.2.0/sqlite-jdbc-3.47.2.0.jar=db/sqlite
33-
org/postgresql/postgresql/42.7.4/postgresql-42.7.4.jar=db/postgresql
33+
org/postgresql/postgresql/42.7.5/postgresql-42.7.5.jar=db/postgresql
3434

0 commit comments

Comments
 (0)