Skip to content

Update junit-jupiter to 6.0.1#936

Closed
scala-steward wants to merge 1 commit intomsgpack:mainfrom
scala-steward:update/junit-jupiter-6.0.1
Closed

Update junit-jupiter to 6.0.1#936
scala-steward wants to merge 1 commit intomsgpack:mainfrom
scala-steward:update/junit-jupiter-6.0.1

Conversation

@scala-steward
Copy link
Copy Markdown
Contributor

@scala-steward scala-steward commented Nov 26, 2025

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 number

The following files still refer to the old version number (5.14.1).
You might want to review and update them manually.

build.sbt
⚙ Adjust future updates

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" }
}]
labels: test-library-update, early-semver-major, semver-spec-major, old-version-remains, commit-count:1

@scala-steward scala-steward force-pushed the update/junit-jupiter-6.0.1 branch from 8f85b38 to 4e85aa8 Compare January 3, 2026 16:18
@xerial
Copy link
Copy Markdown
Member

xerial commented May 3, 2026

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.

@xerial
Copy link
Copy Markdown
Member

xerial commented May 3, 2026

Cannot merge: JUnit 6.x requires JDK 17+, but this project still tests JDK 8/11. Will revisit once minimum JDK is bumped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants