Skip to content

Commit

Permalink
Bump net.dv8tion:JDA from 5.0.0-beta.19 to 5.0.0-beta.20 (#142)
Browse files Browse the repository at this point in the history
* Bump net.dv8tion:JDA from 5.0.0-beta.19 to 5.0.0-beta.20

Bumps [net.dv8tion:JDA](https://github.com/discord-jda/JDA) from 5.0.0-beta.19 to 5.0.0-beta.20.
- [Release notes](https://github.com/discord-jda/JDA/releases)
- [Commits](discord-jda/JDA@v5.0.0-beta.19...v5.0.0-beta.20)

---
updated-dependencies:
- dependency-name: net.dv8tion:JDA
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update JDA_VERSION in LibraryManagement

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: bivashy <[email protected]>
  • Loading branch information
dependabot[bot] and bivashy authored Mar 8, 2024
1 parent 4c12fc5 commit ae5f4ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

public class BaseLibraryManagement implements LibraryManagement {

private static final String JDA_VERSION = "5.0.0-beta.18";
private static final String JDA_VERSION = "5.0.0-beta.20";
public static final Library JDA_LIBRARY = Library.builder()
.groupId("net{}dv8tion")
.artifactId("JDA")
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<lamp-telegram.version>1.0.0</lamp-telegram.version>

<telegram-api.version>6.9.1</telegram-api.version>
<jda.version>5.0.0-beta.19</jda.version>
<jda.version>5.0.0-beta.20</jda.version>
<vk-api.version>0.4.2</vk-api.version>

<bungeecord.version>1.20-R0.1</bungeecord.version>
Expand Down

0 comments on commit ae5f4ed

Please sign in to comment.