Skip to content

Commit 8aa0df3

Browse files
authored
Upgraded to JUnit 5.10.2
1 parent 1a3ecf4 commit 8aa0df3

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

examples/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<plugin>
4343
<groupId>org.apache.maven.plugins</groupId>
4444
<artifactId>maven-compiler-plugin</artifactId>
45-
<version>3.8.1</version>
45+
<version>3.12.1</version>
4646
<configuration>
4747
<source>11</source>
4848
<target>11</target>
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>org.junit.jupiter</groupId>
6363
<artifactId>junit-jupiter-engine</artifactId>
64-
<version>[5.10.0,)</version>
64+
<version>[5.10.2,)</version>
6565
</dependency>
6666
</dependencies>
6767
</plugin>
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>org.junit.jupiter</groupId>
7373
<artifactId>junit-jupiter-api</artifactId>
74-
<version>[5.10.0,)</version>
74+
<version>[5.10.2,)</version>
7575
<scope>test</scope>
7676
</dependency>
7777
</dependencies>

pom-central.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<plugin>
4343
<groupId>org.apache.maven.plugins</groupId>
4444
<artifactId>maven-compiler-plugin</artifactId>
45-
<version>3.11.0</version>
45+
<version>3.12.1</version>
4646
<configuration>
4747
<source>11</source>
4848
<target>11</target>
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>org.junit.jupiter</groupId>
5959
<artifactId>junit-jupiter-engine</artifactId>
60-
<version>[5.10.1,)</version>
60+
<version>[5.10.2,)</version>
6161
</dependency>
6262
</dependencies>
6363
</plugin>
@@ -126,13 +126,13 @@
126126
<dependency>
127127
<groupId>org.junit.jupiter</groupId>
128128
<artifactId>junit-jupiter-api</artifactId>
129-
<version>[5.10.1,)</version>
129+
<version>[5.10.2,)</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.1,)</version>
135+
<version>[1.10.2,)</version>
136136
<scope>test</scope>
137137
</dependency>
138138
<dependency>

pom-pack.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<plugin>
4444
<groupId>org.apache.maven.plugins</groupId>
4545
<artifactId>maven-compiler-plugin</artifactId>
46-
<version>3.11.0</version>
46+
<version>3.12.1</version>
4747
<configuration>
4848
<source>11</source>
4949
<target>11</target>
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>org.junit.jupiter</groupId>
6060
<artifactId>junit-jupiter-engine</artifactId>
61-
<version>[5.10.1,)</version>
61+
<version>[5.10.2,)</version>
6262
</dependency>
6363
</dependencies>
6464
</plugin>
@@ -243,13 +243,13 @@
243243
<dependency>
244244
<groupId>org.junit.jupiter</groupId>
245245
<artifactId>junit-jupiter-api</artifactId>
246-
<version>[5.10.1,)</version>
246+
<version>[5.10.2,)</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.1,)</version>
252+
<version>[1.10.2,)</version>
253253
<scope>test</scope>
254254
</dependency>
255255
<dependency>

pom.xml

Lines changed: 3 additions & 3 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.10.1,)</version>
63+
<version>[5.10.2,)</version>
6464
</dependency>
6565
</dependencies>
6666
</plugin>
@@ -219,13 +219,13 @@
219219
<dependency>
220220
<groupId>org.junit.jupiter</groupId>
221221
<artifactId>junit-jupiter-api</artifactId>
222-
<version>[5.10.1,)</version>
222+
<version>[5.10.2,)</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.1,)</version>
228+
<version>[1.10.2,)</version>
229229
<scope>test</scope>
230230
</dependency>
231231
<dependency>

spring-boot-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com.github.javadev</groupId>
3737
<artifactId>underscore</artifactId>
38-
<version>1.94</version>
38+
<version>1.98</version>
3939
</dependency>
4040
</dependencies>
4141
<build>

0 commit comments

Comments
 (0)