Bump junit_jupiter_version from 5.9.3 to 5.10.2
Bumps `junit_jupiter_version` from 5.9.3 to 5.10.2. Updates `org.junit.jupiter:junit-jupiter-engine` from 5.9.3 to 5.10.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.9.3...r5.10.2) Updates `org.junit.jupiter:junit-jupiter-api` from 5.9.3 to 5.10.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.9.3...r5.10.2) Updates `org.junit.jupiter:junit-jupiter-params` from 5.9.3 to 5.10.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.9.3...r5.10.2) Updates `org.junit.vintage:junit-vintage-engine` from 5.9.3 to 5.10.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.9.3...r5.10.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.junit.vintage:junit-vintage-engine dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b7cd1f933f
commit
0877c5e2ee
2
pom.xml
2
pom.xml
|
|
@ -118,7 +118,7 @@
|
|||
|
||||
<properties>
|
||||
<!-- Test libs -->
|
||||
<junit_jupiter_version>5.9.3</junit_jupiter_version>
|
||||
<junit_jupiter_version>5.10.2</junit_jupiter_version>
|
||||
<awaitility_version>4.2.0</awaitility_version>
|
||||
<hazelcast_version>3.12.13</hazelcast_version>
|
||||
<hamcrest_version>2.2</hamcrest_version>
|
||||
|
|
|
|||
Loading…
Reference in New Issue