From c3654c82393a752b64ce066a6d7999232c78a992 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 04:15:04 +0000 Subject: [PATCH 1/2] Bump the maven-minor-and-patch group with 3 updates Bumps the maven-minor-and-patch group with 3 updates: nl.hauntedmc.platform:haunted-library-parent, [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) and [com.velocitypowered:velocity-api](https://github.com/PaperMC/Velocity). Updates `nl.hauntedmc.platform:haunted-library-parent` from 1.5.0 to 1.6.4 Updates `net.bytebuddy:byte-buddy-agent` from 1.18.12 to 1.18.13 - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.18.12...byte-buddy-1.18.13) Updates `com.velocitypowered:velocity-api` from 4.1.0-SNAPSHOT to 4.1.1 - [Commits](https://github.com/PaperMC/Velocity/commits) --- updated-dependencies: - dependency-name: nl.hauntedmc.platform:haunted-library-parent dependency-version: 1.6.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-and-patch - dependency-name: net.bytebuddy:byte-buddy-agent dependency-version: 1.18.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-minor-and-patch - dependency-name: com.velocitypowered:velocity-api dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-minor-and-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 0799364..211963d 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ nl.hauntedmc.platform haunted-library-parent - 1.5.0 + 1.6.4 @@ -55,14 +55,14 @@ 26.2 65 d290ee2a3ae92fea10afb0c74f797023d74cfd72cbcee44314e0c50d5551f2c6 - 4.1.0-SNAPSHOT + 4.1.1 9 635ffe27b4fe1b97e61479012121d4e7c61a9eec99e6bd5a1f923053c2a259ce ${haunted.adventure.version} ${haunted.junit.version} ${haunted.mockito.version} - 1.18.12 + 1.18.13 From 8c1ce3a66ecc98270356b8d4448d3641922e96a0 Mon Sep 17 00:00:00 2001 From: remdui Date: Mon, 7 Sep 2026 11:38:12 +0200 Subject: [PATCH 2/2] Fix Velocity acceptance runtime pin --- dataregistry-platform-acceptance/run-platform-acceptance.sh | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dataregistry-platform-acceptance/run-platform-acceptance.sh b/dataregistry-platform-acceptance/run-platform-acceptance.sh index be8fb05..3197484 100644 --- a/dataregistry-platform-acceptance/run-platform-acceptance.sh +++ b/dataregistry-platform-acceptance/run-platform-acceptance.sh @@ -111,7 +111,7 @@ download_runtime() { "https://fill.papermc.io/v3/projects/${project}/versions/${version}/builds")" url="$(jq --raw-output --argjson build "$build" \ '.[] | select(.id == $build) | .downloads["server:default"].url' <<<"$metadata")" - [[ "$url" != "null" ]] || fail "No ${project} ${version} build ${build} server download exists." + [[ -n "$url" && "$url" != "null" ]] || fail "No ${project} ${version} build ${build} server download exists." curl --fail --silent --show-error --location --retry 3 --retry-all-errors --connect-timeout 15 --max-time 120 \ --output "$destination" "$url" actual_checksum="$(sha256sum "$destination" | awk '{print $1}')" diff --git a/pom.xml b/pom.xml index 211963d..3537900 100644 --- a/pom.xml +++ b/pom.xml @@ -56,8 +56,8 @@ 65 d290ee2a3ae92fea10afb0c74f797023d74cfd72cbcee44314e0c50d5551f2c6 4.1.1 - 9 - 635ffe27b4fe1b97e61479012121d4e7c61a9eec99e6bd5a1f923053c2a259ce + 24 + 846411d2d0560fed0f23496ffb89681be528d2c0650ecdcf21724d2d7bd9c1ee ${haunted.adventure.version} ${haunted.junit.version}