adriens / person-counter-api

Une API qui via DJL (Deep Java Library) renvoie le nombre d'entités détectées sur une photo
MIT License
1 stars 1 forks source link

Bump tika from 1.24.1 to 1.28.2 #51

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps tika from 1.24.1 to 1.28.2.

Changelog

Sourced from tika's changelog.

Release 1.28.2 - 4/26/2022

  • General dependency upgrades (TIKA-3688).

  • Upgrade to PDFBox 2.0.26 (TIKA-3726).

  • Upgrade to Apache POI 5.2.0. This is the first upgrade to POI 5.x and represents a major refactoring. Users will experience significantly more logging (TIKA-3678).

Release 1.28.1 - 2/8/2022

  • Security upgrades: xerces, log4j2, junrar and protobuf (TIKA-3671 and TIKA-3638).

  • General dependency upgrades (TIKA-3671).

Release 1.28 - 12/19/2021

  • Upgrade log4j to 2.17.0 (TIKA-3625)

  • Upgrade PDFBox to 2.0.25 (TIKA-3622)

  • Upgrade log4j 1.x to log4j2 2.16.0. Users will likely want to upgrade their logging configurations from log4j to log4j2 (TIKA-3618).

  • General dependency upgrades (TIKA-3613).

Release 1.27 - 06/30/2021

  • Migrate MP4 parsing to Drew Noakes' metadata-extractor (TIKA-3459). To revert to legacy parser turn off NoakesMP4Parser and turn on MP4Parser via tika-config.xml.

  • Prevent rare infinite loop in tika-server's -spawnChild mode when restart fails because of failure to bind to the port (TIKA-3441).

  • Improve likelihood that tesseract will not be orphaned on jvm restart in tika-server (TIKA-3441).

  • Deprecate experimental PDFPreflightParser (TIKA-3437).

  • Apply encoding detection to zip entry names via Ryan421 (TIKA-3374).

  • Add json output for /tika endpoint in tika-server (TIKA-3352).

  • Tika's PDFParser should use the underlying file if one is passed in via a TikaInputStream (TIKA-3350)

... (truncated)

Commits
  • f521740 [maven-release-plugin] prepare release 1.28.2-rc2
  • c322ec6 TIKA-3740 -- upgrade junrar
  • ca09dd4 fix imports
  • 88bff55 TIKA-3741 -- fix regression in handling embedded exceptions in ppt
  • 508caee roll back for rc2
  • 214dcff TIKA-3739 -- fix dependency convergence when building with java > 8.
  • 39ba4a2 [maven-release-plugin] prepare for next development iteration
  • 8102d7a [maven-release-plugin] prepare release tika-1.28.2-rc1
  • d842268 Update CHANGES.txt for 1.28.2 release.
  • d979350 TIKA-3734 -- fix new junrar IllegalArgumentException on streams of zero lengt...
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/adriens/person-counter-api/network/alerts).
dependabot[bot] commented 2 years ago

Superseded by #52.