dependabot[bot] opened a new pull request, #258:
URL: https://github.com/apache/ws-axiom/pull/258

   Bumps [jaxen](https://github.com/jaxen-xpath/jaxen) from 1.2.0 to 2.0.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/jaxen-xpath/jaxen/releases";>jaxen's 
releases</a>.</em></p>
   <blockquote>
   <h2>2.0.0</h2>
   <p>Despite the major version bump, this should be a drop in replacement for 
almost every project, The two major possible incompatibilities are:</p>
   <ul>
   <li>The minimum supported Java version is now 1.5, up from 1.4 in 1.2.0 and 
1.3 in 1.1.6.</li>
   <li>dom4j, XOM, and JDOM are now optional dependencies so if a project
   was depending on them to be loaded transitively it will need to add
   explicit dependencies to build.</li>
   </ul>
   <p>On the plus side, this makes classpaths much smaller and less complex, 
and will shut up a lot of noise from static analysis tools.</p>
   <p>In addition the Jaxen core code is also a little smaller and has fixed a 
few minor bugs in XPath evaluation, mostly weird cases found by fuzzing that 
are unlikely to arise in practice.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jaxen-xpath/jaxen/commit/39e4f2853710da1453980a72acc24b77fe7bf5d9";><code>39e4f28</code></a>
 set version 2.0.0 for release (<a 
href="https://github-redirect.dependabot.com/jaxen-xpath/jaxen/issues/155";>#155</a>)</li>
   <li><a 
href="https://github.com/jaxen-xpath/jaxen/commit/89eecdbcb5bc000ccdb23662a854fd50aa42bbbc";><code>89eecdb</code></a>
 update URL; avoid sapmmers (<a 
href="https://github-redirect.dependabot.com/jaxen-xpath/jaxen/issues/154";>#154</a>)</li>
   <li><a 
href="https://github.com/jaxen-xpath/jaxen/commit/0ec1e5f76997667dfa0424e9fbfd7df293068e63";><code>0ec1e5f</code></a>
 Grammar and URLs (<a 
href="https://github-redirect.dependabot.com/jaxen-xpath/jaxen/issues/153";>#153</a>)</li>
   <li><a 
href="https://github.com/jaxen-xpath/jaxen/commit/ea44e87f03967592fe31530a9297f139fbf4d2e8";><code>ea44e87</code></a>
 Be explicit about XPath 1.0 (<a 
href="https://github-redirect.dependabot.com/jaxen-xpath/jaxen/issues/152";>#152</a>)</li>
   <li><a 
href="https://github.com/jaxen-xpath/jaxen/commit/aa93b6c69b0366a1454ff50f7541f64f5e2a3b0d";><code>aa93b6c</code></a>
 Be explicit about XPath 1.0 (<a 
href="https://github-redirect.dependabot.com/jaxen-xpath/jaxen/issues/151";>#151</a>)</li>
   <li><a 
href="https://github.com/jaxen-xpath/jaxen/commit/41c6db3414fac64a885453a398acd8a013061ad8";><code>41c6db3</code></a>
 Be explicit this is XPath 1.0 (<a 
href="https://github-redirect.dependabot.com/jaxen-xpath/jaxen/issues/150";>#150</a>)</li>
   <li><a 
href="https://github.com/jaxen-xpath/jaxen/commit/dd24c26173123bb7243cce8fe7b1088ecfd58263";><code>dd24c26</code></a>
 Make clearer XPath 1.0 is sup0orted (<a 
href="https://github-redirect.dependabot.com/jaxen-xpath/jaxen/issues/149";>#149</a>)</li>
   <li><a 
href="https://github.com/jaxen-xpath/jaxen/commit/b3b9d8182273c9d2c9a5ae312aa0a61f15a7f027";><code>b3b9d81</code></a>
 update repository plugin (<a 
href="https://github-redirect.dependabot.com/jaxen-xpath/jaxen/issues/148";>#148</a>)</li>
   <li><a 
href="https://github.com/jaxen-xpath/jaxen/commit/b04ce044ae8707b3d9991e6290158af78633b019";><code>b04ce04</code></a>
 use Posix tar (<a 
href="https://github-redirect.dependabot.com/jaxen-xpath/jaxen/issues/147";>#147</a>)</li>
   <li><a 
href="https://github.com/jaxen-xpath/jaxen/commit/571fc951c1efbafd16f52d7beff6c8df78463437";><code>571fc95</code></a>
 AvoidBranchingStatementAsLastInLoop (<a 
href="https://github-redirect.dependabot.com/jaxen-xpath/jaxen/issues/143";>#143</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jaxen-xpath/jaxen/compare/v1.2.0...v2.0.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jaxen:jaxen&package-manager=maven&previous-version=1.2.0&new-version=2.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@ws.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ws.apache.org
For additional commands, e-mail: dev-h...@ws.apache.org

Reply via email to