Skip to content

Commit eed9ae3

Browse files
dependabot[bot]stefano81
authored andcommitted
Bump junit_jupiter_version from 5.9.3 to 5.10.1 in /library
Bumps `junit_jupiter_version` from 5.9.3 to 5.10.1. Updates `org.junit.jupiter:junit-jupiter` from 5.9.3 to 5.10.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.9.3...r5.10.1) Updates `org.junit.jupiter:junit-jupiter-api` from 5.9.3 to 5.10.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.9.3...r5.10.1) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.9.3 to 5.10.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.9.3...r5.10.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 54075f1 commit eed9ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ buildscript {
3737
}
3838

3939
ext {
40-
junit_jupiter_version = '5.9.3'
40+
junit_jupiter_version = '5.10.1'
4141
junit_platform_launcher_version = '1.9.3'
4242

4343
mockito_version = '5.3.1'

0 commit comments

Comments
 (0)