Skip to content

Commit a56b688

Browse files
committed
update all the dependencies, actually all of them
1 parent 96adc1f commit a56b688

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public class PackageBinaries {
101101
"com/h2database/h2/2.2.224/h2-2.2.224.jar",
102102
"lib/db/h2");
103103
JARS_TO_PATH.put(
104-
"org/xerial/sqlite-jdbc/3.43.2.2/sqlite-jdbc-3.43.2.2.jar", "lib/db/sqlite");
104+
"org/xerial/sqlite-jdbc/3.45.2.0/sqlite-jdbc-3.45.2.0.jar", "lib/db/sqlite");
105105
JARS_TO_PATH.put(
106106
"org/apache/tika/tika-pipes-iterator-s3/" +
107107
TIKA_VERSION + "/tika-pipes-iterator-s3-" + TIKA_VERSION + ".jar",
@@ -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.6.0/postgresql-42.6.0.jar",
122+
"org/postgresql/postgresql/42.7.3/postgresql-42.7.3.jar",
123123
"lib/db/postgresql");
124124

125125

0 commit comments

Comments
 (0)