Bump the java-deps group across 1 directory with 5 updates#300
Merged
klassenserver7b merged 1 commit intodevfrom Dec 15, 2025
Merged
Bump the java-deps group across 1 directory with 5 updates#300klassenserver7b merged 1 commit intodevfrom
klassenserver7b merged 1 commit intodevfrom
Conversation
Bumps the java-deps group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [net.dv8tion:JDA](https://github.com/discord-jda/JDA) | `6.1.2` | `6.2.0` | | [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) | `1.5.21` | `1.5.22` | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.21` | `1.5.22` | | [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) | `3.51.0.0` | `3.51.1.0` | | [org.apache.commons:commons-text](https://github.com/apache/commons-text) | `1.14.0` | `1.15.0` | Updates `net.dv8tion:JDA` from 6.1.2 to 6.2.0 - [Release notes](https://github.com/discord-jda/JDA/releases) - [Commits](discord-jda/JDA@v6.1.2...v6.2.0) Updates `ch.qos.logback:logback-core` from 1.5.21 to 1.5.22 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.21...v_1.5.22) Updates `ch.qos.logback:logback-classic` from 1.5.21 to 1.5.22 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.21...v_1.5.22) Updates `org.xerial:sqlite-jdbc` from 3.51.0.0 to 3.51.1.0 - [Release notes](https://github.com/xerial/sqlite-jdbc/releases) - [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG) - [Commits](xerial/sqlite-jdbc@3.51.0.0...3.51.1.0) Updates `org.apache.commons:commons-text` from 1.14.0 to 1.15.0 - [Changelog](https://github.com/apache/commons-text/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-text@rel/commons-text-1.14.0...rel/commons-text-1.15.0) --- updated-dependencies: - dependency-name: net.dv8tion:JDA dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java-deps - dependency-name: ch.qos.logback:logback-core dependency-version: 1.5.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-deps - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-deps - dependency-name: org.xerial:sqlite-jdbc dependency-version: 3.51.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-deps - dependency-name: org.apache.commons:commons-text dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java-deps ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the java-deps group with 5 updates in the / directory:
6.1.26.2.01.5.211.5.221.5.211.5.223.51.0.03.51.1.01.14.01.15.0Updates
net.dv8tion:JDAfrom 6.1.2 to 6.2.0Release notes
Sourced from net.dv8tion:JDA's releases.
... (truncated)
Commits
6355712Bump version to 6.2.0 (#2979)dfefa61Voice Channel Invite Guest Flag (#2966)2f1de00Add support for enhanced role colors (#2975)604b169AddGuild#retrieveRoleMemberCounts(#2973)0cd5449Add intellij icon (#2977)4d69caeAdd GUILD_BANNER ("banner_hash") auditlog key (#2968)d47863aUpdate permission checks with the Feb 23 2026 deadline (#2967)2a71f08Use openrewrite to enforce nullability annotations (#2976)f15c0f6Bump version to 6.1.3 (#2972)bb6d2ceAvoid downloading external URLs for component updates (#2971)Updates
ch.qos.logback:logback-corefrom 1.5.21 to 1.5.22Release notes
Sourced from ch.qos.logback:logback-core's releases.
Commits
572379aprepare release 1.5.2239d17eafix status printing of variable substitution when the variable name contains ...75509a9fix PR 404, LOGBACK-5438eb9356remove unused import6131a3ause a slightly more sophisticated guard for printing status messages9efca21add no-args constructor to support various serialization frameworks1bea580minor comment editsbd07fddupdate angus, greenmail versionsaef993cstart work on 1.5.22-SNAPSHOTUpdates
ch.qos.logback:logback-classicfrom 1.5.21 to 1.5.22Release notes
Sourced from ch.qos.logback:logback-classic's releases.
Commits
572379aprepare release 1.5.2239d17eafix status printing of variable substitution when the variable name contains ...75509a9fix PR 404, LOGBACK-5438eb9356remove unused import6131a3ause a slightly more sophisticated guard for printing status messages9efca21add no-args constructor to support various serialization frameworks1bea580minor comment editsbd07fddupdate angus, greenmail versionsaef993cstart work on 1.5.22-SNAPSHOTUpdates
org.xerial:sqlite-jdbcfrom 3.51.0.0 to 3.51.1.0Release notes
Sourced from org.xerial:sqlite-jdbc's releases.
Commits
a6d0147chore(release): 3.51.1.0 [skip ci]5df7db9ci: disable fail-fastf7f2d9dchore: update native libraries6868e66feat(sqlite): upgrade to sqlite 3.51.17603dbbbuild(deps): bump org.codehaus.mojo:versions-maven-plugin79a5083build(deps): bump actions/checkout from 5 to 641d4bb3build(deps): bump org.apache.maven.plugins:maven-jar-plugin2499f23build(deps): bump org.graalvm.buildtools:native-maven-pluginc6f063cbuild(deps-dev): bump org.assertj:assertj-core from 3.27.4 to 3.27.64f126e5build(deps): org.graalvm.buildtools:native-maven-plugin from 0.10.6 to 0.11.2...Updates
org.apache.commons:commons-textfrom 1.14.0 to 1.15.0Changelog
Sourced from org.apache.commons:commons-text's changelog.
... (truncated)
Commits
04e9374Prepare for the release candidate 1.15.0 RC1502c4c4Prepare for the next release candidatec6e17ecUse direct access58e1e12Simplify XML FSP (#731)b5052c9Bump actions/setup-java from 5.0.0 to 5.1.02e2d4bcRevert "Bump actions/setup-java from 5.0.0 to 5.1.0"b0ddbd1Bump actions/setup-java from 5.0.0 to 5.1.01c2d382Add tests with external DTDed3df4bInternal clean upbb508f3Bump actions/checkout from 6.0.0 to 6.0.1Most Recent Ignore Conditions Applied to This Pull Request
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions