Bump the java-deps group across 1 directory with 5 updates#14
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Bump the java-deps group across 1 directory with 5 updates#14dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
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.0` | `6.2.0` | | [org.jsoup:jsoup](https://github.com/jhy/jsoup) | `1.21.2` | `1.22.1` | | [org.apache.commons:commons-text](https://github.com/apache/commons-text) | `1.14.0` | `1.15.0` | | [com.deepl.api:deepl-java](https://github.com/DeepLcom/deepl-java) | `1.12.0` | `1.14.0` | | [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) | `3.51.0.0` | `3.51.1.0` | Updates `net.dv8tion:JDA` from 6.1.0 to 6.2.0 - [Release notes](https://github.com/discord-jda/JDA/releases) - [Commits](discord-jda/JDA@v6.1.0...v6.2.0) Updates `org.jsoup:jsoup` from 1.21.2 to 1.22.1 - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md) - [Commits](jhy/jsoup@jsoup-1.21.2...jsoup-1.22.1) 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) Updates `com.deepl.api:deepl-java` from 1.12.0 to 1.14.0 - [Release notes](https://github.com/DeepLcom/deepl-java/releases) - [Changelog](https://github.com/DeepLcom/deepl-java/blob/main/CHANGELOG.md) - [Commits](DeepLcom/deepl-java@v1.12.0...v1.14.0) 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) --- 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: org.jsoup:jsoup dependency-version: 1.22.1 dependency-type: direct:production update-type: version-update:semver-minor 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 - dependency-name: com.deepl.api:deepl-java dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor 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 ... Signed-off-by: dependabot[bot] <support@github.com>
0343b5a to
1778c00
Compare
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.06.2.01.21.21.22.11.14.01.15.01.12.01.14.03.51.0.03.51.1.0Updates
net.dv8tion:JDAfrom 6.1.0 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
org.jsoup:jsoupfrom 1.21.2 to 1.22.1Release notes
Sourced from org.jsoup:jsoup's releases.
Changelog
Sourced from org.jsoup:jsoup's changelog.
Commits
8dd66fe[maven-release-plugin] prepare release jsoup-1.22.1d924385Changelog prep for v1.22.10f3100cBump actions/upload-artifact from 5 to 6 (#2457)cf6ac20Bump org.apache.maven.plugins:maven-release-plugin from 3.3.0 to 3.3.1 (#2455)6bef938Fix parsing of SVG foreignObject in paragraphs9b1c0fcBump org.apache.maven.plugins:maven-release-plugin from 3.2.0 to 3.3.0 (#2450)1415e64Bump actions/checkout from 5 to 6 (#2451)0e99fd9Isolate TagSet copies to prevent shared mutation (#2453)90019cbBump com.github.siom79.japicmp:japicmp-maven-plugin from 0.24.2 to 0.25.0 (#2...9395269Don't preemptively closeUpdates
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.1Updates
com.deepl.api:deepl-javafrom 1.12.0 to 1.14.0Release notes
Sourced from com.deepl.api:deepl-java's releases.
Changelog
Sourced from com.deepl.api:deepl-java's changelog.
Commits
e91115aBump version to 1.14.071cc3f4feat: Add tag_handling_version parameter to translate_textb0b941adocs: Bump version to 1.13.0f00229cfeat: Add support for custom_instructions parameter in text translationUpdates
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...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