Skip to content

Commit da3475e

Browse files
authored
Merge pull request #22 from botblock/dependabot/gradle/org.jetbrains-annotations-18.0.0
Bump annotations from 17.0.0 to 18.0.0
2 parents cdc8782 + 4f2a0b6 commit da3475e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repositories{
2323
dependencies{
2424
api group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.2.2'
2525
api group: 'org.json', name: 'json', version: '20190722'
26-
api group: 'org.jetbrains', name: 'annotations', version: '17.0.0'
26+
api group: 'org.jetbrains', name: 'annotations', version: '18.0.0'
2727
api(group: 'net.dv8tion', name: 'JDA', version: '4.0.0_56'){
2828
exclude(module: 'opus-java')
2929
}

0 commit comments

Comments
 (0)