Bump jupiterVersion from 5.12.1 to 5.12.2
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>
This commit is contained in:
parent
7560dd6359
commit
cb9a7d14d1
|
|
@ -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.2'
|
||||
|
|
|
|||
Loading…
Reference in New Issue