Skip to content

Commit 30f22d8

Browse files
fix(deps): update junit5 monorepo to v5.12.1 (#3357)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4b0cfff commit 30f22d8

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ allprojects {
3030
mavenCentral()
3131
}
3232
dependencies {
33-
def junitVersion = '5.12.0'
33+
def junitVersion = '5.12.1'
3434
compileOnly platform("org.junit:junit-bom:$junitVersion")
3535
testImplementation platform("org.junit:junit-bom:$junitVersion")
3636
}

eclipsePlugin-junit/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tasks.named('compileJava', JavaCompile).configure {
1111

1212
dependencies {
1313
implementation project(':eclipsePlugin')
14-
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.12.0'
14+
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.12.1'
1515
testImplementation 'org.mockito:mockito-core:5.16.0'
1616
}
1717

eclipsePlugin-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
}
2727

2828
implementation project(':test-harness')
29-
implementation 'org.junit.jupiter:junit-jupiter-engine:5.12.0'
29+
implementation 'org.junit.jupiter:junit-jupiter-engine:5.12.1'
3030
implementation 'org.apache.ant:ant:1.10.15'
3131
}
3232

spotbugs-ant/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies {
88
compileOnly 'org.apache.ant:ant:1.10.15'
99

1010
testImplementation 'org.apache.ant:ant:1.10.15'
11-
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.12.0'
11+
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.12.1'
1212
testImplementation 'org.hamcrest:hamcrest:3.0'
1313
}
1414

spotbugs-tests/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ dependencies {
1212
implementation project(':test-harness')
1313
implementation project(':test-harness-jupiter')
1414

15-
implementation 'org.junit.jupiter:junit-jupiter-engine:5.12.0'
16-
implementation 'org.junit.jupiter:junit-jupiter-params:5.12.0'
15+
implementation 'org.junit.jupiter:junit-jupiter-engine:5.12.1'
16+
implementation 'org.junit.jupiter:junit-jupiter-params:5.12.1'
1717
implementation 'org.hamcrest:hamcrest:3.0'
1818
implementation 'org.mockito:mockito-junit-jupiter:5.16.0'
1919
implementation 'org.apache.ant:ant:1.10.15'

spotbugsTestCases/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ dependencies {
2929
implementation 'org.checkerframework:checker-qual:3.49.1'
3030
implementation 'com.sun.xml.bind:jaxb-impl:4.0.5'
3131

32-
implementation 'org.junit.jupiter:junit-jupiter-engine:5.12.0'
33-
implementation 'org.junit.jupiter:junit-jupiter-params:5.12.0'
32+
implementation 'org.junit.jupiter:junit-jupiter-engine:5.12.1'
33+
implementation 'org.junit.jupiter:junit-jupiter-params:5.12.1'
3434
implementation 'org.testng:testng:7.11.0'
3535

3636
implementation project(':spotbugs')

test-harness/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply from: "$rootDir/gradle/javadoc.gradle"
33
apply from: "$rootDir/gradle/maven.gradle"
44

55
dependencies {
6-
compileOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.0'
6+
compileOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.1'
77
compileOnly 'org.hamcrest:hamcrest:3.0'
88
testImplementation project(':spotbugs')
99
api project(':test-harness-core')

0 commit comments

Comments
 (0)