|
43 | 43 | <maven.compiler.release>${java.version}</maven.compiler.release> |
44 | 44 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
45 | 45 |
|
46 | | - <cds.services.version>4.4.1</cds.services.version> |
| 46 | + <cds.services.version>4.7.0</cds.services.version> |
47 | 47 | <cds.url>https://cap.cloud.sap/docs/java</cds.url> |
48 | 48 | </properties> |
49 | 49 |
|
|
64 | 64 | <dependency> |
65 | 65 | <groupId>org.mockito</groupId> |
66 | 66 | <artifactId>mockito-bom</artifactId> |
67 | | - <version>5.20.0</version> |
| 67 | + <version>5.21.0</version> |
68 | 68 | <type>pom</type> |
69 | 69 | <scope>import</scope> |
70 | 70 | </dependency> |
71 | 71 |
|
72 | 72 | <dependency> |
73 | 73 | <groupId>com.sap.cloud.sdk</groupId> |
74 | 74 | <artifactId>sdk-bom</artifactId> |
75 | | - <version>5.23.0</version> |
| 75 | + <version>5.26.0</version> |
76 | 76 | <type>pom</type> |
77 | 77 | <scope>import</scope> |
78 | 78 | </dependency> |
|
98 | 98 | <dependency> |
99 | 99 | <groupId>ch.qos.logback</groupId> |
100 | 100 | <artifactId>logback-classic</artifactId> |
101 | | - <version>1.5.19</version> |
| 101 | + <version>1.5.27</version> |
102 | 102 | </dependency> |
103 | 103 |
|
104 | 104 | <dependency> |
105 | 105 | <groupId>org.junit.jupiter</groupId> |
106 | 106 | <artifactId>junit-jupiter</artifactId> |
107 | | - <version>6.0.0</version> |
| 107 | + <version>6.0.2</version> |
108 | 108 | </dependency> |
109 | 109 |
|
110 | 110 | <dependency> |
|
131 | 131 | <dependency> |
132 | 132 | <groupId>com.puppycrawl.tools</groupId> |
133 | 133 | <artifactId>checkstyle</artifactId> |
134 | | - <version>12.0.1</version> |
| 134 | + <version>12.3.1</version> |
135 | 135 | </dependency> |
136 | 136 | </dependencies> |
137 | 137 | <configuration> |
|
225 | 225 | <plugin> |
226 | 226 | <groupId>org.sonatype.central</groupId> |
227 | 227 | <artifactId>central-publishing-maven-plugin</artifactId> |
228 | | - <version>0.9.0</version> |
| 228 | + <version>0.10.0</version> |
229 | 229 | <extensions>true</extensions> |
230 | 230 | </plugin> |
231 | 231 | <plugin> |
|
234 | 234 | </plugin> |
235 | 235 | <plugin> |
236 | 236 | <artifactId>maven-compiler-plugin</artifactId> |
237 | | - <version>3.14.1</version> |
| 237 | + <version>3.15.0</version> |
238 | 238 | </plugin> |
239 | 239 | <plugin> |
240 | 240 | <artifactId>maven-source-plugin</artifactId> |
241 | | - <version>3.3.1</version> |
| 241 | + <version>3.4.0</version> |
242 | 242 | </plugin> |
243 | 243 | <plugin> |
244 | 244 | <artifactId>maven-deploy-plugin</artifactId> |
|
273 | 273 | <plugin> |
274 | 274 | <groupId>org.pitest</groupId> |
275 | 275 | <artifactId>pitest-maven</artifactId> |
276 | | - <version>1.21.0</version> |
| 276 | + <version>1.22.1</version> |
277 | 277 | </plugin> |
278 | 278 | <plugin> |
279 | 279 | <groupId>com.github.spotbugs</groupId> |
280 | 280 | <artifactId>spotbugs-maven-plugin</artifactId> |
281 | | - <version>4.9.6.0</version> |
| 281 | + <version>4.9.8.2</version> |
282 | 282 | </plugin> |
283 | 283 | </plugins> |
284 | 284 | </pluginManagement> |
|
0 commit comments