Skip to content

Commit d2bce40

Browse files
fix(deps): update maven non-major updates
1 parent b7f7b9d commit d2bce40

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

cds-feature-console/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>org.junit.platform</groupId>
6868
<artifactId>junit-platform-launcher</artifactId>
69-
<version>6.0.0</version>
69+
<version>6.0.2</version>
7070
<scope>test</scope>
7171
</dependency>
7272

pom.xml

Lines changed: 11 additions & 11 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.4.1</cds.services.version>
46+
<cds.services.version>4.7.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.20.0</version>
67+
<version>5.21.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.23.0</version>
75+
<version>5.26.0</version>
7676
<type>pom</type>
7777
<scope>import</scope>
7878
</dependency>
@@ -98,13 +98,13 @@
9898
<dependency>
9999
<groupId>ch.qos.logback</groupId>
100100
<artifactId>logback-classic</artifactId>
101-
<version>1.5.19</version>
101+
<version>1.5.31</version>
102102
</dependency>
103103

104104
<dependency>
105105
<groupId>org.junit.jupiter</groupId>
106106
<artifactId>junit-jupiter</artifactId>
107-
<version>6.0.0</version>
107+
<version>6.0.2</version>
108108
</dependency>
109109

110110
<dependency>
@@ -131,7 +131,7 @@
131131
<dependency>
132132
<groupId>com.puppycrawl.tools</groupId>
133133
<artifactId>checkstyle</artifactId>
134-
<version>12.0.1</version>
134+
<version>12.3.1</version>
135135
</dependency>
136136
</dependencies>
137137
<configuration>
@@ -225,7 +225,7 @@
225225
<plugin>
226226
<groupId>org.sonatype.central</groupId>
227227
<artifactId>central-publishing-maven-plugin</artifactId>
228-
<version>0.9.0</version>
228+
<version>0.10.0</version>
229229
<extensions>true</extensions>
230230
</plugin>
231231
<plugin>
@@ -234,11 +234,11 @@
234234
</plugin>
235235
<plugin>
236236
<artifactId>maven-compiler-plugin</artifactId>
237-
<version>3.14.1</version>
237+
<version>3.15.0</version>
238238
</plugin>
239239
<plugin>
240240
<artifactId>maven-source-plugin</artifactId>
241-
<version>3.3.1</version>
241+
<version>3.4.0</version>
242242
</plugin>
243243
<plugin>
244244
<artifactId>maven-deploy-plugin</artifactId>
@@ -273,12 +273,12 @@
273273
<plugin>
274274
<groupId>org.pitest</groupId>
275275
<artifactId>pitest-maven</artifactId>
276-
<version>1.21.0</version>
276+
<version>1.22.1</version>
277277
</plugin>
278278
<plugin>
279279
<groupId>com.github.spotbugs</groupId>
280280
<artifactId>spotbugs-maven-plugin</artifactId>
281-
<version>4.9.6.0</version>
281+
<version>4.9.8.2</version>
282282
</plugin>
283283
</plugins>
284284
</pluginManagement>

0 commit comments

Comments
 (0)