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

   Bumps [rdf4j-bom](https://github.com/eclipse/rdf4j) from 3.7.6 to 4.3.0.
   <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>
   <h2>4.2.4</h2>
   <p>RDF4J 4.2.4 is a patch release that fixes 6 issues.</p>
   <p>For a complete overview, see <a 
href="https://github.com/eclipse/rdf4j/milestone/92?closed=1";>all issues fixed 
in 4.2.4</a>.</p>
   <p>RDF4J 4.2.3 is a patch release that fixes 9 issues.</p>
   <p>For those who are using RDF4J tests in their own code you should note 
that we are currently working on migrating from JUnit 4 to JUnit 5.</p>
   <p>For a complete overview, see <a 
href="https://github.com/eclipse/rdf4j/milestone/91?closed=1";>all issues fixed 
in 4.2.3</a>.</p>
   <h2>Acknowledgements</h2>
   <p>This release was made possible by contributions from Erik Godding Boye, 
Dominik Kunz, HÃ¥vard M. Ottestad, Martina Dimova, Jeen Broekstra, Tom Dalton, 
Jerven Bolleman and Dzeri96.</p>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/eclipse/rdf4j/commit/b05b66343e8e5587c8e1aa81e38b48d1e44a7199";><code>b05b663</code></a>
 release 4.3.0</li>
   <li><a 
href="https://github.com/eclipse/rdf4j/commit/f9a6393b91b677e954729c707b6bf5efccde793a";><code>f9a6393</code></a>
 merge develop into main for release (<a 
href="https://redirect.github.com/eclipse/rdf4j/issues/4568";>#4568</a>)</li>
   <li><a 
href="https://github.com/eclipse/rdf4j/commit/ba5a99d2fc767f2d3635c22928615b2930cf858b";><code>ba5a99d</code></a>
 <a href="https://redirect.github.com/eclipse/rdf4j/issues/3396";>GH-3396</a> 
the elasticsearch-maven-plugin should not run while tests are skipped...</li>
   <li><a 
href="https://github.com/eclipse/rdf4j/commit/08f2ab9c105ac3a40f3f2288d956e64507269461";><code>08f2ab9</code></a>
 <a href="https://redirect.github.com/eclipse/rdf4j/issues/3950";>GH-3950</a> 
Validation report should never conform if it has results (<a 
href="https://redirect.github.com/eclipse/rdf4j/issues/4566";>#4566</a>)</li>
   <li><a 
href="https://github.com/eclipse/rdf4j/commit/e647eea1f37e3b909f1ce9385df0ba4e385c0b77";><code>e647eea</code></a>
 <a href="https://redirect.github.com/eclipse/rdf4j/issues/3950";>GH-3950</a> 
Validation report should never conform it is has results</li>
   <li><a 
href="https://github.com/eclipse/rdf4j/commit/cf1297b2fb13fbfa33f518a95ddc6e70eeeebb63";><code>cf1297b</code></a>
 <a href="https://redirect.github.com/eclipse/rdf4j/issues/4556";>GH-4556</a>: 
properly escape single quotes in generated federation queries (<a 
href="https://redirect.github.com/eclipse/rdf4j/issues/4561";>#4561</a>)</li>
   <li><a 
href="https://github.com/eclipse/rdf4j/commit/bec113dd1cab23c5673c016fe2ffa17d287505d4";><code>bec113d</code></a>
 <a href="https://redirect.github.com/eclipse/rdf4j/issues/4556";>GH-4556</a>: 
properly escape single quotes in generated federation queries</li>
   <li><a 
href="https://github.com/eclipse/rdf4j/commit/b8567e47f95ab589f030ec403a7613363e087b69";><code>b8567e4</code></a>
 <a href="https://redirect.github.com/eclipse/rdf4j/issues/3396";>GH-3396</a> 
add exclusion as recommended by Erik</li>
   <li><a 
href="https://github.com/eclipse/rdf4j/commit/a78c4b26303dc20d4ae5bb3c46ba73c9bb6834e7";><code>a78c4b2</code></a>
 <a href="https://redirect.github.com/eclipse/rdf4j/issues/3396";>GH-3396</a> 
upgrade solr and lucene (<a 
href="https://redirect.github.com/eclipse/rdf4j/issues/4355";>#4355</a>)</li>
   <li><a 
href="https://github.com/eclipse/rdf4j/commit/89355cec5f5f367bee4d6f28f9e444c6c2ae1422";><code>89355ce</code></a>
 Merge main into develop (<a 
href="https://redirect.github.com/eclipse/rdf4j/issues/4552";>#4552</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/eclipse/rdf4j/compare/3.7.6...4.3.0";>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.3.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: notifications-unsubscr...@commons.apache.org

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

Reply via email to