Skip to content

Bump jaxen:jaxen from 2.0.4 to 2.0.5#1322

Merged
Bukama merged 1 commit into
masterfrom
dependabot/maven/jaxen-jaxen-2.0.5
Jun 4, 2026
Merged

Bump jaxen:jaxen from 2.0.4 to 2.0.5#1322
Bukama merged 1 commit into
masterfrom
dependabot/maven/jaxen-jaxen-2.0.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Bumps jaxen:jaxen from 2.0.4 to 2.0.5.

Release notes

Sourced from jaxen:jaxen's releases.

2.0.5

Version 2.0.5 converts still more recursive algorithms in the core parser to safer iterative forms. This enables Jaxen to handle even larger and more complex XPath expressions.

For the recursive code that remains, higher level evaluation and parsing now catches stack overflow errors if they do occur, and wraps them inside a regular checked JaxenException so it won't bring down the entire program. This should be fairly robust and complete protection against DoS attacks on recursive code, even with arbitrary untrusted input. I don't know why I didn't think of this earlier. I probably just had an unquestioned rule in my head that you can't recover from errors, which isn't actually true in the case of stack overflow errors.

PRs

... (truncated)

Commits
  • 611d5b9 Release 2.0.5
  • 942c5e2 Bump com.github.siom79.japicmp:japicmp-maven-plugin (#511)
  • 91b2e4c Bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0 (#509)
  • c2fb854 Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.6 (#510)
  • e0d1bbc Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.2 to 3.6.3 (#512)
  • 23ceed8 Handle lang() on empty/null context node with explicit `FunctionCallExcepti...
  • 980aa9d more ignore (#508)
  • 43b9cc0 Update release version to 2.0.4 in releases.xml (#497)
  • c1bec05 Fix StackOverflowError on deeply nested XPath predicates (#492)
  • ad22a04 Cleanup STAR tokens (#499)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [jaxen:jaxen](https://github.com/jaxen-xpath/jaxen) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/jaxen-xpath/jaxen/releases)
- [Commits](jaxen-xpath/jaxen@v2.0.4...v2.0.5)

---
updated-dependencies:
- dependency-name: jaxen:jaxen
  dependency-version: 2.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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 Jun 3, 2026
@Bukama Bukama self-assigned this Jun 4, 2026
@Bukama Bukama merged commit d48c93e into master Jun 4, 2026
15 checks passed
@Bukama Bukama deleted the dependabot/maven/jaxen-jaxen-2.0.5 branch June 4, 2026 05:28
@github-actions github-actions Bot added this to the 3.8.1 milestone Jun 4, 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.

1 participant