Skip to content

Commit 9acc31e

Browse files
Bump junit from 4.13 to 4.13.1 in /core (#218)
* Bump junit from 4.13 to 4.13.1 in /core Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md) - [Commits](junit-team/junit4@r4.13...r4.13.1) Signed-off-by: dependabot[bot] <support@github.com> * Fix build Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andreas Berger <andreas@berger-ecommerce.com>
1 parent 7094ec6 commit 9acc31e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

core/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,13 @@
6363
<dependency>
6464
<groupId>junit</groupId>
6565
<artifactId>junit</artifactId>
66-
<version>4.13</version>
66+
<version>4.13.1</version>
67+
<scope>test</scope>
68+
</dependency>
69+
<dependency>
70+
<groupId>org.junit.vintage</groupId>
71+
<artifactId>junit-vintage-engine</artifactId>
72+
<version>5.7.1</version>
6773
<scope>test</scope>
6874
</dependency>
6975
</dependencies>

0 commit comments

Comments
 (0)