dependabot[bot] opened a new pull request, #116:
URL: https://github.com/apache/commons-rdf/pull/116

   Bumps [rdf4j-bom](https://github.com/eclipse/rdf4j) from 3.7.6 to 4.2.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/eclipse/rdf4j/releases";>rdf4j-bom's 
releases</a>.</em></p>
   <blockquote>
   <p>RDF4J 4.2.2 is now available. This is a patch release fixing 3 bugs.</p>
   <p>For more details, have a look at the <a 
href="https://rdf4j.org/release-notes/4.2.2";>release notes</a>.</p>
   <p>RDF4J 4.2.1 is now available. This is a patch release fixing 11 bugs, 3 
of which are security fixes.</p>
   <p>For more details, have a look at the <a 
href="https://rdf4j.org/release-notes/4.2.1";>release notes</a>.</p>
   <p>RDF4J 4.2.0 is a minor release introducing support for custom SPARQL 
aggregate functions as well as several performance improvements and bug 
fixes.</p>
   <h3>Aggregate functions</h3>
   <p>The support for custom SPARQL aggregate functions has allowed us to 
implement functions for standard deviation and variance using <a 
href="https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/stat/descriptive/SummaryStatistics.html";>Apache
 Commons Math3</a>.</p>
   <table>
   <thead>
   <tr>
   <th>IRI</th>
   <th>Description</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><a 
href="http://rdf4j.org/aggregate#stdev";>http://rdf4j.org/aggregate#stdev</a></td>
   <td>Standard deviation using sampling.</td>
   </tr>
   <tr>
   <td><a 
href="http://rdf4j.org/aggregate#stdev_population";>http://rdf4j.org/aggregate#stdev_population</a></td>
   <td>Standard deviation using statistical population.</td>
   </tr>
   <tr>
   <td><a 
href="http://rdf4j.org/aggregate#variance";>http://rdf4j.org/aggregate#variance</a></td>
   <td>Variance using sampling.</td>
   </tr>
   <tr>
   <td><a 
href="http://rdf4j.org/aggregate#variance_population";>http://rdf4j.org/aggregate#variance_population</a></td>
   <td>Variance using statistical population.</td>
   </tr>
   </tbody>
   </table>
   <p><strong>Query example</strong></p>
   <pre><code>SELECT (&lt;http://rdf4j.org/aggregate#stdev&gt;(?o) AS ?stdev) 
WHERE { 
       ?s ?p ?o .
   }
   </code></pre>
   <h3>Performance</h3>
   <p>More accurate query statistics for the LMDB Store drastically improves 
query performance. The LMDB Store can already scale to considerably larger 
datasets than the NativeStore and now also matches the performance for smaller 
datasets.</p>
   <p>Validation performance for small transactions on large databases has been 
improved by batching together more operations when analyzing the changes in a 
transaction.</p>
   <p>For a complete overview, see <a 
href="https://github.com/eclipse/rdf4j/milestone/85?closed=1";>all issues fixed 
in 4.2.0</a>.</p>
   <p>RDF4J 4.1.3 is a patch release that fixes 5 issues.</p>
   <p>For a complete overview, see <a 
href="https://github.com/eclipse/rdf4j/milestone/87?closed=1";>all issues fixed 
in 4.1.3</a>.</p>
   <h4>Acknowledgements</h4>
   <p>This release was made possible by contributions from nguyenm100, Håvard 
Ottestad, Desislava Hristova, pulquero and Wolfgang Schell.</p>
   <p>RDF4J 4.1.2 is a patch release that fixes 6 issues.</p>
   <p>For a complete overview, see <a 
href="https://github.com/eclipse/rdf4j/milestone/86?closed=1";>all issues fixed 
in 4.1.2</a>.</p>
   <h4>Acknowledgements</h4>
   <p>This release was made possible by contributions from Jerven Bolleman, 
Håvard Ottestad, Wolfgang Schell and nguyenm100.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/eclipse/rdf4j/commit/3f019e3e262751eb046bbdbc751d28c90a5ea87b";><code>3f019e3</code></a>
 release 4.2.2</li>
   <li><a 
href="https://github.com/eclipse/rdf4j/commit/865e2e382eedb77b96be86011b363912401f3ccd";><code>865e2e3</code></a>
 <a 
href="https://github-redirect.dependabot.com/eclipse/rdf4j/issues/3781";>GH-3781</a>
 Accept only valid SPARQL prefixes (<a 
href="https://github-redirect.dependabot.com/eclipse/rdf4j/issues/4291";>#4291</a>)</li>
   <li><a 
href="https://github.com/eclipse/rdf4j/commit/5a3974c05c0ec49098df0fd4301d4f662ad10856";><code>5a3974c</code></a>
 <a 
href="https://github-redirect.dependabot.com/eclipse/rdf4j/issues/3781";>GH-3781</a>
 exception message changed</li>
   <li><a 
href="https://github.com/eclipse/rdf4j/commit/c9b12e54f25def13cee79b8dafdfbc23f9019141";><code>c9b12e5</code></a>
 <a 
href="https://github-redirect.dependabot.com/eclipse/rdf4j/issues/3781";>GH-3781</a>
 accept only valid SPARQL prefixes</li>
   <li><a 
href="https://github.com/eclipse/rdf4j/commit/d44a0f36ce2fbc8e38e3d4831ee96fb8a985008e";><code>d44a0f3</code></a>
 small tweaks to Dockerfile and build script (<a 
href="https://github-redirect.dependabot.com/eclipse/rdf4j/issues/4285";>#4285</a>)</li>
   <li><a 
href="https://github.com/eclipse/rdf4j/commit/679970777faa3693749c0b5c379a15e84d09de2b";><code>6799707</code></a>
 small tweaks to Dockerfile for better multiplatform support</li>
   <li><a 
href="https://github.com/eclipse/rdf4j/commit/352803f126fdf6b658285d8313914e8008d30b2f";><code>352803f</code></a>
 <a 
href="https://github-redirect.dependabot.com/eclipse/rdf4j/issues/4237";>GH-4237</a>
 reorg and update of developer docs (<a 
href="https://github-redirect.dependabot.com/eclipse/rdf4j/issues/4283";>#4283</a>)</li>
   <li><a 
href="https://github.com/eclipse/rdf4j/commit/660de6fbbf772de84bf509fed968b7e7d2fe8f28";><code>660de6f</code></a>
 <a 
href="https://github-redirect.dependabot.com/eclipse/rdf4j/issues/4248";>GH-4248</a>
 check for invalid triple context value (<a 
href="https://github-redirect.dependabot.com/eclipse/rdf4j/issues/4282";>#4282</a>)</li>
   <li><a 
href="https://github.com/eclipse/rdf4j/commit/336e00ca517f3d780e3c05540f628c2253fcf21a";><code>336e00c</code></a>
 <a 
href="https://github-redirect.dependabot.com/eclipse/rdf4j/issues/4279";>GH-4279</a>
 FilterOptimizer should not modify the query tree above the node it is...</li>
   <li><a 
href="https://github.com/eclipse/rdf4j/commit/453cda45dbb62414d3733201dfc07468faec76a1";><code>453cda4</code></a>
 <a 
href="https://github-redirect.dependabot.com/eclipse/rdf4j/issues/4248";>GH-4248</a>
 check for invalid triple context value. added regression tests</li>
   <li>Additional commits viewable in <a 
href="https://github.com/eclipse/rdf4j/compare/3.7.6...4.2.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.eclipse.rdf4j:rdf4j-bom&package-manager=maven&previous-version=3.7.6&new-version=4.2.2)](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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to