Commit 8c2340e 1 parent f775147 commit 8c2340e Copy full SHA for 8c2340e
File tree 3 files changed +4
-4
lines changed
java/org/tallison/tika/gui/tools
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 350
350
</configuration >
351
351
</execution >
352
352
<execution >
353
- <id >postgresql-42.7.4 </id >
353
+ <id >postgresql-42.7.5 </id >
354
354
<phase >prepare-package</phase >
355
355
<goals >
356
356
<goal >wget</goal >
357
357
</goals >
358
358
<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 >
360
360
<unpack >false</unpack >
361
361
<outputDirectory >${project.build.directory} /lib/db/postgresql</outputDirectory >
362
362
<md5 >ef7e9be503b5c6243697d628fb196cad</md5 >
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ public class PackageBinaries {
119
119
TIKA_VERSION + "/tika-fetcher-s3-" + TIKA_VERSION + ".jar" ,
120
120
"lib/tika-fetcher-s3" );
121
121
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" ,
123
123
"lib/db/postgresql" );
124
124
125
125
Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ org/apache/tika/tika-emitter-s3=tika-emitter-s3
30
30
org/apache/tika/tika-fetcher-s3 =tika-fetcher-s3
31
31
com/h2database/h2/2.3.232/h2-2.3.232.jar =db/h2
32
32
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
34
34
You can’t perform that action at this time.
0 commit comments