Skip to content

Commit 69acf57

Browse files
committed
Manually update dependencies
1 parent 24f09a5 commit 69acf57

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins{
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

1212
group = "org.botblock"
1313
version = "$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'

wiki/Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)