Bump jupiterVersion from 5.11.2 to 5.11.3 (#273)
Bumps `jupiterVersion` from 5.11.2 to 5.11.3. Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.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>
This commit is contained in:
parent
0023bec0c6
commit
adf1207b2f
|
|
@ -17,7 +17,7 @@ subprojects {
|
|||
|
||||
ext {
|
||||
grpcVersion = '1.68.0'
|
||||
jupiterVersion = '5.11.2'
|
||||
jupiterVersion = '5.11.3'
|
||||
mockitoVersion = '4.11.0'
|
||||
lombokVersion = '1.18.34'
|
||||
nimbusVersion = '9.41.2'
|
||||
|
|
|
|||
Loading…
Reference in New Issue