diff --git a/build.gradle b/build.gradle index 9da77a9f..c10b7228 100644 --- a/build.gradle +++ b/build.gradle @@ -101,7 +101,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.1' + implementation 'org.jetbrains:annotations:26.0.2' // https://commons.apache.org/proper/commons-compress/zip.html // For IMPLODE compression used by some CurseForge modpacks