Skip to content

Bump dependencies.adventure.version from 4.17.0 to 4.26.1#280

Open
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot/maven/dependencies.adventure.version-4.26.1
Open

Bump dependencies.adventure.version from 4.17.0 to 4.26.1#280
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot/maven/dependencies.adventure.version-4.26.1

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 14, 2026

Bumps dependencies.adventure.version from 4.17.0 to 4.26.1.
Updates net.kyori:adventure-text-minimessage from 4.17.0 to 4.26.1

Release notes

Sourced from net.kyori:adventure-text-minimessage's releases.

v4.26.1

Adventure 4.26.1 is hopefully the final release before the full release of 5.0. This release solely contains final changes and deprecations in preparation of the 5.0.

For full information about the 5.0 update, check out the following links:

Note: 4.26.0 was released on GitHub but never deployed and should be considered non existant.

What's Changed

✨ Features

📚 Documentation

Full Changelog: PaperMC/adventure@v4.25.0...v4.26.1

v4.26.0

Adventure 4.26.0 is hopefully the final release before the full release of 5.0. This release solely contains final changes and deprecations in preparation of the 5.0.

For full information about the 5.0 update, check out the following links:

What's Changed

✨ Features

📚 Documentation

Full Changelog: PaperMC/adventure@v4.25.0...v4.26.0

v4.25.0

What's Changed

✨ Features

... (truncated)

Commits
  • 077d1d7 release: version 4.26.1
  • 4dca20c chore: bump ci-cookbook
  • 122a957 force signing (for fun)
  • 92fe87a release: prepare for further development on 4.26.1
  • 144492a chore(ci): bump workflow version
  • d016572 release: version 4.26.0
  • 7c35f54 Merge pull request #1329 from PaperMC/chore/pre-5-changes
  • 6621182 chore(api): Deprecate UTF8ResourceBundleControl for removal
  • 3d2e5dd chore(api): Note the removal of keyed implementation in ChatType and the futu...
  • 55847dd chore(serializer-gson): Deprecate builder methods that have moved to options
  • Additional commits viewable in compare view

Updates net.kyori:adventure-text-serializer-gson from 4.17.0 to 4.26.1

Release notes

Sourced from net.kyori:adventure-text-serializer-gson's releases.

v4.26.1

Adventure 4.26.1 is hopefully the final release before the full release of 5.0. This release solely contains final changes and deprecations in preparation of the 5.0.

For full information about the 5.0 update, check out the following links:

Note: 4.26.0 was released on GitHub but never deployed and should be considered non existant.

What's Changed

✨ Features

📚 Documentation

Full Changelog: PaperMC/adventure@v4.25.0...v4.26.1

v4.26.0

Adventure 4.26.0 is hopefully the final release before the full release of 5.0. This release solely contains final changes and deprecations in preparation of the 5.0.

For full information about the 5.0 update, check out the following links:

What's Changed

✨ Features

📚 Documentation

Full Changelog: PaperMC/adventure@v4.25.0...v4.26.0

v4.25.0

What's Changed

✨ Features

... (truncated)

Commits
  • 077d1d7 release: version 4.26.1
  • 4dca20c chore: bump ci-cookbook
  • 122a957 force signing (for fun)
  • 92fe87a release: prepare for further development on 4.26.1
  • 144492a chore(ci): bump workflow version
  • d016572 release: version 4.26.0
  • 7c35f54 Merge pull request #1329 from PaperMC/chore/pre-5-changes
  • 6621182 chore(api): Deprecate UTF8ResourceBundleControl for removal
  • 3d2e5dd chore(api): Note the removal of keyed implementation in ChatType and the futu...
  • 55847dd chore(serializer-gson): Deprecate builder methods that have moved to options
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Dreeam-qwq and others added 2 commits February 14, 2026 17:25
* Update to spigot 1.20.5, bump mvn plugin version, require jvm 17, require mvn 3.9, require spigot 1.19, use the spigot runtime dependency download system, use the official maxmind geoip database parser

* Update usage of deprecated org.junit.Assert.assertThat

* Delete unused samples

* Fix merge

* Dependabot: unlock Hikaricp

* Update workflows to JDK 17

* Codeclimate fix

* README update

* Fix tests (due to new Bukkit/GeoIP updates)

* Update datasourcecolumns to release, requested changes

* Rollback minimum supported versions to Java 11, Maven 3.8.8 and Spigot 1.16.5, fix datasourcecolumns runtime library

* Lock configme version in dependabot

* Remove mocks of InetAddress (which is a sealed class in JDK 19)

* Roll back adaptions for ConfigMe 1.4

* 5.6.0 release

* Bump development version

* Update dependencies

* Bump org.apache.maven.plugins:maven-install-plugin from 3.1.1 to 3.1.2

Bumps [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/apache/maven-install-plugin/releases)
- [Commits](apache/maven-install-plugin@maven-install-plugin-3.1.1...maven-install-plugin-3.1.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-install-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.2

Bumps [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/apache/maven-deploy-plugin/releases)
- [Commits](apache/maven-deploy-plugin@maven-deploy-plugin-3.1.1...maven-deploy-plugin-3.1.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-deploy-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump at.favre.lib:bcrypt from 0.9.0 to 0.10.2

Bumps [at.favre.lib:bcrypt](https://github.com/patrickfav/bcrypt) from 0.9.0 to 0.10.2.
- [Release notes](https://github.com/patrickfav/bcrypt/releases)
- [Changelog](https://github.com/patrickfav/bcrypt/blob/main/CHANGELOG)
- [Commits](patrickfav/bcrypt@v0.9.0...v0.10.2)

---
updated-dependencies:
- dependency-name: at.favre.lib:bcrypt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0

Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.6.3 to 3.7.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.6.3...maven-javadoc-plugin-3.7.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0

Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.5 to 3.3.0.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.2.5...surefire-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.3 to 3.6.0

Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.5.3 to 3.6.0.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.5.3...maven-shade-plugin-3.6.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump org.mariadb.jdbc:mariadb-java-client from 3.3.3 to 3.4.0

Bumps [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) from 3.3.3 to 3.4.0.
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases)
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/master/CHANGELOG.md)
- [Commits](mariadb-corporation/mariadb-connector-j@3.3.3...3.4.0)

---
updated-dependencies:
- dependency-name: org.mariadb.jdbc:mariadb-java-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump org.checkerframework:checker-qual from 3.42.0 to 3.44.0

Bumps [org.checkerframework:checker-qual](https://github.com/typetools/checker-framework) from 3.42.0 to 3.44.0.
- [Release notes](https://github.com/typetools/checker-framework/releases)
- [Changelog](https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md)
- [Commits](typetools/checker-framework@checker-framework-3.42.0...checker-framework-3.44.0)

---
updated-dependencies:
- dependency-name: org.checkerframework:checker-qual
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump development version to 5.7.0

* Bump Java requirement to 17

* Remove player save on quit, attempt to fix AuthMe#2855

* Fix y = 0 teleport bug

* Remove validation test since y coordinate is always set

* Fix CI: update ProtocolLib to 5.3.0, change dmulloy2 repo url

* Fix CI: update Multiverse to 4.3.16, change onarandombox repo url

* Fix plugin load & Use original dependency versions

* Move adventure to spigot library loader

Now dropping 1.17- support

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Gabriele C. <sgdc3.mail@gmail.com>
Co-authored-by: ljacqu <ljacqu@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: HaHaWTH <102713261+HaHaWTH@users.noreply.github.com>
Bumps `dependencies.adventure.version` from 4.17.0 to 4.26.1.

Updates `net.kyori:adventure-text-minimessage` from 4.17.0 to 4.26.1
- [Release notes](https://github.com/PaperMC/adventure/releases)
- [Commits](PaperMC/adventure@v4.17.0...v4.26.1)

Updates `net.kyori:adventure-text-serializer-gson` from 4.17.0 to 4.26.1
- [Release notes](https://github.com/PaperMC/adventure/releases)
- [Commits](PaperMC/adventure@v4.17.0...v4.26.1)

---
updated-dependencies:
- dependency-name: net.kyori:adventure-text-minimessage
  dependency-version: 4.26.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: net.kyori:adventure-text-serializer-gson
  dependency-version: 4.26.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Minor labels Feb 14, 2026
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 Minor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant