From 81a2f03b26aa01519b684fdaea08c46bf714b25e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 14:51:46 +0800 Subject: [PATCH 1/3] Bump wagon-webdav-jackrabbit from 3.5.1 to 3.5.2 (#389) Bumps wagon-webdav-jackrabbit from 3.5.1 to 3.5.2. --- updated-dependencies: - dependency-name: org.apache.maven.wagon:wagon-webdav-jackrabbit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5ea2bafe..8e87227b 100644 --- a/pom.xml +++ b/pom.xml @@ -247,7 +247,7 @@ org.apache.maven.wagon wagon-webdav-jackrabbit - 3.5.1 + 3.5.2 From 77cb075eb725e0e773ef82e3a457269676d2b6b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 14:52:13 +0800 Subject: [PATCH 2/3] Bump checkstyle from 10.3 to 10.3.1 (#388) Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.3 to 10.3.1. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.3...checkstyle-10.3.1) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8e87227b..9fc70201 100644 --- a/pom.xml +++ b/pom.xml @@ -150,7 +150,7 @@ com.puppycrawl.tools checkstyle - 10.3 + 10.3.1 From cce8edbf0b9fbdfd6b74fef4a7353ac58b3199e3 Mon Sep 17 00:00:00 2001 From: Matthias Ngeo Date: Tue, 28 Jun 2022 14:56:10 +0800 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d199ce63..7aa6b6f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 5.4.0 - When clouds go rolling by (28/06/2022) + +**Compatible Spigot versions: 1.19.0** + +This update adds support for Spigot 1.19.0. + + ## 5.3.0 - Figure it out (04/06/2022) **Compatible Spigot versions: 1.18.2**