From 29cca0f8e8b8a0e30c189070dd8827dda690a6df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 06:25:58 +0000 Subject: [PATCH] Bump org.jetbrains:annotations from 24.1.0 to 26.0.1 Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 24.1.0 to 26.0.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.1) --- updated-dependencies: - dependency-name: org.jetbrains:annotations 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 13559d8a4..9df195598 100644 --- a/build.gradle +++ b/build.gradle @@ -174,7 +174,7 @@ dependencies { implementation("com.github.FAForever:faf-java-commons:0e5d22ffff6e4dea81bac494d532627fcca8ebc4") implementation("org.kohsuke:github-api:1.323") implementation("org.eclipse.jgit:org.eclipse.jgit:6.10.0.202406032230-r") - implementation("org.jetbrains:annotations:24.1.0") + implementation("org.jetbrains:annotations:26.0.1") implementation("com.google.guava:guava:33.2.1-jre") implementation("org.luaj:luaj-jse:3.0.1") implementation("io.github.micheljung:nocatch:2.0")