We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c880d commit b99c959Copy full SHA for b99c959
build.gradle
@@ -102,7 +102,7 @@ dependencies {
102
// for RFC5987 parsing of content-disposition filename*
103
// 3.5.x is last of Java8 compatible: https://cxf.apache.org/download.html
104
implementation 'org.apache.cxf:cxf-core:[3.5.6,3.6.0)'
105
- implementation 'org.jetbrains:annotations:24.1.0'
+ implementation 'org.jetbrains:annotations:25.0.0'
106
107
// https://commons.apache.org/proper/commons-compress/zip.html
108
// For IMPLODE compression used by some CurseForge modpacks
0 commit comments