|
28 | 28 | <maven.compiler.release>${java.version}</maven.compiler.release> |
29 | 29 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
30 | 30 |
|
31 | | - <cds.services.version>4.1.1</cds.services.version> |
| 31 | + <cds.services.version>4.3.1</cds.services.version> |
32 | 32 | <cds.install-cdsdk.version>8.7.3</cds.install-cdsdk.version> |
33 | | - <qpid.version>2.7.0</qpid.version> <!-- https://central.sonatype.com/artifact/org.apache.qpid/qpid-jms-client/versions --> |
| 33 | + <qpid.version>2.9.0</qpid.version> <!-- https://central.sonatype.com/artifact/org.apache.qpid/qpid-jms-client/versions --> |
34 | 34 | <com.google.code.findbugs.jsr305.version>3.0.2</com.google.code.findbugs.jsr305.version> |
35 | 35 | </properties> |
36 | 36 |
|
|
60 | 60 | <dependency> |
61 | 61 | <groupId>com.sap.cloud.sdk</groupId> |
62 | 62 | <artifactId>sdk-bom</artifactId> |
63 | | - <version>5.20.0</version> |
| 63 | + <version>5.22.0</version> |
64 | 64 | <type>pom</type> |
65 | 65 | <scope>import</scope> |
66 | 66 | </dependency> |
67 | 67 |
|
68 | 68 | <dependency> |
69 | 69 | <groupId>org.mockito</groupId> |
70 | 70 | <artifactId>mockito-bom</artifactId> |
71 | | - <version>5.18.0</version> |
| 71 | + <version>5.20.0</version> |
72 | 72 | <type>pom</type> |
73 | 73 | <scope>import</scope> |
74 | 74 | </dependency> |
|
117 | 117 | <dependency> |
118 | 118 | <groupId>org.assertj</groupId> |
119 | 119 | <artifactId>assertj-core</artifactId> |
120 | | - <version>3.27.3</version> |
| 120 | + <version>3.27.6</version> |
121 | 121 | <scope>test</scope> |
122 | 122 | </dependency> |
123 | 123 |
|
|
212 | 212 | </plugin> |
213 | 213 | <plugin> |
214 | 214 | <artifactId>maven-javadoc-plugin</artifactId> |
215 | | - <version>3.11.2</version> |
| 215 | + <version>3.12.0</version> |
216 | 216 | </plugin> |
217 | 217 | <plugin> |
218 | 218 | <artifactId>maven-surefire-plugin</artifactId> |
219 | | - <version>3.5.2</version> |
| 219 | + <version>3.5.4</version> |
220 | 220 | </plugin> |
221 | 221 | <plugin> |
222 | 222 | <artifactId>maven-pmd-plugin</artifactId> |
|
229 | 229 | <plugin> |
230 | 230 | <groupId>org.codehaus.mojo</groupId> |
231 | 231 | <artifactId>flatten-maven-plugin</artifactId> |
232 | | - <version>1.7.1</version> |
| 232 | + <version>1.7.3</version> |
233 | 233 | </plugin> |
234 | 234 | <plugin> |
235 | 235 | <groupId>org.jacoco</groupId> |
|
239 | 239 | <plugin> |
240 | 240 | <groupId>org.pitest</groupId> |
241 | 241 | <artifactId>pitest-maven</artifactId> |
242 | | - <version>1.20.0</version> |
| 242 | + <version>1.20.3</version> |
243 | 243 | </plugin> |
244 | 244 | <plugin> |
245 | 245 | <groupId>com.github.spotbugs</groupId> |
246 | 246 | <artifactId>spotbugs-maven-plugin</artifactId> |
247 | | - <version>4.9.3.2</version> |
| 247 | + <version>4.9.6.0</version> |
248 | 248 | </plugin> |
249 | 249 | </plugins> |
250 | 250 | </pluginManagement> |
|
0 commit comments