Skip to content

Commit 0f7593b

Browse files
authored
test(deps): update dependency junit:junit to v4.13.1 (#301)
1 parent 3e63072 commit 0f7593b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dlp/snippets/install-without-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>junit</groupId>
4343
<artifactId>junit</artifactId>
44-
<version>4.13</version>
44+
<version>4.13.1</version>
4545
<scope>test</scope>
4646
</dependency>
4747
<dependency>

dlp/snippets/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>junit</groupId>
4242
<artifactId>junit</artifactId>
43-
<version>4.13</version>
43+
<version>4.13.1</version>
4444
<scope>test</scope>
4545
</dependency>
4646
<dependency>

dlp/snippets/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>junit</groupId>
5252
<artifactId>junit</artifactId>
53-
<version>4.13</version>
53+
<version>4.13.1</version>
5454
<scope>test</scope>
5555
</dependency>
5656
<dependency>

0 commit comments

Comments
 (0)