Skip to content

Commit ee72207

Browse files
authored
Bump junit version from 5.8.2 to 5.9.1 (#120)
1 parent d7bec49 commit ee72207

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

json-smart-action/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4444
<maven.compiler.source>1.8</maven.compiler.source>
4545
<maven.compiler.target>1.8</maven.compiler.target>
46+
<junit.version>5.9.1</junit.version>
4647
</properties>
4748
<scm>
4849
<connection>scm:git:https://github.com/netplex/json-smart-v2.git</connection>
@@ -227,14 +228,14 @@
227228
<dependency>
228229
<groupId>org.junit.jupiter</groupId>
229230
<artifactId>junit-jupiter-api</artifactId>
230-
<version>5.9.1</version>
231+
<version>${junit.version}</version>
231232
<scope>test</scope>
232233
</dependency>
233234
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-params -->
234235
<dependency>
235236
<groupId>org.junit.jupiter</groupId>
236237
<artifactId>junit-jupiter-params</artifactId>
237-
<version>5.8.2</version>
238+
<version>${junit.version}</version>
238239
<scope>test</scope>
239240
</dependency>
240241
<!-- https://mvnrepository.com/artifact/net.minidev/json-smart -->

json-smart/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4444
<maven.compiler.source>1.8</maven.compiler.source>
4545
<maven.compiler.target>1.8</maven.compiler.target>
46+
<junit.version>5.9.1</junit.version>
4647
</properties>
4748
<scm>
4849
<connection>scm:git:https://github.com/netplex/json-smart-v2.git</connection>
@@ -227,14 +228,14 @@
227228
<dependency>
228229
<groupId>org.junit.jupiter</groupId>
229230
<artifactId>junit-jupiter-api</artifactId>
230-
<version>5.9.1</version>
231+
<version>${junit.version}</version>
231232
<scope>test</scope>
232233
</dependency>
233234
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-params -->
234235
<dependency>
235236
<groupId>org.junit.jupiter</groupId>
236237
<artifactId>junit-jupiter-params</artifactId>
237-
<version>5.8.2</version>
238+
<version>${junit.version}</version>
238239
<scope>test</scope>
239240
</dependency>
240241
<!-- https://mvnrepository.com/artifact/net.minidev/accessors-smart -->

0 commit comments

Comments
 (0)