Skip to content

Commit

Permalink
Bump org.jetbrains:annotations from 25.0.0 to 26.0.0 (#2886)
Browse files Browse the repository at this point in the history
Bumps
[org.jetbrains:annotations](https://github.com/JetBrains/java-annotations)
from 25.0.0 to 26.0.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md">org.jetbrains:annotations's
changelog</a>.</em></p>
<blockquote>
<h2>Version 26.0.0</h2>
<ul>
<li>Added new experimental annotation:
<code>@NotNullByDefault</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/JetBrains/java-annotations/commit/0d041816598edc4487dbdfb7ff091f4a174e0e44"><code>0d04181</code></a>
Javadoc touch-up</li>
<li><a
href="https://github.com/JetBrains/java-annotations/commit/6894074a4125ee6ebb21e9f42835814c027b3c76"><code>6894074</code></a>
Version 26.0.0</li>
<li><a
href="https://github.com/JetBrains/java-annotations/commit/4f1401ae7974623303c9db16d62f239eef9110ac"><code>4f1401a</code></a>
Fix typo</li>
<li><a
href="https://github.com/JetBrains/java-annotations/commit/61bce518aa79afc043d2460b25d4ebd548111558"><code>61bce51</code></a>
NotNullByDefault: refine the behavior for type parameters</li>
<li><a
href="https://github.com/JetBrains/java-annotations/commit/0c06dec3b901ceddec6e5fe8d34ab686182b53a2"><code>0c06dec</code></a>
Fix javadoc links</li>
<li><a
href="https://github.com/JetBrains/java-annotations/commit/5a4e1b658fba0a431184ed8a905c903ffb27fb35"><code>5a4e1b6</code></a>
Contract: improved documentation for mutates parameter; unmark it as
experime...</li>
<li><a
href="https://github.com/JetBrains/java-annotations/commit/3d7f14fff79a77c5f16f083af5da89d19af66e01"><code>3d7f14f</code></a>
CheckReturnValue: <a
href="https://github.com/since"><code>@​since</code></a> tag</li>
<li><a
href="https://github.com/JetBrains/java-annotations/commit/fd13a44cade5d7d0c2cd48a12891d56e5fdde3ef"><code>fd13a44</code></a>
Improved documentation for nullity annotations</li>
<li><a
href="https://github.com/JetBrains/java-annotations/commit/fd5113136f58d98947b9a90038d9e74e551fdbb8"><code>fd51131</code></a>
Ignore buildSrc/.gradle</li>
<li><a
href="https://github.com/JetBrains/java-annotations/commit/ca6541683b602603804c61a4bc0f6fdc2cb9c924"><code>ca65416</code></a>
Cleanup after merge</li>
<li>Additional commits viewable in <a
href="https://github.com/JetBrains/java-annotations/compare/25.0.0...26.0.0">compare
view</a></li>
</ul>
</details>
<br />


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


</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 Oct 9, 2024
1 parent b33e5fa commit f86880f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vavr-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>25.0.0</version>
<version>26.0.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit f86880f

Please sign in to comment.