Skip to content

Commit c7dd735

Browse files
authored
Update pom.xml
1 parent 26b3128 commit c7dd735

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pom-central.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,13 @@
126126
<dependency>
127127
<groupId>org.junit.jupiter</groupId>
128128
<artifactId>junit-jupiter-api</artifactId>
129-
<version>[5.10.0,)</version>
129+
<version>[5.10.1,)</version>
130130
<scope>test</scope>
131131
</dependency>
132132
<dependency>
133133
<groupId>org.junit.platform</groupId>
134134
<artifactId>junit-platform-launcher</artifactId>
135-
<version>[1.10.0,)</version>
135+
<version>[1.10.1,)</version>
136136
<scope>test</scope>
137137
</dependency>
138138
<dependency>

pom-pack.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,13 +243,13 @@
243243
<dependency>
244244
<groupId>org.junit.jupiter</groupId>
245245
<artifactId>junit-jupiter-api</artifactId>
246-
<version>[5.10.0,)</version>
246+
<version>[5.10.1,)</version>
247247
<scope>test</scope>
248248
</dependency>
249249
<dependency>
250250
<groupId>org.junit.platform</groupId>
251251
<artifactId>junit-platform-launcher</artifactId>
252-
<version>[1.10.0,)</version>
252+
<version>[1.10.1,)</version>
253253
<scope>test</scope>
254254
</dependency>
255255
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,13 +219,13 @@
219219
<dependency>
220220
<groupId>org.junit.jupiter</groupId>
221221
<artifactId>junit-jupiter-api</artifactId>
222-
<version>[5.10.0,)</version>
222+
<version>[5.10.1,)</version>
223223
<scope>test</scope>
224224
</dependency>
225225
<dependency>
226226
<groupId>org.junit.platform</groupId>
227227
<artifactId>junit-platform-launcher</artifactId>
228-
<version>[1.10.0,)</version>
228+
<version>[1.10.1,)</version>
229229
<scope>test</scope>
230230
</dependency>
231231
<dependency>

0 commit comments

Comments
 (0)