Bump jupiterVersion from 5.9.2 to 5.9.3 (#140)
Bumps `jupiterVersion` from 5.9.2 to 5.9.3. Updates `org.junit.jupiter:junit-jupiter-api` from 5.9.2 to 5.9.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.9.2...r5.9.3) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.9.2 to 5.9.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.9.2...r5.9.3) Updates `org.junit.jupiter:junit-jupiter-params` from 5.9.2 to 5.9.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.9.2...r5.9.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Max Lambrecht <max.lambrecht@hpe.com>
This commit is contained in:
parent
f3d360ba7d
commit
a0480f91d9
|
|
@ -16,7 +16,7 @@ subprojects {
|
|||
|
||||
ext {
|
||||
grpcVersion = '1.54.1'
|
||||
jupiterVersion = '5.9.2'
|
||||
jupiterVersion = '5.9.3'
|
||||
mockitoVersion = '4.11.0'
|
||||
lombokVersion = '1.18.26'
|
||||
nimbusVersion = '9.31'
|
||||
|
|
|
|||
Loading…
Reference in New Issue