From ae57e4ceeee6fa820207afd6012abdda2cf9250b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 18:30:59 +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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 698a2bf7..27ba4be7 100644 --- a/build.gradle +++ b/build.gradle @@ -103,7 +103,7 @@ dependencies { // for RFC5987 parsing of content-disposition filename* // 3.5.x is last of Java8 compatible: https://cxf.apache.org/download.html implementation 'org.apache.cxf:cxf-core:[3.5.6,3.6.0)' - implementation 'org.jetbrains:annotations:26.0.2' + implementation 'org.jetbrains:annotations:26.0.2-1' // https://commons.apache.org/proper/commons-compress/zip.html // For IMPLODE compression used by some CurseForge modpacks