Skip to content

Commit

Permalink
Update dependency net.kyori:adventure-platform-bukkit to v4.3.1 (#29)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[net.kyori:adventure-platform-bukkit](https://github.com/KyoriPowered/adventure-platform)
| `4.3.0` -> `4.3.1` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/net.kyori:adventure-platform-bukkit/4.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/net.kyori:adventure-platform-bukkit/4.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/net.kyori:adventure-platform-bukkit/4.3.0/4.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/net.kyori:adventure-platform-bukkit/4.3.0/4.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>KyoriPowered/adventure-platform
(net.kyori:adventure-platform-bukkit)</summary>

###
[`v4.3.1`](https://github.com/KyoriPowered/adventure-platform/releases/tag/v4.3.1)

This is a bugfix release to add support for Minecraft 1.20.2 on the
Bukkit platform.

#### What's Changed

- Fix CraftBukkitFacet on 1.20.2 by
[@&#8203;56738](https://github.com/56738) in
[https://github.com/KyoriPowered/adventure-platform/pull/140](https://github.com/KyoriPowered/adventure-platform/pull/140)

#### New Contributors

- [@&#8203;56738](https://github.com/56738) made their first
contribution in
[https://github.com/KyoriPowered/adventure-platform/pull/140](https://github.com/KyoriPowered/adventure-platform/pull/140)

**Full Changelog**:
KyoriPowered/adventure-platform@v4.3.0...v4.3.1

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/eldoriarpg/survivalschematicbrush).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMzEuMiIsInRhcmdldEJyYW5jaCI6ImRldiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 24, 2023
1 parent 96cad5b commit 5daab67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
bukkitLibrary("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.2")
bukkitLibrary("com.fasterxml.jackson.core:jackson-core:2.14.2")
bukkitLibrary("com.fasterxml.jackson.core:jackson-databind:2.14.2")
bukkitLibrary("net.kyori:adventure-platform-bukkit:4.3.0")
bukkitLibrary("net.kyori:adventure-platform-bukkit:4.3.1")
bukkitLibrary("net.kyori:adventure-text-minimessage:4.13.1")


Expand Down

0 comments on commit 5daab67

Please sign in to comment.