Skip to content

Commit

Permalink
Bump org.scala-lang:scala-library from 2.13.12 to 2.13.13 (opensearch…
Browse files Browse the repository at this point in the history
…-project#4072)

Bumps [org.scala-lang:scala-library](https://github.com/scala/scala)
from 2.13.12 to 2.13.13.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/scala/scala/commit/fcc67cd56c67851bf31019ec25ccb09d08b9561b"><code>fcc67cd</code></a>
Merge pull request <a
href="https://redirect.github.com/scala/scala/issues/10695">#10695</a>
from SethTisue/scala-dev-755</li>
<li><a
href="https://github.com/scala/scala/commit/842d69db7d0165baecf9130af94f0579b5344b4e"><code>842d69d</code></a>
fix <code>scala</code> task in our sbt build so REPL has JLine features
again</li>
<li><a
href="https://github.com/scala/scala/commit/ec6078f45f83bd0ca2491b9625220171decf4155"><code>ec6078f</code></a>
Merge pull request <a
href="https://redirect.github.com/scala/scala/issues/10694">#10694</a>
from scala/tasty/test-classpath-standalone-obj</li>
<li><a
href="https://github.com/scala/scala/commit/5936c32710240dcdef0dccc1c9bb6b89549e6d56"><code>5936c32</code></a>
Use stripSuffix over dropRight for clarity</li>
<li><a
href="https://github.com/scala/scala/commit/d9d1307ab9400117001fba9c812e2977dc83e8c8"><code>d9d1307</code></a>
Align tasty file lookup with dotty, add test case</li>
<li><a
href="https://github.com/scala/scala/commit/232521f418c1e2c535d3630b0a5b3972a06bbd4e"><code>232521f</code></a>
Merge pull request <a
href="https://redirect.github.com/scala/scala/issues/10689">#10689</a>
from scalacenter/tasty/switch-3.4.0-stable</li>
<li><a
href="https://github.com/scala/scala/commit/515883b8caa91a5f20a4403c4d19474f714f340f"><code>515883b</code></a>
Merge pull request <a
href="https://redirect.github.com/scala/scala/issues/10688">#10688</a>
from scalacenter/tasty/temp-patch-windows</li>
<li><a
href="https://github.com/scala/scala/commit/da724763ee4fe28462afd41fce6c1cf4e844b0cf"><code>da72476</code></a>
upgrade to 3.4.0 stable</li>
<li><a
href="https://github.com/scala/scala/commit/baadd958e6aafd66409e34f6f35236d71f8d5430"><code>baadd95</code></a>
Disable tasty pipelining tests on windows</li>
<li><a
href="https://github.com/scala/scala/commit/17c0c74ae078431f70bbd68e3442255ca80a23e7"><code>17c0c74</code></a>
Merge pull request <a
href="https://redirect.github.com/scala/scala/issues/10686">#10686</a>
from som-snytt/tweak/12944-hashset-issubset</li>
<li>Additional commits viewable in <a
href="https://github.com/scala/scala/compare/v2.13.12...v2.13.13">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=gradle&previous-version=2.13.12&new-version=2.13.13)](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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent a843b56 commit 90377a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ configurations {
resolutionStrategy {
force 'commons-codec:commons-codec:1.16.1'
force 'org.slf4j:slf4j-api:1.7.36'
force 'org.scala-lang:scala-library:2.13.12'
force 'org.scala-lang:scala-library:2.13.13'
force "com.fasterxml.jackson:jackson-bom:${versions.jackson}"
force "com.fasterxml.jackson.core:jackson-core:${versions.jackson}"
force "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:${versions.jackson}"
Expand Down Expand Up @@ -702,7 +702,7 @@ dependencies {
testRuntimeOnly ("org.springframework:spring-core:${spring_version}") {
exclude(group:'org.springframework', module: 'spring-jcl' )
}
testRuntimeOnly 'org.scala-lang:scala-library:2.13.12'
testRuntimeOnly 'org.scala-lang:scala-library:2.13.13'
testRuntimeOnly 'com.yammer.metrics:metrics-core:2.2.0'
testRuntimeOnly 'com.typesafe.scala-logging:scala-logging_3:3.9.5'
testRuntimeOnly('org.apache.zookeeper:zookeeper:3.9.1') {
Expand Down

0 comments on commit 90377a5

Please sign in to comment.