Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump JDA from 5.0.0-alpha.2 to 5.0.0-alpha.3 #622

Merged
merged 1 commit into from
Dec 27, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 27, 2021

Bumps JDA from 5.0.0-alpha.2 to 5.0.0-alpha.3.

Release notes

Sourced from JDA's releases.

v5.0.0-alpha.3

Changelog

New Features

Changes

Removed

  • N/A

Full Changelog: discord-jda/JDA@v5.0.0-alpha.2...v5.0.0-alpha.3

Installation

Gradle

repositories {
    mavenCentral()
}
dependencies {
    implementation("net.dv8tion:JDA:5.0.0-alpha.3")
}

Maven

<dependency>
    <groupId>net.dv8tion</groupId>
    <artifactId>JDA</artifactId>
    <version>5.0.0-alpha.3</version>
</dependency>
Commits
  • e6f2bd0 Release 5.0.0-alpha.3
  • 1e306fb Implement retrieveThreadMember (#1919)
  • 11bbb83 Hardcode gateway url (#1957)
  • 56bef05 Move canTalk() from GuildMessageChannel to MessageChannel (#1956)
  • 32f7369 Fix IllegalStateException for OptionType.MENTIONABLE (#1964)
  • 55010f3 Add support for animated guild banners (#1897)
  • ac3213c Use bitshifts instead of hexcodes in managers (#1953)
  • 0b0e8fd Merge pull request #1944 from caneleex/patch/dropdown-constants
  • 9d9e0da Fix parsing of the nullable presence field on Thread Members Update (#1948)
  • 7a85691 Remove log4j reference in readme
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [JDA](https://github.com/DV8FromTheWorld/JDA) from 5.0.0-alpha.2 to 5.0.0-alpha.3.
- [Release notes](https://github.com/DV8FromTheWorld/JDA/releases)
- [Commits](discord-jda/JDA@v5.0.0-alpha.2...v5.0.0-alpha.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 27, 2021
@Nincodedo Nincodedo merged commit d07404c into main Dec 27, 2021
@Nincodedo Nincodedo deleted the dependabot/maven/net.dv8tion-JDA-5.0.0-alpha.3 branch December 27, 2021 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant