Skip to content

Commit 4ef2365

Browse files
Merge branch 'main' into test
2 parents 2aec243 + b5f9c23 commit 4ef2365

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1010
<maven.compiler.source>21</maven.compiler.source>
1111
<maven.compiler.target>21</maven.compiler.target>
12-
<planetiler.version>0.8-ph-test-SNAPSHOT</planetiler.version>
13-
<junit.version>5.10.2</junit.version>
12+
<planetiler.version>0.8.2-ph-test-SNAPSHOT</planetiler.version>
13+
<junit.version>5.10.3</junit.version>
1414

1515
<mainClass>org.openmaptiles.OpenMapTilesMain</mainClass>
1616
<image.version>${project.version}</image.version>
@@ -104,12 +104,12 @@
104104
<plugin>
105105
<groupId>org.apache.maven.plugins</groupId>
106106
<artifactId>maven-surefire-plugin</artifactId>
107-
<version>3.3.0</version>
107+
<version>3.3.1</version>
108108
</plugin>
109109
<plugin>
110110
<groupId>org.apache.maven.plugins</groupId>
111111
<artifactId>maven-failsafe-plugin</artifactId>
112-
<version>3.3.0</version>
112+
<version>3.3.1</version>
113113
</plugin>
114114

115115
<plugin>

0 commit comments

Comments
 (0)