Skip to content

Commit

Permalink
merge: #10648
Browse files Browse the repository at this point in the history
10648: deps(maven): bump scala-library from 2.13.9 to 2.13.10 r=oleschoenburg a=dependabot[bot]

Bumps [scala-library](https://github.com/scala/scala) from 2.13.9 to 2.13.10.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/scala/scala/commit/4905801fc161300ba20bae4f7adf045b1698e831"><code>4905801</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/scala/scala/issues/10182">#10182</a> from som-snytt/issue/7481-nospec-array</li>
<li><a href="https://github.com/scala/scala/commit/69bff24d61859283cb0a082460cc93fc8657952c"><code>69bff24</code></a> Test for old crasher</li>
<li><a href="https://github.com/scala/scala/commit/cd525424bf772c8cc5301602dd4f91e2b9a5c561"><code>cd52542</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/scala/scala/issues/10175">#10175</a> from liang3zy22/bug12509</li>
<li><a href="https://github.com/scala/scala/commit/d23620ad0496ffa945f93e4df2c41ce303ccb5f3"><code>d23620a</code></a> Avoid parsing code comment twice</li>
<li><a href="https://github.com/scala/scala/commit/455e792fdbc8a688d1d3df2e08a1d140b5638b9f"><code>455e792</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/scala/scala/issues/10172">#10172</a> from flomebul/TraversalIsDeprecated</li>
<li><a href="https://github.com/scala/scala/commit/d89e3d4fdb35019341a6ed50d7428e15af3ee5d6"><code>d89e3d4</code></a> Replace &quot;Traversable&quot; by corresponding &quot;Iterable&quot; in doc comments.</li>
<li><a href="https://github.com/scala/scala/commit/9ee4b60444c8db8e6cc22d259edff570d0c6e056"><code>9ee4b60</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/scala/scala/issues/10163">#10163</a> from liang3zy22/scalacheckbugs</li>
<li><a href="https://github.com/scala/scala/commit/439a981bdc7ad4b255a4dc64df18d2d1e831d627"><code>439a981</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/scala/scala/issues/10169">#10169</a> from som-snytt/issue/9069-view-slice</li>
<li><a href="https://github.com/scala/scala/commit/0fffd1fd2d884597b5b876336cc0ed6da62036b1"><code>0fffd1f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/scala/scala/issues/10170">#10170</a> from som-snytt/issue/9931-test</li>
<li><a href="https://github.com/scala/scala/commit/9f3ffcf92872c09deee09df532cc33eeee189b9c"><code>9f3ffcf</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/scala/scala/issues/10164">#10164</a> from som-snytt/dev/814-redux-args-file</li>
<li>Additional commits viewable in <a href="https://github.com/scala/scala/compare/v2.13.9...v2.13.10">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.scala-lang:scala-library&package-manager=maven&previous-version=2.13.9&new-version=2.13.10)](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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
zeebe-bors-camunda[bot] and dependabot[bot] committed Oct 10, 2022
2 parents 6353407 + f3474a1 commit 56dd345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<version.micrometer>1.9.4</version.micrometer>
<version.rocksdbjni>7.6.0</version.rocksdbjni>
<version.sbe>1.26.0</version.sbe>
<version.scala>2.13.9</version.scala>
<version.scala>2.13.10</version.scala>
<version.slf4j>1.7.36</version.slf4j>
<version.snakeyaml>1.33</version.snakeyaml>
<version.javax>1.3.2</version.javax>
Expand Down

0 comments on commit 56dd345

Please sign in to comment.