dependabot[bot] opened a new pull request, #549:
URL: https://github.com/apache/streams/pull/549

   Bumps [org.clojure:clojure](https://github.com/clojure/clojure) from 1.2.0 
to 1.9.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/clojure/clojure/blob/master/changes.md";>org.clojure:clojure's
 changelog</a>.</em></p>
   <blockquote>
   <!-- raw HTML omitted -->
   <h1>Changes to Clojure in Version 1.11.1</h1>
   <ul>
   <li><a href="https://clojure.atlassian.net/browse/CLJ-2701";>CLJ-2701</a>
   Pin serialVersionUID for Keyword and ArraySeq back to 1.10.3 values to 
retain binary serialization</li>
   </ul>
   <h1>Changes to Clojure in Version 1.11.0</h1>
   <h2>1 Compatibility</h2>
   <h3>1.1 Security</h3>
   <p>Because XML external entity (XXE) attacks can be used to disclose local 
files using file schemes or relative paths in the system identifier, 
<code>clojure.xml/parse</code> now disables external entity processing by 
default.</p>
   <p>See: <a 
href="https://owasp.org/www-community/vulnerabilities/XML_External_Entity_(XXE)_Processing">https://owasp.org/www-community/vulnerabilities/XML_External_Entity_(XXE)_Processing</a></p>
   <p>This change disables the following SAX parser features:</p>
   <ul>
   
<li><code>http://apache.org/xml/features/nonvalidating/load-external-dtd</code></li>
   <li><code>http://xml.org/sax/features/external-general-entities</code></li>
   <li><code>http://xml.org/sax/features/external-parameter-entities</code></li>
   </ul>
   <p>If you rely on these features, modify your calls to 
<code>clojure.xml/parse</code> to explicitly
   supply <code>startparse-sax</code> function as the final argument:
   <code>(clojure.xml/parse the-string clojure.xml/startparse-sax)</code>
   This modification also works on prior Clojure versions.</p>
   <ul>
   <li><a href="http://dev.clojure.org/jira/browse/CLJ-2611";>CLJ-2611</a> 
clojure.xml now disables XXE processing by default</li>
   </ul>
   <h3>1.2 Dependencies</h3>
   <p>Updated dependencies:</p>
   <ul>
   <li>spec.alpha dependency to 0.3.218 - <a 
href="https://github.com/clojure/spec.alpha/blob/master/CHANGES.md";>changes</a></li>
   <li>core.specs.alpha dependency to 0.2.62 - <a 
href="https://github.com/clojure/core.specs.alpha/blob/master/CHANGES.md";>changes</a></li>
   </ul>
   <h2>2 Features</h2>
   <h3>2.1 Keyword argument functions take a trailing map</h3>
   <p>Keyword arguments are optional trailing variadic arguments of the form 
<em>akey aval bkey bval...​</em>.
   In Clojure 1.11, functions taking keyword arguments can now be passed a map 
instead of or in addition
   to and following the key/value pairs. When a lone map is passed, it is used 
for destructuring, else
   a trailing map is added to the key/value pair map by <code>conj</code>.</p>
   <p>Also see: <a 
href="https://clojure.org/news/2021/03/18/apis-serving-people-and-programs";>https://clojure.org/news/2021/03/18/apis-serving-people-and-programs</a></p>
   <ul>
   <li><a href="https://clojure.atlassian.net/browse/CLJ-2603";>CLJ-2603</a> 
Clojure keyword argument functions now also accept a map</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/clojure/clojure/commit/841fa60b41bc74367fb16ec65d025ea5bde7a617";><code>841fa60</code></a>
 [maven-release-plugin] prepare release clojure-1.9.0</li>
   <li><a 
href="https://github.com/clojure/clojure/commit/0592567e000e0f986834abe661a0a15d3a57178c";><code>0592567</code></a>
 [maven-release-plugin] prepare for next development iteration</li>
   <li><a 
href="https://github.com/clojure/clojure/commit/d7e04247af8cbfa34fe4795ebd0ee25de2e83dca";><code>d7e0424</code></a>
 [maven-release-plugin] prepare release clojure-1.9.0-RC2</li>
   <li><a 
href="https://github.com/clojure/clojure/commit/7ae47e64c5144464bbd591cad8c5094bd52e3195";><code>7ae47e6</code></a>
 Local build with deps included</li>
   <li><a 
href="https://github.com/clojure/clojure/commit/a19c36927598677c32099dabd0fdb9d3097df259";><code>a19c369</code></a>
 [maven-release-plugin] prepare for next development iteration</li>
   <li><a 
href="https://github.com/clojure/clojure/commit/e749d85ccc404577d679950788e8820ccb027e73";><code>e749d85</code></a>
 [maven-release-plugin] prepare release clojure-1.9.0-RC1</li>
   <li><a 
href="https://github.com/clojure/clojure/commit/44f6aad12dd6f47c8ab717f7753299ef2a766ce8";><code>44f6aad</code></a>
 [maven-release-plugin] prepare for next development iteration</li>
   <li><a 
href="https://github.com/clojure/clojure/commit/e7ff2d6c1d27abedf4bd1c5de3557b7bad720763";><code>e7ff2d6</code></a>
 [maven-release-plugin] prepare release clojure-1.9.0-beta4</li>
   <li><a 
href="https://github.com/clojure/clojure/commit/b98ba848d04867c5542d50e46429d9c1f2472719";><code>b98ba84</code></a>
 CLJ-2259 Remove unnecessary bigdec? predicate added in 1.9</li>
   <li><a 
href="https://github.com/clojure/clojure/commit/08e1c941eb584f556745ca57fae1e0b313458c2c";><code>08e1c94</code></a>
 [maven-release-plugin] prepare for next development iteration</li>
   <li>Additional commits viewable in <a 
href="https://github.com/clojure/clojure/compare/1.2.0...clojure-1.9.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.clojure:clojure&package-manager=maven&previous-version=1.2.0&new-version=1.9.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 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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/streams/network/alerts).
   
   </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...@streams.apache.org

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

Reply via email to