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

fix(deps): update dependency net.dv8tion:jda to v5.2.3 #375

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
net.dv8tion:JDA 5.1.2 -> 5.2.3 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

discord-jda/JDA (net.dv8tion:JDA)

v5.2.3

Small bug fix release.

Bug Fixes

Changes

Full Changelog: discord-jda/JDA@v5.2.2...v5.2.3

Installation

Gradle

repositories {
    mavenCentral()
}
dependencies {
    implementation("net.dv8tion:JDA:5.2.3")
}

Maven

<dependency>
    <groupId>net.dv8tion</groupId>
    <artifactId>JDA</artifactId>
    <version>5.2.3</version> 
</dependency>

v5.2.2

Small bug fix release.

Bug Fixes

Full Changelog: discord-jda/JDA@v5.2.1...v5.2.2

Installation

Gradle

repositories {
    mavenCentral()
}
dependencies {
    implementation("net.dv8tion:JDA:5.2.2")
}

Maven

<dependency>
    <groupId>net.dv8tion</groupId>
    <artifactId>JDA</artifactId>
    <version>5.2.2</version> 
</dependency>

v5.2.1

Small bug fix release.

Bug Fixes

Full Changelog: discord-jda/JDA@v5.2.0...v5.2.1

Installation

Gradle

repositories {
    mavenCentral()
}
dependencies {
    implementation("net.dv8tion:JDA:5.2.1")
}

Maven

<dependency>
    <groupId>net.dv8tion</groupId>
    <artifactId>JDA</artifactId>
    <version>5.2.1</version> 
</dependency>

v5.2.0: | Application emoji and premium buttons

Overview

This release adds some new features for applications. We've also started working on more compliance tests to make contributing and reviewing changes easier.

Premium Buttons (#​2752)

The interaction response replyWithPremiumRequired is being phased out in favor of custom messages with a new button style Button.premium(sku) to upsell specific premium features instead.

You can change your code to a simple reply(content) with this button as a component.

event.reply("This feature is only available for premium users.")
  .addActionRow(Button.primary(SkuSnowflake.fromId(PREMIUM_FEATURE_SKU)))
  .setEphemeral(true)
  .queue();

For more info, see the official Discord Changelog.

Application Emoji (#​2726)

Your bot can now manage emoji with JDA by using JDA#createApplicationEmoji. These emojis can then be used like any other emoji with Emoji.fromCustom(name, id, animated).

New Features

Bug Fixes

Changes

Full Changelog: discord-jda/JDA@v5.1.2...v5.2.0

Installation

Gradle

repositories {
    mavenCentral()
}
dependencies {
    implementation("net.dv8tion:JDA:5.2.0")
}

Maven

<dependency>
    <groupId>net.dv8tion</groupId>
    <artifactId>JDA</artifactId>
    <version>5.2.0</version> 
</dependency>

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

netlify bot commented Nov 3, 2024

Deploy Preview for ree6-backend canceled.

Name Link
🔨 Latest commit 7765cee
🔍 Latest deploy log https://app.netlify.com/sites/ree6-backend/deploys/679adea2ea45b20008fdf40f

@renovate renovate bot force-pushed the renovate/net.dv8tion-jda-5.x branch from c2f01b8 to 61f0319 Compare November 10, 2024 19:25
@renovate renovate bot changed the title Update dependency net.dv8tion:JDA to v5.2.0 Update dependency net.dv8tion:JDA to v5.2.1 Nov 10, 2024
Copy link

@renovate renovate bot changed the title Update dependency net.dv8tion:JDA to v5.2.1 Update dependency net.dv8tion:JDA to v5.2.2 Dec 27, 2024
@renovate renovate bot force-pushed the renovate/net.dv8tion-jda-5.x branch from 61f0319 to 5a755d2 Compare December 27, 2024 18:40
@renovate renovate bot changed the title Update dependency net.dv8tion:JDA to v5.2.2 fix(deps): update dependency net.dv8tion:jda to v5.2.2 Jan 16, 2025
@renovate renovate bot force-pushed the renovate/net.dv8tion-jda-5.x branch from 5a755d2 to 6f0fc40 Compare January 16, 2025 14:44
@renovate renovate bot changed the title fix(deps): update dependency net.dv8tion:jda to v5.2.2 fix(deps): update dependency net.dv8tion:jda to v5.2.3 Jan 26, 2025
@renovate renovate bot force-pushed the renovate/net.dv8tion-jda-5.x branch from 6f0fc40 to 216f7e6 Compare January 26, 2025 17:14
@renovate renovate bot force-pushed the renovate/net.dv8tion-jda-5.x branch from 216f7e6 to 7765cee Compare January 30, 2025 02:06
@DxsSucuk DxsSucuk merged commit 05a65fc into master Jan 30, 2025
12 checks passed
@renovate renovate bot deleted the renovate/net.dv8tion-jda-5.x branch January 30, 2025 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant