Skip to content

Commit 1f202e3

Browse files
committed
Upgrade to HAL Browser 9f96c74
Closes gh-3880
1 parent 26d2e62 commit 1f202e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/mvc/ActuatorHalBrowserEndpoint.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class ActuatorHalBrowserEndpoint extends ActuatorHalJsonEndpoint implemen
4242
new HalBrowserLocation("classpath:/META-INF/spring-data-rest/hal-browser/",
4343
"index.html"),
4444
new HalBrowserLocation(
45-
"classpath:/META-INF/resources/webjars/hal-browser/b7669f1-1/",
45+
"classpath:/META-INF/resources/webjars/hal-browser/9f96c74/",
4646
"browser.html") };
4747

4848
private HalBrowserLocation location;

spring-boot-dependencies/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
<undertow.version>1.2.11.Final</undertow.version>
157157
<velocity.version>1.7</velocity.version>
158158
<velocity-tools.version>2.0</velocity-tools.version>
159-
<webjars-hal-browser.version>b7669f1-1</webjars-hal-browser.version>
159+
<webjars-hal-browser.version>9f96c74</webjars-hal-browser.version>
160160
<wsdl4j.version>1.6.3</wsdl4j.version>
161161
</properties>
162162
<prerequisites>

0 commit comments

Comments
 (0)