Skip to content

Commit f2f06a4

Browse files
Bump the java group across 1 directory with 3 updates
Bumps the java group with 3 updates in the /examples/fabric-contract-example-maven directory: [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework), [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) and [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework). Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.0) Updates `org.junit.jupiter:junit-jupiter-params` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.0) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.0) Updates `org.junit.jupiter:junit-jupiter-params` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.0) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.0) Bump the java group across 5 directories with 2 updates Bumps the java group with 1 update in the / directory: [org.junit:junit-bom](https://github.com/junit-team/junit-framework). Bumps the java group with 1 update in the /examples/fabric-contract-example-as-service directory: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework). Bumps the java group with 1 update in the /examples/fabric-contract-example-gradle directory: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework). Bumps the java group with 1 update in the /examples/fabric-contract-example-gradle-kotlin directory: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework). Bumps the java group with 1 update in the /examples/ledger-api directory: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework). Updates `org.junit:junit-bom` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.0) Updates `org.junit.jupiter:junit-jupiter` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.0) Updates `org.junit.jupiter:junit-jupiter` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.0) Updates `org.junit.jupiter:junit-jupiter` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.0) Updates `org.junit.jupiter:junit-jupiter` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: java - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 6.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: java - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: java - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 6.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: java - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: java - dependency-name: org.junit:junit-bom dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: java - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: java - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: java - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: java - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: java ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 859e246 commit f2f06a4

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ subprojects {
6262
implementation 'commons-cli:commons-cli:1.10.0'
6363
implementation 'commons-logging:commons-logging:1.3.5'
6464

65-
testImplementation platform('org.junit:junit-bom:5.13.4')
65+
testImplementation platform('org.junit:junit-bom:6.0.0')
6666
testImplementation 'org.junit.jupiter:junit-jupiter'
6767
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
6868
testImplementation 'org.assertj:assertj-core:3.27.6'

examples/fabric-contract-example-as-service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515
dependencies {
1616
implementation 'org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim:2.5.6'
1717
implementation 'org.json:json:20250517'
18-
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
18+
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.0'
1919
testImplementation 'org.assertj:assertj-core:3.27.6'
2020
testImplementation 'org.mockito:mockito-core:5.20.0'
2121
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

examples/fabric-contract-example-gradle-kotlin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
implementation("org.json:json:20250517")
1919
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
2020

21-
testImplementation("org.junit.jupiter:junit-jupiter:5.13.4")
21+
testImplementation("org.junit.jupiter:junit-jupiter:6.0.0")
2222
testImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0")
2323
}
2424

examples/fabric-contract-example-gradle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515
dependencies {
1616
implementation 'org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim:2.5.6'
1717
implementation 'org.json:json:20250517'
18-
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
18+
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.0'
1919
testImplementation 'org.assertj:assertj-core:3.27.6'
2020
testImplementation 'org.mockito:mockito-core:5.20.0'
2121
}

examples/fabric-contract-example-maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<slf4j.version>2.0.17</slf4j.version>
2020

2121
<!-- Test -->
22-
<junit.jupiter.version>5.13.4</junit.jupiter.version>
22+
<junit.jupiter.version>6.0.0</junit.jupiter.version>
2323
<junit.platform.version>1.13.1</junit.platform.version>
2424

2525
</properties>

examples/ledger-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515
dependencies {
1616
implementation 'org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim:2.5.6'
1717
implementation 'org.json:json:20250517'
18-
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
18+
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.0'
1919
testImplementation 'org.assertj:assertj-core:3.27.6'
2020
testImplementation 'org.mockito:mockito-core:5.20.0'
2121
}

0 commit comments

Comments
 (0)