|
8 | 8 |
|
9 | 9 | <artifactId>bom</artifactId> |
10 | 10 | <groupId>org.ehrbase.openehr.sdk</groupId> |
11 | | - <version>2.24.0</version> |
| 11 | + <version>2.25.0</version> |
12 | 12 | <packaging>pom</packaging> |
13 | 13 |
|
14 | 14 | <name>openEHR SDK</name> |
|
40 | 40 | <properties> |
41 | 41 | <antlr4.version>4.13.2</antlr4.version> |
42 | 42 | <archie.version>3.13.0</archie.version> |
43 | | - <assertj.version>3.27.3</assertj.version> |
44 | | - <cglib.version>3.3.0</cglib.version> |
45 | | - <classgraph.version>4.8.179</classgraph.version> |
46 | | - <commons-cli.version>1.9.0</commons-cli.version> |
47 | | - <commons-collections4.version>4.4</commons-collections4.version> |
48 | | - <commons-io.version>2.18.0</commons-io.version> |
49 | | - <commons-lang3.version>3.17.0</commons-lang3.version> |
50 | | - <commons-text.version>1.13.0</commons-text.version> |
51 | | - <ehcache.version>3.10.8</ehcache.version> |
52 | | - <everit-json-schema.version>1.14.4</everit-json-schema.version> |
53 | | - <guava.version>32.1.3-jre</guava.version> |
54 | | - <gson.version>2.12.1</gson.version> |
| 43 | + <assertj.version>3.27.4</assertj.version> |
| 44 | + <classgraph.version>4.8.181</classgraph.version> |
| 45 | + <commons-cli.version>1.10.0</commons-cli.version> |
| 46 | + <commons-collections4.version>4.5.0</commons-collections4.version> |
| 47 | + <commons-io.version>2.20.0</commons-io.version> |
| 48 | + <commons-lang3.version>3.18.0</commons-lang3.version> |
| 49 | + <commons-text.version>1.14.0</commons-text.version> |
55 | 50 | <httpclient.version>4.5.14</httpclient.version> |
56 | | - <jackson-bom.version>2.18.2</jackson-bom.version> |
| 51 | + <guava.version>33.4.8-jre</guava.version> |
| 52 | + <jackson-bom.version>2.19.2</jackson-bom.version> |
57 | 53 | <javapoet.version>1.13.0</javapoet.version> |
58 | 54 | <javax-annotation.version>1.3.2</javax-annotation.version> |
59 | 55 | <javax-cache.version>1.1.1</javax-cache.version> |
60 | 56 | <javax-jaxb.version>2.3.1</javax-jaxb.version> |
61 | | - <json.version>20231013</json.version> |
62 | | - <json-path.version>2.9.0</json-path.version> |
63 | | - <json-smart.version>2.5.1</json-smart.version> |
64 | | - <jsonassert.version>1.5.3</jsonassert.version> |
65 | | - <junit.version>5.11.4</junit.version> |
| 57 | + <jsonassert.version>2.0-rc1</jsonassert.version> |
| 58 | + <junit.version>5.13.4</junit.version> |
66 | 59 | <mockito.version>4.11.0</mockito.version> |
67 | 60 | <slf4j.version>1.7.36</slf4j.version> |
68 | 61 | <xmlbeans.version>3.1.0</xmlbeans.version> |
69 | 62 | <nexus-staging-maven-plugin.version>1.7.0</nexus-staging-maven-plugin.version> |
70 | | - <maven-gpg-plugin.version>3.2.7</maven-gpg-plugin.version> |
71 | | - <maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version> |
| 63 | + <maven-gpg-plugin.version>3.2.8</maven-gpg-plugin.version> |
| 64 | + <maven-enforcer-plugin.version>3.6.1</maven-enforcer-plugin.version> |
72 | 65 | <maven-failsafe-plugin.version>2.22.2</maven-failsafe-plugin.version> |
73 | | - <maven-javadoc-plugin.version>3.11.2</maven-javadoc-plugin.version> |
| 66 | + <maven-javadoc-plugin.version>3.11.3</maven-javadoc-plugin.version> |
74 | 67 | <maven-source-plugin.version>3.3.1</maven-source-plugin.version> |
75 | | - <maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version> |
76 | | - <jacoco.version>0.8.12</jacoco.version> |
| 68 | + <maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version> |
| 69 | + <jacoco.version>0.8.13</jacoco.version> |
77 | 70 | <threeten-extra.version>1.8.0</threeten-extra.version> |
78 | 71 | <jaxb-runtime.version>2.3.9</jaxb-runtime.version> |
79 | 72 | <sonar.scanner.version>3.11.0.3922</sonar.scanner.version> |
|
152 | 145 | <artifactId>example-generator</artifactId> |
153 | 146 | <version>${project.version}</version> |
154 | 147 | </dependency> |
155 | | - <!-- External Dependencies --> |
156 | | - <dependency> |
157 | | - <groupId>cglib</groupId> |
158 | | - <artifactId>cglib</artifactId> |
159 | | - <version>${cglib.version}</version> |
160 | | - </dependency> |
161 | | - <!-- include bom--> |
| 148 | + |
| 149 | + <!-- include bom --> |
162 | 150 | <dependency> |
163 | 151 | <groupId>com.fasterxml.jackson</groupId> |
164 | 152 | <artifactId>jackson-bom</artifactId> |
165 | 153 | <version>${jackson-bom.version}</version> |
166 | 154 | <type>pom</type> |
167 | 155 | <scope>import</scope> |
168 | 156 | </dependency> |
169 | | - <dependency> |
170 | | - <groupId>com.github.erosb</groupId> |
171 | | - <artifactId>everit-json-schema</artifactId> |
172 | | - <version>${everit-json-schema.version}</version> |
173 | | - </dependency> |
174 | 157 | <dependency> |
175 | 158 | <groupId>com.nedap.healthcare.archie</groupId> |
176 | 159 | <artifactId>archie-utils</artifactId> |
|
196 | 179 | <artifactId>utils</artifactId> |
197 | 180 | <version>${archie.version}</version> |
198 | 181 | </dependency> |
199 | | - <dependency> |
200 | | - <groupId>com.google.code.gson</groupId> |
201 | | - <artifactId>gson</artifactId> |
202 | | - <version>${gson.version}</version> |
203 | | - </dependency> |
204 | | - <dependency> |
205 | | - <groupId>com.google.guava</groupId> |
206 | | - <artifactId>guava</artifactId> |
207 | | - <version>${guava.version}</version> |
208 | | - </dependency> |
209 | | - <dependency> |
210 | | - <groupId>com.jayway.jsonpath</groupId> |
211 | | - <artifactId>json-path</artifactId> |
212 | | - <version>${json-path.version}</version> |
213 | | - </dependency> |
214 | | - <dependency> |
215 | | - <groupId>net.minidev</groupId> |
216 | | - <artifactId>json-smart</artifactId> |
217 | | - <version>${json-smart.version}</version> |
218 | | - </dependency> |
219 | 182 | <dependency> |
220 | 183 | <groupId>com.squareup</groupId> |
221 | 184 | <artifactId>javapoet</artifactId> |
|
281 | 244 | <artifactId>xmlbeans</artifactId> |
282 | 245 | <version>${xmlbeans.version}</version> |
283 | 246 | </dependency> |
284 | | - <dependency> |
285 | | - <groupId>org.ehcache</groupId> |
286 | | - <artifactId>ehcache</artifactId> |
287 | | - <version>${ehcache.version}</version> |
288 | | - </dependency> |
289 | 247 | <dependency> |
290 | 248 | <groupId>org.glassfish.jaxb</groupId> |
291 | 249 | <artifactId>jaxb-runtime</artifactId> |
|
296 | 254 | <artifactId>threeten-extra</artifactId> |
297 | 255 | <version>${threeten-extra.version}</version> |
298 | 256 | </dependency> |
299 | | - <dependency> |
300 | | - <groupId>org.json</groupId> |
301 | | - <artifactId>json</artifactId> |
302 | | - <version>${json.version}</version> |
303 | | - </dependency> |
304 | 257 | <dependency> |
305 | 258 | <groupId>org.mockito</groupId> |
306 | 259 | <artifactId>mockito-core</artifactId> |
307 | 260 | <version>${mockito.version}</version> |
308 | 261 | </dependency> |
309 | | - <dependency> |
310 | | - <groupId>org.skyscreamer</groupId> |
311 | | - <artifactId>jsonassert</artifactId> |
312 | | - <version>${jsonassert.version}</version> |
313 | | - </dependency> |
314 | 262 | <dependency> |
315 | 263 | <groupId>org.slf4j</groupId> |
316 | 264 | <artifactId>slf4j-api</artifactId> |
317 | 265 | <version>${slf4j.version}</version> |
318 | 266 | </dependency> |
| 267 | + |
| 268 | + <dependency> |
| 269 | + <groupId>com.google.guava</groupId> |
| 270 | + <artifactId>guava</artifactId> |
| 271 | + <version>${guava.version}</version> |
| 272 | + </dependency> |
| 273 | + |
319 | 274 | <!-- Test Dependencies --> |
| 275 | + <dependency> |
| 276 | + <groupId>org.skyscreamer</groupId> |
| 277 | + <artifactId>jsonassert</artifactId> |
| 278 | + <version>${jsonassert.version}</version> |
| 279 | + <scope>test</scope> |
| 280 | + </dependency> |
320 | 281 | <dependency> |
321 | 282 | <groupId>org.slf4j</groupId> |
322 | 283 | <artifactId>slf4j-simple</artifactId> |
|
339 | 300 | <dependency> |
340 | 301 | <groupId>org.testcontainers</groupId> |
341 | 302 | <artifactId>testcontainers</artifactId> |
342 | | - <version>1.20.4</version> |
| 303 | + <version>1.21.3</version> |
343 | 304 | <scope>test</scope> |
344 | 305 | </dependency> |
345 | 306 | <dependency> |
346 | 307 | <groupId>org.testcontainers</groupId> |
347 | 308 | <artifactId>junit-jupiter</artifactId> |
348 | | - <version>1.20.4</version> |
| 309 | + <version>1.21.3</version> |
349 | 310 | <scope>test</scope> |
350 | 311 | </dependency> |
351 | 312 | </dependencies> |
|
385 | 346 | <plugin> |
386 | 347 | <groupId>com.diffplug.spotless</groupId> |
387 | 348 | <artifactId>spotless-maven-plugin</artifactId> |
388 | | - <version>2.44.2</version> |
| 349 | + <version>2.46.1</version> |
389 | 350 | </plugin> |
390 | 351 | <plugin> |
391 | 352 | <groupId>org.antlr</groupId> |
|
0 commit comments