diff --git a/dataprovider-platform-acceptance/run-platform-acceptance.sh b/dataprovider-platform-acceptance/run-platform-acceptance.sh
index 73c15ba..299d67d 100755
--- a/dataprovider-platform-acceptance/run-platform-acceptance.sh
+++ b/dataprovider-platform-acceptance/run-platform-acceptance.sh
@@ -78,7 +78,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' <<<"$build_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 2b6619a..7bb938c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
nl.hauntedmc.platform
haunted-library-parent
- 1.5.0
+ 1.6.4
@@ -63,20 +63,20 @@
3.4.2
- 26.2.build.112-stable
+ 26.2.build.121-stable
26.2
65
d290ee2a3ae92fea10afb0c74f797023d74cfd72cbcee44314e0c50d5551f2c6
- 4.1.0-SNAPSHOT
- 9
- 635ffe27b4fe1b97e61479012121d4e7c61a9eec99e6bd5a1f923053c2a259ce
+ 4.1.1
+ 24
+ 846411d2d0560fed0f23496ffb89681be528d2c0650ecdcf21724d2d7bd9c1ee
${haunted.adventure.version}
1.0.0
${haunted.configurate.version}
26.7.0
7.1.0
- 5.10.0
- 8.0.0
+ 5.11.0
+ 8.0.1
${haunted.hibernate.version}
${haunted.jpa.version}
${haunted.jaxb.api.version}