Skip to content

Commit f92e8f8

Browse files
authored
Use CDS Services 1.31.0 (#193)
1 parent 99be5e2 commit f92e8f8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616

1717
<!-- DEPENDENCIES VERSION -->
1818
<jdk.version>1.8</jdk.version>
19-
<cds.services.version>1.30.2</cds.services.version>
19+
<cds.services.version>1.31.0</cds.services.version>
2020
<spring.boot.version>2.7.8</spring.boot.version>
2121
<cloud.sdk.version>4.5.0</cloud.sdk.version>
22-
<xsuaa.version>2.13.4</xsuaa.version>
22+
<xsuaa.version>2.13.5</xsuaa.version>
2323
<cf-java-logging-support.version>3.6.3</cf-java-logging-support.version>
24-
<cds.install-cdsdk.version>6.4.1</cds.install-cdsdk.version>
24+
<cds.install-cdsdk.version>6.5.0</cds.install-cdsdk.version>
2525
</properties>
2626

2727
<modules>

srv/src/test/java/my/bookshop/CatalogServiceITest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public void testDiscountNotApplied() throws Exception {
6464
public void testCreateReviewNotAuthenticated() throws Exception {
6565
String payload = createTestReview().toJson();
6666
mockMvc.perform(post(addReviewURI).contentType(MediaType.APPLICATION_JSON).content(payload))
67-
.andExpect(status().isForbidden());
67+
.andExpect(status().isUnauthorized());
6868
}
6969

7070
@Test

0 commit comments

Comments
 (0)