Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump org.clojure:clojure from 1.9.0-alpha14 to 1.11.2 (#11)
Bumps [org.clojure:clojure](https://github.com/clojure/clojure) from 1.9.0-alpha14 to 1.11.2. <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/218054f1f2ddfc69ef4f9d17f916de35e4a4effe"><code>218054f</code></a> [maven-release-plugin] prepare release clojure-1.11.2</li> <li><a href="https://github.com/clojure/clojure/commit/63474dbaf356cbbc38ed9bd9f3a01c5800b8a6c4"><code>63474db</code></a> update pom to snapshot version</li> <li><a href="https://github.com/clojure/clojure/commit/5366a0e9e6df8ade159772703da3ac32c352fcdc"><code>5366a0e</code></a> add github actions to clojure-1.11-dev branch</li> <li><a href="https://github.com/clojure/clojure/commit/777456f5f485ed42cee386344fbce891c559ec4e"><code>777456f</code></a> CLJ-2839 Infinite seq class hashCode() is infinite loop</li> <li><a href="https://github.com/clojure/clojure/commit/ce55092f2b2f5481d25cff6205470c1335760ef6"><code>ce55092</code></a> [maven-release-plugin] prepare release clojure-1.11.1</li> <li><a href="https://github.com/clojure/clojure/commit/cef38abac0d7139f4d38324290eaf2c40b8924a7"><code>cef38ab</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/clojure/clojure/commit/3f1c36d779a43b1951ddaa9cdf6250b1d739621b"><code>3f1c36d</code></a> [maven-release-plugin] prepare release clojure-1.11.1-rc1</li> <li><a href="https://github.com/clojure/clojure/commit/e917dcc003bdd56660d5057407ea7739d2736af2"><code>e917dcc</code></a> Update changelog for 1.11.1</li> <li><a href="https://github.com/clojure/clojure/commit/1da6b07722790e898faa261a816a7a070fd93ac5"><code>1da6b07</code></a> CLJ-2701 Set serialVersionUIDs for Keyword and ArraySeq to retain 1.10.3 values</li> <li><a href="https://github.com/clojure/clojure/commit/48818bd96afc2c8ee8ee76075f7a186289c6517a"><code>48818bd</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>Additional commits viewable in <a href="https://github.com/clojure/clojure/compare/clojure-1.9.0-alpha14...clojure-1.11.2">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.9.0-alpha14&new-version=1.11.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 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/vavr-io/vavr-benchmark/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information