JUnit 5.12.2
·
8 commits
to main
since this release
JUnit 5.12.2 Upgrade
This release upgrades JUnit Jupiter from version 5.11.4 to 5.12.2 in all standalone JUnit projects.
Changes
- Updated junit-jupiter version in 13 standalone project pom.xml files
- Sections 1.01 (JUnit Review Solutions): 10 projects
- Section 1.12 (FizzBuzz TDD Solutions): 3 projects
Scope
- Included: Pure JUnit projects in sections 1.x only
- Excluded: All Spring Boot projects (sections 2.x, 3.x, 4.x) use managed dependencies
Testing
- All 14 JUnit standalone projects compiled successfully
- All JUnit standalone projects passed their unit tests
- Verified Spring Boot projects were not modified
Compatibility
- Java 23 compatibility maintained
- No code changes required for this patch version upgrade
- No breaking changes in JUnit 5.12.2
Related PR: #16