|
5 | 5 | <parent> |
6 | 6 | <groupId>org.springframework.boot</groupId> |
7 | 7 | <artifactId>spring-boot-starter-parent</artifactId> |
8 | | - <version>3.4.3</version> |
| 8 | + <version>3.5.0</version> |
9 | 9 | <relativePath /> <!-- lookup parent from repository --> |
10 | 10 | </parent> |
11 | 11 |
|
12 | 12 | <artifactId>cdoc2-put-server</artifactId> |
13 | 13 | <groupId>ee.cyber.cdoc2</groupId> |
14 | | - <version>1.4.2</version> |
| 14 | + <version>1.5.0</version> |
15 | 15 | <packaging>jar</packaging> |
16 | 16 |
|
17 | 17 | <name>cdoc2-put-server</name> |
|
24 | 24 |
|
25 | 25 | <tests>!(pkcs11 | slow)</tests> |
26 | 26 |
|
27 | | - <spring-boot.version>3.4.3</spring-boot.version> |
28 | | - <org-testcontainers.version>1.20.6</org-testcontainers.version> |
29 | | - <micrometer.version>1.14.4</micrometer.version> |
| 27 | + <spring-boot.version>3.5.0</spring-boot.version> |
30 | 28 | <!-- https://docs.spring.io/spring-boot/appendix/dependency-versions/coordinates.html--> |
31 | | - <logback.version>1.5.16</logback.version> |
32 | 29 | </properties> |
33 | 30 |
|
34 | 31 | <profiles> |
|
75 | 72 | <dependency> |
76 | 73 | <groupId>ee.cyber.cdoc2</groupId> |
77 | 74 | <artifactId>cdoc2-common-server</artifactId> |
78 | | - <version>2.2.0</version> |
| 75 | + <version>2.2.1</version> |
79 | 76 | <type>test-jar</type> |
80 | 77 | <scope>test</scope> |
81 | 78 | </dependency> |
|
201 | 198 | <dependency> |
202 | 199 | <groupId>ee.cyber.cdoc2</groupId> |
203 | 200 | <artifactId>cdoc2-server-openapi</artifactId> |
204 | | - <version>0.1.1</version> |
| 201 | + <version>0.2.0</version> |
205 | 202 | </dependency> |
206 | 203 |
|
207 | 204 |
|
208 | 205 | <dependency> |
209 | 206 | <groupId>ee.cyber.cdoc2</groupId> |
210 | 207 | <artifactId>cdoc2-common-server</artifactId> |
211 | | - <version>2.2.0</version> |
| 208 | + <version>2.2.1</version> |
212 | 209 | </dependency> |
213 | 210 |
|
214 | 211 | <dependency> |
215 | 212 | <groupId>ee.cyber.cdoc2</groupId> |
216 | 213 | <artifactId>cdoc2-server-db</artifactId> |
217 | | - <version>2.2.1</version> |
| 214 | + <version>2.2.2</version> |
218 | 215 | </dependency> |
219 | 216 |
|
220 | 217 | <dependency> |
221 | 218 | <groupId>org.springframework.boot</groupId> |
222 | 219 | <artifactId>spring-boot-starter</artifactId> |
223 | | - <version>${spring-boot.version}</version> |
224 | 220 | </dependency> |
225 | 221 |
|
226 | 222 | <!-- |
|
241 | 237 | <dependency> |
242 | 238 | <groupId>io.micrometer</groupId> |
243 | 239 | <artifactId>micrometer-registry-prometheus</artifactId> |
244 | | - <version>${micrometer.version}</version> |
245 | 240 | <scope>runtime</scope> |
246 | 241 | </dependency> |
247 | 242 |
|
248 | 243 | <dependency> |
249 | 244 | <groupId>org.springframework.boot</groupId> |
250 | 245 | <artifactId>spring-boot-starter-test</artifactId> |
251 | | - <version>${spring-boot.version}</version> |
252 | 246 | <scope>test</scope> |
253 | 247 | </dependency> |
254 | 248 | <dependency> |
255 | 249 | <groupId>org.springframework.boot</groupId> |
256 | 250 | <artifactId>spring-boot-test</artifactId> |
257 | | - <version>${spring-boot.version}</version> |
258 | 251 | <scope>test</scope> |
259 | 252 | </dependency> |
260 | 253 | <dependency> |
261 | 254 | <groupId>org.testcontainers</groupId> |
262 | 255 | <artifactId>junit-jupiter</artifactId> |
263 | | - <version>${org-testcontainers.version}</version> |
264 | 256 | <scope>test</scope> |
265 | 257 | </dependency> |
266 | 258 | <dependency> |
267 | 259 | <groupId>org.testcontainers</groupId> |
268 | 260 | <artifactId>postgresql</artifactId> |
269 | | - <version>${org-testcontainers.version}</version> |
270 | 261 | <scope>test</scope> |
271 | 262 | </dependency> |
272 | 263 | <dependency> |
|
278 | 269 | <dependency> |
279 | 270 | <groupId>org.apache.httpcomponents.client5</groupId> |
280 | 271 | <artifactId>httpclient5</artifactId> |
281 | | - <version>5.4.2</version> |
282 | 272 | <scope>test</scope> |
283 | 273 | </dependency> |
284 | 274 |
|
|
0 commit comments