diff --git a/build.gradle b/build.gradle index fcb0bc5f..eaadb612 100644 --- a/build.gradle +++ b/build.gradle @@ -102,7 +102,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:24.1.0' + implementation 'org.jetbrains:annotations:25.0.0' // https://commons.apache.org/proper/commons-compress/zip.html // For IMPLODE compression used by some CurseForge modpacks