Bump net.kyori:adventure-api from 4.13.0 to 4.13.1 in /Plan (#2976)

Bumps [net.kyori:adventure-api](https://github.com/KyoriPowered/adventure) from 4.13.0 to 4.13.1.
- [Release notes](https://github.com/KyoriPowered/adventure/releases)
- [Commits](https://github.com/KyoriPowered/adventure/compare/v4.13.0...v4.13.1)

---
updated-dependencies:
- dependency-name: net.kyori:adventure-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-04-14 08:12:54 +03:00 committed by GitHub
parent df85fa0990
commit ff504b2643
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ dependencies {
shadow project(":extensions") shadow project(":extensions")
shadow "net.playeranalytics:platform-abstraction-layer-api:$palVersion" shadow "net.playeranalytics:platform-abstraction-layer-api:$palVersion"
compileOnly "net.kyori:adventure-api:4.13.0" compileOnly "net.kyori:adventure-api:4.13.1"
shadow("dev.vankka:dependencydownload-runtime:$dependencyDownloadVersion") { shadow("dev.vankka:dependencydownload-runtime:$dependencyDownloadVersion") {
// Effectively disables relocating // Effectively disables relocating
exclude module: "jar-relocator" exclude module: "jar-relocator"