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 99116fb commit 05f83a9Copy full SHA for 05f83a9
build.gradle
@@ -103,7 +103,7 @@ dependencies {
103
// for RFC5987 parsing of content-disposition filename*
104
// 3.5.x is last of Java8 compatible: https://cxf.apache.org/download.html
105
implementation 'org.apache.cxf:cxf-core:[3.5.6,3.6.0)'
106
- implementation 'org.jetbrains:annotations:26.0.2'
+ implementation 'org.jetbrains:annotations:26.0.2-1'
107
108
// https://commons.apache.org/proper/commons-compress/zip.html
109
// For IMPLODE compression used by some CurseForge modpacks
0 commit comments