From 3c04cfc33b7edb421228a84b620775950bcd6d1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:14:53 +0000 Subject: [PATCH] Bump org.jetbrains:annotations from 26.0.0 to 26.0.1 Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 26.0.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/26.0.0...26.0.1) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 406790e..8968fa5 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ repositories { dependencies { compileOnly "com.google.code.findbugs:jsr305:3.0.2" - compileOnly "org.jetbrains:annotations:26.0.0" + compileOnly "org.jetbrains:annotations:26.0.1" compileOnly(annotationProcessor("org.projectlombok:lombok:1.18.34")) compileOnly "net.raphimc:ViaProxy:3.3.4-SNAPSHOT" }