Skip to content

fix(deps): update all non-major dependencies#82

Merged
gmitch215 merged 1 commit into
masterfrom
renovate/all-minor-patch
Jan 13, 2026
Merged

fix(deps): update all non-major dependencies#82
gmitch215 merged 1 commit into
masterfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jan 6, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
org.junit.jupiter:junit-jupiter-engine (source) 6.0.16.0.2 age confidence
org.junit.platform:junit-platform-launcher (source) 6.0.16.0.2 age confidence
org.junit.jupiter:junit-jupiter-api (source) 6.0.16.0.2 age confidence
net.dv8tion:JDA 6.2.16.3.0 age confidence
ch.qos.logback:logback-classic (source, changelog) 1.5.231.5.24 age confidence

Release Notes

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

v6.3.0: | DAVE Protocol Support

Overview

This release adds initial support for the DAVE Protocol.

[!IMPORTANT]
Audio connections without the DAVE Protocol will stop working on March 1st, 2026. If you use JDA to connect to voice channels or stage channels, you will have to update to this release and add the required DAVE Protocol implementation.

Setting up DAVE Protocol in JDA

Since the implementation for DAVE requires native library dependencies, it is not included by default by JDA. We've decided that dependencies related to audio features will no longer be included by default in the future.

Starting with JDA 6.3.0, audio features require additional setup in your JDABuilder or DefaultShardManagerBuilder. Once you have added a dependency that implements DaveSessionFactory, you can configure it in your builder using setAudioModuleConfig:

builder.setAudioModuleConfig(
  new AudioModuleConfig()
    .withDaveSessionFactory(daveSessionFactory)
)

You can use JDAVE, which provides an implementation for this interface. Note that this library requires Java 25 and only supports a few platforms for now. Read the README for setup instructions.

[!WARNING]
This library is still in its early stages and might have some issues. However, I wanted to get this released as soon as possible to allow people to test and report issues, since the deadline is only a few weeks away. I recommend to test this thoroughly before going into production.

There are other libraries still in development that will add support for older java versions, such as libdave-jvm which uses JNI instead of the modern FFM API.

New Features

Full Changelog: discord-jda/JDA@v6.2.1...v6.3.0

Installation

Gradle

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

Maven

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

Configuration

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

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@github-actions

github-actions Bot commented Jan 6, 2026

Copy link
Copy Markdown
Overall Project 82.82%

There is no coverage information present for the Files changed

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 64f9ff4 to 1a53e45 Compare January 7, 2026 00:59
@renovate renovate Bot changed the title fix(deps): update all non-major dependencies to v6.0.2 fix(deps): update all non-major dependencies Jan 7, 2026
@github-actions

github-actions Bot commented Jan 7, 2026

Copy link
Copy Markdown
Overall Project 82.82%

There is no coverage information present for the Files changed

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 1a53e45 to 859090b Compare January 9, 2026 05:53
@github-actions

github-actions Bot commented Jan 9, 2026

Copy link
Copy Markdown
Overall Project 78.97%

There is no coverage information present for the Files changed

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 859090b to 0777a3f Compare January 11, 2026 17:26
@github-actions

Copy link
Copy Markdown
Overall Project 78.97%

There is no coverage information present for the Files changed

@gmitch215 gmitch215 merged commit 15f7e5c into master Jan 13, 2026
10 checks passed
@renovate renovate Bot deleted the renovate/all-minor-patch branch January 13, 2026 01:01
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