Skip to content

Commit dd9e941

Browse files
Bump annotations from 18.0.0 to 19.0.0
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 18.0.0 to 19.0.0. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Commits](JetBrains/java-annotations@18.0.0...19.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 29461a0 commit dd9e941

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
@@ -26,7 +26,7 @@ jar{
2626
dependencies{
2727
api group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.3.1'
2828
api group: 'org.json', name: 'json', version: '20190722'
29-
api group: 'org.jetbrains', name: 'annotations', version: '18.0.0'
29+
api group: 'org.jetbrains', name: 'annotations', version: '19.0.0'
3030
api(group: 'net.dv8tion', name: 'JDA', version: '4.1.1_108'){
3131
exclude(module: 'opus-java')
3232
}

0 commit comments

Comments
 (0)