| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
JUnit 6.x requires JDK 17+ (per JUnit 6.0 release notes), but this project still supports JDK 8 and 11. Holding this PR until the project drops support for older JDKs. Closing in favor of the 5.14.x line (#969 merged) for now. |
Sorry, something went wrong.
|
Cannot merge: JUnit 6.x requires JDK 17+, but this project still tests JDK 8/11. Will revisit once minimum JDK is bumped. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
About this PR
📦 Updates org.junit.jupiter:junit-jupiter from 5.14.1 to 6.0.1 ⚠
Usage
✅ Please merge!
I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.
Configure Scala Steward for your repository with a .scala-steward.conf file.
Have a fantastic day writing Scala!
🔍 Files still referring to the old version numberThe following files still refer to the old version number (5.14.1).
You might want to review and update them manually.
Add this to your .scala-steward.conf file to ignore future updates of this dependency:
updates.ignore = [ { groupId = "org.junit.jupiter", artifactId = "junit-jupiter" } ]Or, add this to slow down future updates of this dependency:
dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.junit.jupiter", artifactId = "junit-jupiter" } }]