Skip to content

Commit 7a5818d

Browse files
Bump junit from 4.13.1 to 4.13.2 (via allure-framework#529)
Bumps [junit](https://github.com/junit-team/junit4) from 4.13.1 to 4.13.2. - [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.1...r4.13.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8f433e6 commit 7a5818d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

allure-java-migration/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ description = "Allure Java Migration Utils"
22

33
val agent: Configuration by configurations.creating
44

5-
val junitVersion = "4.13.1"
5+
val junitVersion = "4.13.2"
66
val testNgVersion = "6.14.3"
77

88
dependencies {

allure-junit4-aspect/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ description = "Allure JUnit 4 Aspect HACK"
22

33
val agent: Configuration by configurations.creating
44

5-
val junitVersion = "4.13.1"
5+
val junitVersion = "4.13.2"
66

77
dependencies {
88
agent("org.aspectj:aspectjweaver")

allure-junit4/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ description = "Allure JUnit 4 Integration"
22

33
val agent: Configuration by configurations.creating
44

5-
val junitVersion = "4.13.1"
5+
val junitVersion = "4.13.2"
66

77
dependencies {
88
agent("org.aspectj:aspectjweaver")

0 commit comments

Comments
 (0)