Bump jupiterVersion from 5.12.1 to 5.12.2 (#319)
Bumps `jupiterVersion` from 5.12.1 to 5.12.2. Updates `org.junit.jupiter:junit-jupiter-api` from 5.12.1 to 5.12.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.12.1...r5.12.2) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.12.1 to 5.12.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.12.1...r5.12.2) Updates `org.junit.jupiter:junit-jupiter-params` from 5.12.1 to 5.12.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.12.1...r5.12.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 5.12.2 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 <maxlambrecht@gmail.com> Signed-off-by: Peter <peter.gassner@outlook.com>
This commit is contained in:
parent
4091831953
commit
29f3eb9d88
|
|
@ -17,7 +17,7 @@ subprojects {
|
|||
|
||||
ext {
|
||||
grpcVersion = '1.72.0'
|
||||
jupiterVersion = '5.12.1'
|
||||
jupiterVersion = '5.12.2'
|
||||
mockitoVersion = '4.11.0'
|
||||
lombokVersion = '1.18.38'
|
||||
nimbusVersion = '10.3'
|
||||
|
|
|
|||
Loading…
Reference in New Issue