Skip to content

Commit 441c821

Browse files
authored
dependabot security fix for Release 1.5.0 (#262)
1 parent bc8ce6d commit 441c821

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<generation-folder>src/gen</generation-folder>
3636

3737
<test-spring-boot-version>3.2.5</test-spring-boot-version>
38-
<sdk-bom-version>5.15.0</sdk-bom-version>
38+
<sdk-bom-version>5.21.0</sdk-bom-version>
3939
<mockito-bom-version>5.15.2</mockito-bom-version>
4040
<assertj-core-version>3.27.3</assertj-core-version>
4141
<mockito-core-version>5.15.2</mockito-core-version>

sdm/pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,12 +308,19 @@
308308
<groupId>com.sap.cloud.sdk.cloudplatform</groupId>
309309
<artifactId>connectivity-oauth</artifactId>
310310
</exclusion>
311+
<exclusion>
312+
<groupId>com.sap.cloud.sdk.cloudplatform</groupId>
313+
<artifactId>cloudplatform-core</artifactId>
314+
</exclusion>
311315
</exclusions>
312316
</dependency>
317+
<dependency>
318+
<groupId>com.sap.cloud.sdk.cloudplatform</groupId>
319+
<artifactId>cloudplatform-core</artifactId>
320+
</dependency>
313321
<dependency>
314322
<groupId>com.sap.cloud.sdk.cloudplatform</groupId>
315323
<artifactId>connectivity-oauth</artifactId>
316-
<version>5.17.0</version>
317324
<exclusions>
318325
<exclusion>
319326
<groupId>com.sap.cloud.sdk.cloudplatform</groupId>

0 commit comments

Comments
 (0)