Skip to content

chore(deps): bump the maven-runtime group across 1 directory with 10 updates - #36

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/java/maven-runtime-a3d3e064d2
Open

chore(deps): bump the maven-runtime group across 1 directory with 10 updates#36
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/java/maven-runtime-a3d3e064d2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown
Contributor

Bumps the maven-runtime group with 10 updates in the /java directory:

Package From To
org.verapdf:validation-model 1.31.99 1.31.108
org.verapdf:wcag-validation 1.31.99 1.31.108
com.fasterxml.jackson.core:jackson-databind 2.18.8 2.22.1
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.18.8 2.22.1
com.fasterxml.jackson.dataformat:jackson-dataformat-csv 2.18.8 2.22.1
org.apache.pdfbox:pdfbox 3.0.3 3.0.8
org.opendataloader:opendataloader-pdf-core 2.2.1 2.5.0
org.apache.poi:poi-ooxml 5.4.0 5.5.1
org.apache.commons:commons-text 1.13.0 1.15.0
org.apache.maven.plugins:maven-failsafe-plugin 3.5.2 3.5.6

Updates org.verapdf:validation-model from 1.31.99 to 1.31.108

Commits

Updates org.verapdf:wcag-validation from 1.31.99 to 1.31.108

Commits

Updates org.verapdf:wcag-validation from 1.31.99 to 1.31.108

Commits

Updates com.fasterxml.jackson.core:jackson-databind from 2.18.8 to 2.22.1

Commits

Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.18.8 to 2.22.1

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-csv from 2.18.8 to 2.22.1

Commits
  • 681f699 [maven-release-plugin] prepare release jackson-dataformats-text-2.22.1
  • 8e25852 Prep for 2.22.1 release
  • e1ed4d2 Merge branch '2.21' into 2.22
  • 3f3257c Post-release dep version bump
  • 3348a1a [maven-release-plugin] prepare for next development iteration
  • 687ad4f [maven-release-plugin] prepare release jackson-dataformats-text-2.21.5
  • 955c59f Prep for 2.21.5 release
  • 588933e Post-release dep version bump
  • 38f3683 [maven-release-plugin] prepare for next development iteration
  • 23d487c [maven-release-plugin] prepare release jackson-dataformats-text-2.22.0
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.18.8 to 2.22.1

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-csv from 2.18.8 to 2.22.1

Commits
  • 681f699 [maven-release-plugin] prepare release jackson-dataformats-text-2.22.1
  • 8e25852 Prep for 2.22.1 release
  • e1ed4d2 Merge branch '2.21' into 2.22
  • 3f3257c Post-release dep version bump
  • 3348a1a [maven-release-plugin] prepare for next development iteration
  • 687ad4f [maven-release-plugin] prepare release jackson-dataformats-text-2.21.5
  • 955c59f Prep for 2.21.5 release
  • 588933e Post-release dep version bump
  • 38f3683 [maven-release-plugin] prepare for next development iteration
  • 23d487c [maven-release-plugin] prepare release jackson-dataformats-text-2.22.0
  • Additional commits viewable in compare view

Updates org.apache.pdfbox:pdfbox from 3.0.3 to 3.0.8

Updates org.opendataloader:opendataloader-pdf-core from 2.2.1 to 2.5.0

Release notes

Sourced from org.opendataloader:opendataloader-pdf-core's releases.

Release v2.5.0

What's Changed

... (truncated)

Commits
  • 2bd7466 chore(deps): bump junit-jupiter to 6.1.2 and spotbugs-maven-plugin to 4.10.3.0
  • bbeeb81 fix: temporarily disable TOC detection until it is complete
  • fcf430e fix(cli): warn when --use-struct-tree silently suppresses --hybrid
  • abdb00a chore(deps-dev): bump the npm-minor-patch group across 1 directory with 8 upd...
  • e8936aa chore(deps): bump the maven-minor-patch group across 1 directory with 2 updates
  • 94df644 chore(deps): bump soupsieve
  • 1b4f0c4 Refactoring image processing
  • f2036eb Tagged PDF processing. Calculate list label length
  • ddd3d8e Add TOC detection
  • 5717af9 Add support for Note/FENote in Tagged PDF (#611)
  • Additional commits viewable in compare view

Updates org.apache.poi:poi-ooxml from 5.4.0 to 5.5.1

Updates org.apache.commons:commons-text from 1.13.0 to 1.15.0

Changelog

Sourced from org.apache.commons:commons-text's changelog.

Apache Commons Text 1.15.0 Release Notes

The Apache Commons Text team is pleased to announce the release of Apache Commons Text 1.15.0.

Apache Commons Text is a set of utility functions and reusable components for processing and manipulating text in a Java environment.

Release 1.15.0. This is a feature and maintenance release. Java 8 or later is required.

New features

  •        Add experimental CycloneDX VEX file [#683](https://github.com/apache/commons-text/issues/683). Thanks to Piotr P. Karwasz, Gary Gregory.
    
  • TEXT-235: Add Damerau-Levenshtein distance #687. Thanks to LorgeN, Gary Gregory.
  •        Add unit tests to increase coverage [#719](https://github.com/apache/commons-text/issues/719). Thanks to Michael Hausegger, Gary Gregory.
    
  •        Add new test for CharSequenceTranslator#with() [#725](https://github.com/apache/commons-text/issues/725). Thanks to Michael Hausegger, Gary Gregory.
    
  •        Add tests and assertions to org.apache.commons.text.similarity to get to 100% code coverage [#727](https://github.com/apache/commons-text/issues/727), [#728](https://github.com/apache/commons-text/issues/728). Thanks to Michael Hausegger.
    

Fixed Bugs

  •        Fix exception message typo in XmlStringLookup.XmlStringLookup(Map, Path...). Thanks to Gary Gregory.
    
  • TEXT-236: Inserting at the end of a TextStringBuilder throws a StringIndexOutOfBoundsException. Thanks to Pierre Post, Sumit Bera, Alex Herbert, Gary Gregory.
  •        Fix TextStringBuilderTest.testAppendToCharBuffer() to use proper argument type [#724](https://github.com/apache/commons-text/issues/724). Thanks to Michael Hausegger.
    
  •        Fix Apache RAT plugin console warnings. Thanks to Gary Gregory.
    
  •        Fix site XML to use version 2.0.0 XML schema. Thanks to Gary Gregory.
    
  •        Removed unreachable threshold verification code in src/main/java/org/apache/commons/text/similarity [#730](https://github.com/apache/commons-text/issues/730). Thanks to Michael Hausegger.
    
  •        Enable secure processing for the XML parser in XmlStringLookup in case the underlying JAXP implementation doesn't [#729](https://github.com/apache/commons-text/issues/729). Thanks to 김민재 (minjas0507), Gary Gregory, Piotr Karwasz.
    

Changes

  •        Bump org.apache.commons:commons-parent from 85 to 93 [#704](https://github.com/apache/commons-text/issues/704), [#723](https://github.com/apache/commons-text/issues/723), [#726](https://github.com/apache/commons-text/issues/726). Thanks to Gary Gregory.
    
  •        Bump commons.bytebuddy.version from 1.17.6 to 1.18.2 [#696](https://github.com/apache/commons-text/issues/696), [#722](https://github.com/apache/commons-text/issues/722). Thanks to Gary Gregory.
    
  •        Bump graalvm.version from 24.2.2 to 25.0.1 [#703](https://github.com/apache/commons-text/issues/703), [#716](https://github.com/apache/commons-text/issues/716). Thanks to Gary Gregory, Dependabot.
    
  •        Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.20.0. Thanks to Gary Gregory.
    
  •        Bump commons-io:commons-io from 2.20.0 to 2.21.0. Thanks to Gary Gregory.
    

Historical list of changes: https://commons.apache.org/proper/commons-text/changes.html

For complete information on Apache Commons Text, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons Text website:

https://commons.apache.org/proper/commons-text

Download page: https://commons.apache.org/proper/commons-text/download_text.cgi

... (truncated)

Commits
  • 04e9374 Prepare for the release candidate 1.15.0 RC1
  • 502c4c4 Prepare for the next release candidate
  • c6e17ec Use direct access
  • 58e1e12 Simplify XML FSP (#731)
  • b5052c9 Bump actions/setup-java from 5.0.0 to 5.1.0
  • 2e2d4bc Revert "Bump actions/setup-java from 5.0.0 to 5.1.0"
  • b0ddbd1 Bump actions/setup-java from 5.0.0 to 5.1.0
  • 1c2d382 Add tests with external DTD
  • ed3df4b Internal clean up
  • bb508f3 Bump actions/checkout from 6.0.0 to 6.0.1
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-failsafe-plugin from 3.5.2 to 3.5.6

Release notes

Sourced from org.apache.maven.plugins:maven-failsafe-plugin's releases.

3.5.6

🚀 New features and improvements

  • Introduce reportTestTimestamp option and include timestamp for test sets and test cases (#3261) (#3302) @​olamy

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

3.5.5

🚀 New features and improvements

🐛 Bug Fixes

  • Use PowerShell instead of WMIC for detecting zombie process on Windows (#3258) @​jbliznak. Please note if you are using Windows with Java 8 and not PowerShell (you have options to: use Java 9+, install PowerShell or stay on Surefire 3.5.4)
  • Properly work with test failures caused during beforeAll phase (#3194) @​Frawless

📝 Documentation updates

  • Clarify how late placeholder replacement (@{...}) deals with (#3208) @​kwin

👻 Maintenance

... (truncated)

Commits
  • 25ea054 [maven-release-plugin] prepare release surefire-3.5.6
  • e5f374c Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3
  • dadd55b Issue #2613 Debugging failsafe tests: Message 'Listening for transport dt_soc...
  • 39dd250 Bump commons-io:commons-io from 2.21.0 to 2.22.0
  • 2774273 Ensure that the statistics filename is calculated only once. (#3326) (#3327)
  • 0d5df8a 3.5.x/bug/cherry pick embedded mode its (#3328)
  • 04ad9a2 Use surefire 3.5.5 by project itself for testing
  • 37e8f69 Add flakes attribute to use in testsuite report (#3306) (#3308)
  • a970fef Introduce reportTestTimestamp option and include timestamp for test sets and ...
  • e838393 deploy 3.5.x branch to nexus
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…updates

Bumps the maven-runtime group with 10 updates in the /java directory:

| Package | From | To |
| --- | --- | --- |
| [org.verapdf:validation-model](https://github.com/veraPDF/veraPDF-validation) | `1.31.99` | `1.31.108` |
| [org.verapdf:wcag-validation](https://github.com/veraPDF/veraPDF-validation) | `1.31.99` | `1.31.108` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.18.8` | `2.22.1` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.18.8` | `2.22.1` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-csv](https://github.com/FasterXML/jackson-dataformats-text) | `2.18.8` | `2.22.1` |
| org.apache.pdfbox:pdfbox | `3.0.3` | `3.0.8` |
| [org.opendataloader:opendataloader-pdf-core](https://github.com/opendataloader-project/opendataloader-pdf) | `2.2.1` | `2.5.0` |
| org.apache.poi:poi-ooxml | `5.4.0` | `5.5.1` |
| [org.apache.commons:commons-text](https://github.com/apache/commons-text) | `1.13.0` | `1.15.0` |
| [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) | `3.5.2` | `3.5.6` |



Updates `org.verapdf:validation-model` from 1.31.99 to 1.31.108
- [Commits](veraPDF/veraPDF-validation@v1.31.99...v1.31.108)

Updates `org.verapdf:wcag-validation` from 1.31.99 to 1.31.108
- [Commits](veraPDF/veraPDF-validation@v1.31.99...v1.31.108)

Updates `org.verapdf:wcag-validation` from 1.31.99 to 1.31.108
- [Commits](veraPDF/veraPDF-validation@v1.31.99...v1.31.108)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.8 to 2.22.1
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.18.8 to 2.22.1

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-csv` from 2.18.8 to 2.22.1
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.18.8...jackson-dataformats-text-2.22.1)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.18.8 to 2.22.1

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-csv` from 2.18.8 to 2.22.1
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.18.8...jackson-dataformats-text-2.22.1)

Updates `org.apache.pdfbox:pdfbox` from 3.0.3 to 3.0.8

Updates `org.opendataloader:opendataloader-pdf-core` from 2.2.1 to 2.5.0
- [Release notes](https://github.com/opendataloader-project/opendataloader-pdf/releases)
- [Commits](opendataloader-project/opendataloader-pdf@v2.2.1...v2.5.0)

Updates `org.apache.poi:poi-ooxml` from 5.4.0 to 5.5.1

Updates `org.apache.commons:commons-text` from 1.13.0 to 1.15.0
- [Changelog](https://github.com/apache/commons-text/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-text@rel/commons-text-1.13.0...rel/commons-text-1.15.0)

Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.2 to 3.5.6
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.5.2...surefire-3.5.6)

---
updated-dependencies:
- dependency-name: org.verapdf:validation-model
  dependency-version: 1.31.108
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-runtime
- dependency-name: org.verapdf:wcag-validation
  dependency-version: 1.31.108
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-runtime
- dependency-name: org.verapdf:wcag-validation
  dependency-version: 1.31.108
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-runtime
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.22.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-runtime
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-version: 2.22.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-runtime
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-csv
  dependency-version: 2.22.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-runtime
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-version: 2.22.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-runtime
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-csv
  dependency-version: 2.22.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-runtime
- dependency-name: org.apache.pdfbox:pdfbox
  dependency-version: 3.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-runtime
- dependency-name: org.opendataloader:opendataloader-pdf-core
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-runtime
- dependency-name: org.apache.poi:poi-ooxml
  dependency-version: 5.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-runtime
- dependency-name: org.apache.commons:commons-text
  dependency-version: 1.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-runtime
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-version: 3.5.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-runtime
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jul 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants