Commit a56b688 1 parent 96adc1f commit a56b688 Copy full SHA for a56b688
File tree 1 file changed +2
-2
lines changed
tika-gui-tools/src/main/java/org/tallison/tika/gui/tools
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ public class PackageBinaries {
101
101
"com/h2database/h2/2.2.224/h2-2.2.224.jar" ,
102
102
"lib/db/h2" );
103
103
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" );
105
105
JARS_TO_PATH .put (
106
106
"org/apache/tika/tika-pipes-iterator-s3/" +
107
107
TIKA_VERSION + "/tika-pipes-iterator-s3-" + TIKA_VERSION + ".jar" ,
@@ -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.6.0 /postgresql-42.6.0 .jar" ,
122
+ "org/postgresql/postgresql/42.7.3 /postgresql-42.7.3 .jar" ,
123
123
"lib/db/postgresql" );
124
124
125
125
You can’t perform that action at this time.
0 commit comments