Bump junitVersion from 5.13.4 to 6.0.3

Bumps `junitVersion` from 5.13.4 to 6.0.3.

Updates `org.junit:junit-bom` from 5.13.4 to 6.0.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.4...r6.0.3)

Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.4 to 6.0.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.4...r6.0.3)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.4 to 6.0.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.4...r6.0.3)

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-02-17 14:11:24 +00:00 committed by GitHub
parent df5604a1d7
commit b60ce47596
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -119,7 +119,7 @@ subprojects {
commonsCompressVersion = '1.28.0' commonsCompressVersion = '1.28.0'
commonsIoVersion = '2.21.0' commonsIoVersion = '2.21.0'
commonsMathVersion = '3.6.1' commonsMathVersion = '3.6.1'
junitVersion = '5.13.4' junitVersion = '6.0.3'
log4jVersion = '2.25.3' log4jVersion = '2.25.3'
mockitoVersion = '5.21.0' mockitoVersion = '5.21.0'
hamcrestVersion = '3.0' hamcrestVersion = '3.0'