Skip to content

Commit af81940

Browse files
Bump junit.jupiter.version from 5.6.2 to 5.9.1
Bumps `junit.jupiter.version` from 5.6.2 to 5.9.1. Updates `junit-jupiter-api` from 5.6.2 to 5.9.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.6.2...r5.9.1) Updates `junit-jupiter-params` from 5.6.2 to 5.9.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.6.2...r5.9.1) Updates `junit-jupiter-engine` from 5.6.2 to 5.9.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.6.2...r5.9.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7921993 commit af81940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1212
<maven.compiler.source>8</maven.compiler.source>
1313
<maven.compiler.target>8</maven.compiler.target>
14-
<junit.jupiter.version>5.6.2</junit.jupiter.version>
14+
<junit.jupiter.version>5.9.1</junit.jupiter.version>
1515
</properties>
1616

1717
<dependencies>

0 commit comments

Comments
 (0)