Skip to content

Commit c46b6ec

Browse files
Bump org.junit:junit-bom from 5.11.4 to 5.12.0 (#5738)
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.4...r5.12.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ed00286 commit c46b6ec

File tree

65 files changed

+67
-67
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+67
-67
lines changed

vividus-agent-reportportal/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
implementation(group: 'org.slf4j', name: 'slf4j-api')
1818
implementation(group: 'org.vividus', name: 'jbehave-core', version: versions.jbehave)
1919

20-
testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.11.4')
20+
testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.12.0')
2121
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
2222
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
2323
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.15.2')

vividus-allure-adaptor/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929

3030
compileOnly(group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: spotbugsVersion)
3131

32-
testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.11.4')
32+
testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.12.0')
3333
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
3434
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
3535
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.15.2')

vividus-analytics/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
implementation(group: 'org.apache.commons', name: 'commons-collections4', version: '4.4')
1313
implementation(group: 'commons-codec', name: 'commons-codec', version: '1.18.0')
1414

15-
testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.11.4')
15+
testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.12.0')
1616
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
1717
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
1818
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.15.2')

vividus-engine/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
implementation(group: 'jakarta.inject', name: 'jakarta.inject-api', version: '2.0.1')
1717
runtimeOnly(group: 'org.vividus', name: 'jbehave-spring', version: versions.jbehave)
1818

19-
testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.11.4')
19+
testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.12.0')
2020
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
2121
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
2222
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.15.2')

vividus-exporter-commons/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
implementation(group: 'org.springframework.boot', name: 'spring-boot-starter', version: "${springBootVersion}")
1414

1515
testImplementation (group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: "${springBootVersion}")
16-
testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.11.4')
16+
testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.12.0')
1717
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
1818
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
1919
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.15.2')

vividus-extension-aws/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
api(group: 'org.vividus', name: 'jbehave-core', version: versions.jbehave)
77
implementation project(':vividus-test-context')
88

9-
testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.11.4')
9+
testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.12.0')
1010
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
1111
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
1212
testImplementation(group: 'org.hamcrest', name: 'hamcrest', version: '3.0')

vividus-extension-azure/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies {
44
api platform(group: 'com.azure', name: 'azure-sdk-bom', version: '1.2.31')
55
api(group: 'com.azure', name: 'azure-identity')
66

7-
testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.11.4')
7+
testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.12.0')
88
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
99
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
1010
testImplementation(group: 'org.hamcrest', name: 'hamcrest', version: '3.0')

vividus-extension-selenium/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ configurations {
4444

4545
compileOnly(group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: spotbugsVersion)
4646

47-
testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.11.4')
47+
testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.12.0')
4848
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
4949
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
5050
testImplementation(group: 'org.hamcrest', name: 'hamcrest', version: '3.0')

vividus-extension-ui/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ project.description = 'VIVIDUS extension for plugins testing application with gr
99
implementation platform(group: 'org.slf4j', name: 'slf4j-bom', version: '2.0.16')
1010
implementation(group: 'org.slf4j', name: 'slf4j-api')
1111

12-
testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.11.4')
12+
testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.12.0')
1313
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
1414
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
1515
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.15.2')

vividus-extension-visual-testing/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
implementation(group: 'org.slf4j', name: 'slf4j-api')
1313
implementation(group: 'jakarta.inject', name: 'jakarta.inject-api', version: '2.0.1')
1414

15-
testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.11.4')
15+
testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.12.0')
1616
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
1717
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
1818
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.15.2')

0 commit comments

Comments
 (0)