Upgrade pdfbox-app to 2.0.23

This commit is contained in:
Jon Besga 2021-04-09 18:07:06 +01:00
parent 87297e4c5c
commit bc66d10acb
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ def maven_fetch_remote_artifacts():
artifacts = [
"com.fasterxml.jackson.core:jackson-core:2.11.2",
"com.fasterxml.jackson.core:jackson-databind:2.11.2",
"org.apache.pdfbox:pdfbox:2.0.20",
"org.apache.pdfbox:pdfbox:2.0.23",
"org.apache.kafka:kafka_2.13:2.6.0",
"org.apache.kafka:kafka-clients:2.6.0",
"org.grobid:grobid-core:0.6.1",

View File

@ -81,8 +81,8 @@ def rules_misc_setup_internal():
http_file(
name = "pdfbox",
downloaded_file_path = "pdfbox.jar",
sha256 = "5300b92552cb6bd13a9c87ff36d1394382427e101ae2b0b02a9d9e5fd257db65",
urls = ["https://mirror.linux-ia64.org/apache/pdfbox/2.0.20/pdfbox-app-2.0.20.jar"],
sha256 = "4485d9e6713f5b9c93824a0eb54e57717d3fd736244734c6276b65e17eab5cae",
urls = ["https://mirror.linux-ia64.org/apache/pdfbox/2.0.23/pdfbox-app-2.0.23.jar"],
)
http_archive(