From 4529e4f98e741a668b87bd38c5364412710f558e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 10:34:27 +0000 Subject: [PATCH] build(deps): bump org.jetbrains:annotations from 26.0.2 to 26.0.2-1 Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 26.0.2 to 26.0.2-1. - [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...26.0.2-1) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-version: 26.0.2-1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 07d8e719..466f83f6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -38,7 +38,7 @@ simbot-gradle = { group = "love.forte.simbot.gradle", name = "simbot-gradle-susp simbot-processor-classBuilder = { module = "love.forte.simbot.processor:simbot-processor-class-builder", version.ref = "simbot" } # jetbrains-annotation -jetbrains-annotations = "org.jetbrains:annotations:26.0.2" +jetbrains-annotations = "org.jetbrains:annotations:26.0.2-1" # kotlinx-coroutines kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" }