You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: use project properties for internal dependencies
- Replace hardcoded JUnit Jupiter version with property reference
- Use project properties for group ID and version in internal dependencies
- Replace hardcoded group ID with ${project.groupId}
- Replace hardcoded version with ${project.version}
This improves maintainability by avoiding duplicated version information.
🤖 Generated with Claude Code
Co-Authored-By: Claude <[email protected]>
0 commit comments