File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 77 id ' com.github.johnrengelman.shadow' version ' 5.2.0'
88}
99
10- def ver = new Version (major : 5 , minor : 1 , revision : 2 )
10+ def ver = new Version (major : 5 , minor : 1 , revision : 3 )
1111
1212group = " org.botblock"
1313version = " $ver "
@@ -27,7 +27,7 @@ dependencies{
2727 api group : ' com.squareup.okhttp3' , name : ' okhttp' , version : ' 4.3.1'
2828 api group : ' org.json' , name : ' json' , version : ' 20190722'
2929 api group : ' org.jetbrains' , name : ' annotations' , version : ' 18.0.0'
30- api(group : ' net.dv8tion' , name : ' JDA' , version : ' 4.1.0_99 ' ){
30+ api(group : ' net.dv8tion' , name : ' JDA' , version : ' 4.1.0_100 ' ){
3131 exclude(module : ' opus-java' )
3232 }
3333 api group : ' com.github.ben-manes.caffeine' , name : ' caffeine' , version : ' 2.8.0'
Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ This page lists all versions of JavaBotBlockAPI and the changes being made.
99
1010## v5
1111
12+ ### 5.1.3
13+ - Dependencies updated:
14+ - JDA: ` 4.1.0_99 ` to ` 4.1.0_100 `
15+
1216### 5.1.2
1317- BotBlockAPI will now throw an ` IllegalArgumentException ` when the provided Map is empty.
1418- The Integer updateDelay in BotBlockAPI is now marked as ` @NotNull `
You can’t perform that action at this time.
0 commit comments