From db0863f289c52b6cd613108719c6351e3eec3e76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 03:33:51 +0000 Subject: [PATCH] Update dependency org.springframework.data:spring-data-rest-hal-explorer to v5.1.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8046799..df8ad47 100644 --- a/build.gradle +++ b/build.gradle @@ -83,7 +83,7 @@ dependencies { implementation "org.springframework.boot:spring-boot-starter-hateoas" implementation "org.springframework.boot:spring-boot-starter-validation" implementation "org.springframework:spring-web" - implementation "org.springframework.data:spring-data-rest-hal-explorer:5.0.0-M3" + implementation "org.springframework.data:spring-data-rest-hal-explorer:5.1.0" /* OpenAPI */ implementation "org.springdoc:springdoc-openapi-starter-webmvc-ui:${springDocVersion}"