From f61ef6a3952cd507d4edf4757fe4fbcf029cd60d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 18:48:52 +0000 Subject: [PATCH] Bump org.jetbrains:annotations from 26.0.2-1 to 26.1.0 Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 26.0.2-1 to 26.1.0. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/java-annotations/compare/26.0.2-1...26.1.0) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-version: 26.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4f43060..daf2d8d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { implementation("javax.xml.bind:jaxb-api:2.3.1") implementation("lol.hyper:github-release-api:1.0.5") implementation("com.dorkbox:Notify:4.5") - implementation("org.jetbrains:annotations:26.0.2-1") + implementation("org.jetbrains:annotations:26.1.0") } tasks.withType {