Skip to content

Commit 06fd987

Browse files
authored
Merge pull request #194 from jonashackt/renovate/spring-boot
Update dependency org.springframework.boot:spring-boot-starter-parent to v2.5.0
2 parents d436de6 + fcb8fa2 commit 06fd987

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/src/test/java/de/jonashackt/springbootvuejs/configuration/SpaRedirectTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ private static void assertSpaResponse(ValidatableResponse response) {
6666
private void assertNotSpaResponse(ValidatableResponse response) {
6767
response.statusCode(HttpStatus.SC_NOT_FOUND)
6868
.assertThat()
69-
.body(containsString("\"status\":404,\"error\":\"Not Found\",\"message\":\"\",\"path\":\"/api\""));
69+
.body(containsString("\"status\":404,\"error\":\"Not Found\",\"path\":\"/api\""));
7070
}
7171
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>2.4.5</version>
17+
<version>2.5.0</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

0 commit comments

Comments
 (0)