[mod] update to pdfbox 3.0.5

This commit is contained in:
Andy Bunce 2025-05-30 18:08:32 +01:00
parent 196ffa7526
commit a3bef9d6f4
7 changed files with 54 additions and 61 deletions

View file

@ -1,6 +1,6 @@
{
"name": "pdfbox",
"version": "0.2.7",
"version": "0.3.1",
"description": "A BaseX interface to Apache Pdfbox version 3",
"main": "src/Pdfbox3.xqm",
"homepage": "https://github.com/expkg-zone58/pdfbox#readme",
@ -8,7 +8,7 @@
"doc": "docs"
},
"scripts": {
"test": "%BASEX10%/bin/basex -Wt tests",
"test": "%BASEX10%/bin/basex -Wt tests",
"docs": "xqdoca"
},
"keywords": [
@ -22,11 +22,13 @@
"expkg_zone58": {
"namespace": "org.expkg_zone58.Pdfbox3",
"main-class": "org.apache.pdfbox.pdmodel.PDDocument",
"manifest-jar" :"pdfbox-3.0.4.jar",
"output" : "dist/pdfbox-3.0.5.fat.jar",
"maven2": [
"org.apache.pdfbox:pdfbox:3.0.4",
"org.apache.pdfbox:pdfbox-io:3.0.4",
"org.apache.pdfbox:fontbox:3.0.4",
"commons-logging:commons-logging:1.3.4"
"org.apache.pdfbox:pdfbox:3.0.5",
"org.apache.pdfbox:pdfbox-io:3.0.5",
"org.apache.pdfbox:fontbox:3.0.5",
"commons-logging:commons-logging:1.3.5"
]
}