Skip to content

Commit 1ec234c

Browse files
authored
Update dependencies to latest versions (#52)
1 parent f71b26a commit 1ec234c

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

pom.xml

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,45 +20,46 @@
2020
<dependency>
2121
<groupId>com.onthegomap.planetiler</groupId>
2222
<artifactId>planetiler-core</artifactId>
23-
<version>0.8.4</version>
23+
<version>0.9.1</version>
2424
</dependency>
25+
2526
<dependency>
2627
<groupId>org.junit.jupiter</groupId>
2728
<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>
2937
<scope>test</scope>
3038
</dependency>
39+
3140
<dependency>
3241
<groupId>co.elastic.clients</groupId>
3342
<artifactId>elasticsearch-java</artifactId>
34-
<version>8.17.0</version>
43+
<version>8.19.3</version>
3544
</dependency>
3645

3746
<dependency>
3847
<groupId>com.fasterxml.jackson.core</groupId>
3948
<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>
4950
</dependency>
5051

5152
<dependency>
5253
<groupId>org.mockito</groupId>
5354
<artifactId>mockito-core</artifactId>
54-
<version>5.15.2</version>
55+
<version>5.19.0</version>
5556
<scope>test</scope>
5657
</dependency>
5758

5859
<dependency>
5960
<groupId>org.mockito</groupId>
6061
<artifactId>mockito-junit-jupiter</artifactId>
61-
<version>5.15.2</version>
62+
<version>5.19.0</version>
6263
<scope>test</scope>
6364
</dependency>
6465
</dependencies>
@@ -68,15 +69,15 @@
6869
<plugin>
6970
<groupId>org.apache.maven.plugins</groupId>
7071
<artifactId>maven-surefire-plugin</artifactId>
71-
<version>3.1.2</version>
72+
<version>3.5.3</version>
7273
<configuration>
7374
<groups>unit</groups>
7475
</configuration>
7576
</plugin>
7677
<plugin>
7778
<groupId>org.jacoco</groupId>
7879
<artifactId>jacoco-maven-plugin</artifactId>
79-
<version>0.8.12</version>
80+
<version>0.8.13</version>
8081
<executions>
8182
<execution>
8283
<goals>

0 commit comments

Comments
 (0)