Skip to content

Commit acdf98c

Browse files
authored
Updated junit
1 parent 19c20ee commit acdf98c

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

pom-central.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>org.junit.jupiter</groupId>
5959
<artifactId>junit-jupiter-engine</artifactId>
60-
<version>[5.9.3,)</version>
60+
<version>[5.10.0,)</version>
6161
</dependency>
6262
</dependencies>
6363
</plugin>
@@ -126,7 +126,7 @@
126126
<dependency>
127127
<groupId>org.junit.jupiter</groupId>
128128
<artifactId>junit-jupiter-api</artifactId>
129-
<version>[5.9.3,)</version>
129+
<version>[5.10.0,)</version>
130130
<scope>test</scope>
131131
</dependency>
132132
<dependency>

pom-pack.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>org.junit.jupiter</groupId>
6060
<artifactId>junit-jupiter-engine</artifactId>
61-
<version>[5.9.3,)</version>
61+
<version>[5.10.0,)</version>
6262
</dependency>
6363
</dependencies>
6464
</plugin>
@@ -94,7 +94,6 @@
9494
<option>-keep public class com.github.underscore.*$Chain { *; }</option>
9595
<option>-keep public class com.github.underscore.Underscore.Function3 { *; }</option>
9696
<option>-keep public class com.github.underscore.Underscore.MemoizeFunction { *; }</option>
97-
<option>-keep public class com.github.underscore.Optional { *; }</option>
9897
<option>-keep public class com.github.underscore.Underscore.PredicateIndexed { *; }</option>
9998
<option>-keep public class com.github.underscore.Underscore.Template { *; }</option>
10099
<option>-keep public class com.github.underscore.Base32 { *; }</option>
@@ -244,7 +243,7 @@
244243
<dependency>
245244
<groupId>org.junit.jupiter</groupId>
246245
<artifactId>junit-jupiter-api</artifactId>
247-
<version>[5.9.3,)</version>
246+
<version>[5.10.0,)</version>
248247
<scope>test</scope>
249248
</dependency>
250249
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>org.junit.jupiter</groupId>
6262
<artifactId>junit-jupiter-engine</artifactId>
63-
<version>[5.9.3,)</version>
63+
<version>[5.10.0,)</version>
6464
</dependency>
6565
</dependencies>
6666
</plugin>
@@ -219,7 +219,7 @@
219219
<dependency>
220220
<groupId>org.junit.jupiter</groupId>
221221
<artifactId>junit-jupiter-api</artifactId>
222-
<version>[5.9.3,)</version>
222+
<version>[5.10.0,)</version>
223223
<scope>test</scope>
224224
</dependency>
225225
<dependency>

0 commit comments

Comments
 (0)