Skip to content

Commit e789e5c

Browse files
fix(deps): update maven non-major updates
1 parent 8ecd902 commit e789e5c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<maven.compiler.release>${java.version}</maven.compiler.release>
4444
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4545

46-
<cds.services.version>4.7.0</cds.services.version>
46+
<cds.services.version>4.8.0</cds.services.version>
4747
<cds.url>https://cap.cloud.sap/docs/java</cds.url>
4848
</properties>
4949

@@ -64,15 +64,15 @@
6464
<dependency>
6565
<groupId>org.mockito</groupId>
6666
<artifactId>mockito-bom</artifactId>
67-
<version>5.21.0</version>
67+
<version>5.23.0</version>
6868
<type>pom</type>
6969
<scope>import</scope>
7070
</dependency>
7171

7272
<dependency>
7373
<groupId>com.sap.cloud.sdk</groupId>
7474
<artifactId>sdk-bom</artifactId>
75-
<version>5.26.0</version>
75+
<version>5.27.0</version>
7676
<type>pom</type>
7777
<scope>import</scope>
7878
</dependency>
@@ -250,7 +250,7 @@
250250
</plugin>
251251
<plugin>
252252
<artifactId>maven-surefire-plugin</artifactId>
253-
<version>3.5.4</version>
253+
<version>3.5.5</version>
254254
</plugin>
255255
<plugin>
256256
<artifactId>maven-pmd-plugin</artifactId>

0 commit comments

Comments
 (0)