Skip to content

Commit 345a2d6

Browse files
Bump junit.jupiter.version in /examples/fabric-contract-example-maven
Bumps `junit.jupiter.version` from 5.13.1 to 5.13.4. Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.1 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.1...r5.13.4) Updates `org.junit.jupiter:junit-jupiter-params` from 5.13.1 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.1...r5.13.4) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.1 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.1...r5.13.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 5.13.4 dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 248f252 commit 345a2d6

File tree

1 file changed

+1
-1
lines changed
  • examples/fabric-contract-example-maven

1 file changed

+1
-1
lines changed

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>1.7.5</slf4j.version>
2020

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

2525
</properties>

0 commit comments

Comments
 (0)