Skip to content

Commit b9f112b

Browse files
authored
update asm junit5 version (#82)
1 parent 77ca461 commit b9f112b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

accessors-smart/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,14 +221,14 @@
221221
<dependency>
222222
<groupId>org.junit.jupiter</groupId>
223223
<artifactId>junit-jupiter-api</artifactId>
224-
<version>5.7.1</version>
224+
<version>5.8.2</version>
225225
<scope>test</scope>
226226
</dependency>
227227
<!-- https://mvnrepository.com/artifact/org.ow2.asm/asm -->
228228
<dependency>
229229
<groupId>org.ow2.asm</groupId>
230230
<artifactId>asm</artifactId>
231-
<version>9.1</version>
231+
<version>9.3</version>
232232
</dependency>
233233
</dependencies>
234234
</project>

json-smart-action/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,14 +227,14 @@
227227
<dependency>
228228
<groupId>org.junit.jupiter</groupId>
229229
<artifactId>junit-jupiter-api</artifactId>
230-
<version>5.7.1</version>
230+
<version>5.8.2</version>
231231
<scope>test</scope>
232232
</dependency>
233233
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-params -->
234234
<dependency>
235235
<groupId>org.junit.jupiter</groupId>
236236
<artifactId>junit-jupiter-params</artifactId>
237-
<version>5.7.1</version>
237+
<version>5.8.2</version>
238238
<scope>test</scope>
239239
</dependency>
240240
<!-- https://mvnrepository.com/artifact/net.minidev/json-smart -->

json-smart/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,14 +227,14 @@
227227
<dependency>
228228
<groupId>org.junit.jupiter</groupId>
229229
<artifactId>junit-jupiter-api</artifactId>
230-
<version>5.7.1</version>
230+
<version>5.8.2</version>
231231
<scope>test</scope>
232232
</dependency>
233233
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-params -->
234234
<dependency>
235235
<groupId>org.junit.jupiter</groupId>
236236
<artifactId>junit-jupiter-params</artifactId>
237-
<version>5.7.1</version>
237+
<version>5.8.2</version>
238238
<scope>test</scope>
239239
</dependency>
240240
<!-- https://mvnrepository.com/artifact/net.minidev/accessors-smart -->

0 commit comments

Comments
 (0)