Skip to content

Commit

Permalink
chore(deps): update dependency org.jetbrains:annotations to v25
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Package file | Manager | Update | Change |
|---|---|---|---|---|---|
|
[org.jetbrains:annotations](https://github.com/JetBrains/java-annotations)
| dependencies | misk/gradle/libs.versions.toml | gradle | major |
`22.0.0` -> `25.0.0` |

---

### Release Notes

<details>
<summary>JetBrains/java-annotations
(org.jetbrains:annotations)</summary>

###
[`v25.0.0`](https://github.com/JetBrains/java-annotations/blob/HEAD/CHANGELOG.md#Version-2500)

[Compare
Source](JetBrains/java-annotations@24.1.0...25.0.0)

-   Added Kotlin Multiplatform artifact (multiplatform-annotations).
-   Removed Java 5 artifact.

###
[`v24.1.0`](https://github.com/JetBrains/java-annotations/blob/HEAD/CHANGELOG.md#Version-2410)

[Compare
Source](JetBrains/java-annotations@24.0.1...24.1.0)

-   `@CheckReturnValue` is not experimental anymore.

###
[`v24.0.1`](https://github.com/JetBrains/java-annotations/blob/HEAD/CHANGELOG.md#Version-2401)

[Compare
Source](JetBrains/java-annotations@24.0.0...24.0.1)

-   Added `@Documented` annotation where it would be useful.

###
[`v24.0.0`](https://github.com/JetBrains/java-annotations/blob/HEAD/CHANGELOG.md#Version-2400)

[Compare
Source](JetBrains/java-annotations@23.1.0...24.0.0)

-   Added new annotation: `@CheckReturnValue`.

###
[`v23.1.0`](https://github.com/JetBrains/java-annotations/blob/HEAD/CHANGELOG.md#Version-2310)

[Compare
Source](JetBrains/java-annotations@23.0.0...23.1.0)

-   Added new annotation: `@ApiStatus.Obsolete`.

###
[`v23.0.0`](https://github.com/JetBrains/java-annotations/blob/HEAD/CHANGELOG.md#Version-2300)

[Compare
Source](JetBrains/java-annotations@22.0.0...23.0.0)

- Added new annotations: `@BlockingExecutor` and `@NonBlockingExecutor`.

</details>

GitOrigin-RevId: 0938170ec2d8fc6aa9ce3921d581bd2237a9993b
  • Loading branch information
github-cash-renovate-jvm-2 authored and svc-squareup-copybara committed Oct 1, 2024
1 parent c502d53 commit 3a7d166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ javaxAnnotation = { module = "javax.annotation:javax.annotation-api", version =
javaxInject = { module = "javax.inject:javax.inject", version = "1" }
jedis = { module = "redis.clients:jedis", version = "5.1.5" }
jerseyBom = { module = "org.glassfish.jersey:jersey-bom", version = "3.1.8" }
jetbrainsAnnotations = { module = "org.jetbrains:annotations", version = "22.0.0" }
jetbrainsAnnotations = { module = "org.jetbrains:annotations", version = "25.0.0" }
jettyAlpnServer = { module = "org.eclipse.jetty:jetty-alpn-server" }
jettyAlpnServerJava = { module = "org.eclipse.jetty:jetty-alpn-java-server" }
jettyBom = { module = "org.eclipse.jetty:jetty-bom", version = "10.0.20" }
Expand Down

0 comments on commit 3a7d166

Please sign in to comment.