Bumps `junitVersion` from 5.11.1 to 5.11.2.
Updates `org.junit.jupiter:junit-jupiter` from 5.11.1 to 5.11.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.2)
Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.1 to 5.11.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.2)
Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.1 to 5.11.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.2)
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
dependency-type: direct:production
update-type: version-update:semver-patch
- 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
...
Signed-off-by: dependabot[bot] <support@github.com>
}
dependencies {
- antLibs("org.junit.jupiter:junit-jupiter:5.11.1")
+ antLibs("org.junit.jupiter:junit-jupiter:5.11.2")
antLibs("org.apache.ant:ant-junitlauncher:1.10.15")
}
commonsCompressVersion = '1.27.1'
commonsIoVersion = '2.17.0'
commonsMathVersion = '3.6.1'
- junitVersion = '5.11.1'
+ junitVersion = '5.11.2'
log4jVersion = '2.24.1'
mockitoVersion = '4.11.0'
hamcrestVersion = '3.0'