Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down