Commit 36881c2 1 parent 8c2340e commit 36881c2 Copy full SHA for 36881c2
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 246
246
</configuration >
247
247
</execution >
248
248
<execution >
249
- <id >sqlite-jdbc-3.47.2 .0</id >
249
+ <id >sqlite-jdbc-3.48.0 .0</id >
250
250
<phase >prepare-package</phase >
251
251
<goals >
252
252
<goal >wget</goal >
253
253
</goals >
254
254
<configuration >
255
- <url >https://repo1.maven.org/maven2/org/xerial/sqlite-jdbc/3.47.2 .0/sqlite-jdbc-3.47.2 .0.jar</url >
255
+ <url >https://repo1.maven.org/maven2/org/xerial/sqlite-jdbc/3.48.0 .0/sqlite-jdbc-3.48.0 .0.jar</url >
256
256
<unpack >false</unpack >
257
257
<outputDirectory >${project.build.directory} /lib/db/sqlite</outputDirectory >
258
258
<md5 >eeb1fbfb18ef4430f0dd512ba2730de2</md5 >
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ public class PackageBinaries {
101
101
"com/h2database/h2/2.3.232/h2-2.3.232.jar" ,
102
102
"lib/db/h2" );
103
103
JARS_TO_PATH .put (
104
- "org/xerial/sqlite-jdbc/3.47.2 .0/sqlite-jdbc-3.47.2 .0.jar" , "lib/db/sqlite" );
104
+ "org/xerial/sqlite-jdbc/3.48.0 .0/sqlite-jdbc-3.48.0 .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" ,
Original file line number Diff line number Diff line change @@ -29,6 +29,6 @@ org/apache/tika/tika-emitter-jdbc=tika-emitter-jdbc
29
29
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
- org/xerial/sqlite-jdbc/3.47.2 .0/sqlite-jdbc-3.47.2 .0.jar =db/sqlite
32
+ org/xerial/sqlite-jdbc/3.48.0 .0/sqlite-jdbc-3.48.0 .0.jar =db/sqlite
33
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