From 69ade017b92684045f7a2ef6f03fef681198623c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 17:39:45 +0000 Subject: [PATCH] build(deps): bump org.jetbrains:annotations from 24.1.0 to 26.0.2-1 Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 24.1.0 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/24.1.0...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-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 96e13d7..89b046b 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ repositories { } dependencies { - compileOnly 'org.jetbrains:annotations:24.1.0' + compileOnly 'org.jetbrains:annotations:26.0.2-1' // KubeJS - soft dependency for scripting integration compileOnly 'dev.latvian.mods:kubejs-forge:2001.6.5-build.16' modImplementation 'maven.modrinth:minecraft-sqlite-jdbc:3.51.1.0+2025-12-01'