|
20 | 20 | <dependency> |
21 | 21 | <groupId>com.onthegomap.planetiler</groupId> |
22 | 22 | <artifactId>planetiler-core</artifactId> |
23 | | - <version>0.8.4</version> |
| 23 | + <version>0.9.1</version> |
24 | 24 | </dependency> |
| 25 | + |
25 | 26 | <dependency> |
26 | 27 | <groupId>org.junit.jupiter</groupId> |
27 | 28 | <artifactId>junit-jupiter-api</artifactId> |
28 | | - <version>5.11.4</version> |
| 29 | + <version>5.13.4</version> |
| 30 | + <scope>test</scope> |
| 31 | + </dependency> |
| 32 | + |
| 33 | + <dependency> |
| 34 | + <groupId>org.junit.jupiter</groupId> |
| 35 | + <artifactId>junit-jupiter-params</artifactId> |
| 36 | + <version>5.13.4</version> |
29 | 37 | <scope>test</scope> |
30 | 38 | </dependency> |
| 39 | + |
31 | 40 | <dependency> |
32 | 41 | <groupId>co.elastic.clients</groupId> |
33 | 42 | <artifactId>elasticsearch-java</artifactId> |
34 | | - <version>8.17.0</version> |
| 43 | + <version>8.19.3</version> |
35 | 44 | </dependency> |
36 | 45 |
|
37 | 46 | <dependency> |
38 | 47 | <groupId>com.fasterxml.jackson.core</groupId> |
39 | 48 | <artifactId>jackson-databind</artifactId> |
40 | | - <version>2.17.0</version> |
41 | | - </dependency> |
42 | | - |
43 | | - <!-- Optionally: parameterized tests support --> |
44 | | - <dependency> |
45 | | - <groupId>org.junit.jupiter</groupId> |
46 | | - <artifactId>junit-jupiter-params</artifactId> |
47 | | - <version>5.11.4</version> |
48 | | - <scope>test</scope> |
| 49 | + <version>2.20.0</version> |
49 | 50 | </dependency> |
50 | 51 |
|
51 | 52 | <dependency> |
52 | 53 | <groupId>org.mockito</groupId> |
53 | 54 | <artifactId>mockito-core</artifactId> |
54 | | - <version>5.15.2</version> |
| 55 | + <version>5.19.0</version> |
55 | 56 | <scope>test</scope> |
56 | 57 | </dependency> |
57 | 58 |
|
58 | 59 | <dependency> |
59 | 60 | <groupId>org.mockito</groupId> |
60 | 61 | <artifactId>mockito-junit-jupiter</artifactId> |
61 | | - <version>5.15.2</version> |
| 62 | + <version>5.19.0</version> |
62 | 63 | <scope>test</scope> |
63 | 64 | </dependency> |
64 | 65 | </dependencies> |
|
68 | 69 | <plugin> |
69 | 70 | <groupId>org.apache.maven.plugins</groupId> |
70 | 71 | <artifactId>maven-surefire-plugin</artifactId> |
71 | | - <version>3.1.2</version> |
| 72 | + <version>3.5.3</version> |
72 | 73 | <configuration> |
73 | 74 | <groups>unit</groups> |
74 | 75 | </configuration> |
75 | 76 | </plugin> |
76 | 77 | <plugin> |
77 | 78 | <groupId>org.jacoco</groupId> |
78 | 79 | <artifactId>jacoco-maven-plugin</artifactId> |
79 | | - <version>0.8.12</version> |
| 80 | + <version>0.8.13</version> |
80 | 81 | <executions> |
81 | 82 | <execution> |
82 | 83 | <goals> |
|
0 commit comments