-
Notifications
You must be signed in to change notification settings - Fork 6
build(deps): bump org.junit.jupiter:junit-jupiter-api from 5.11.4 to 5.12.2 in /hiero-dependency-versions #1014
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.4...r5.12.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (1)
- hiero-dependency-versions/build.gradle.kts: Language not supported
Signed-off-by: georgi-l95 <glazarov95@gmail.com>
@jjohannes, we found this dependency discrepancy and also found a potential Thank you 🙏 |
Blocking until after refactor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blocking until after refactor merge
This reverts commit 9cb64af. Signed-off-by: Jendrik Johannes <jendrik.johannes@gmail.com>
Signed-off-by: Jendrik Johannes <jendrik.johannes@gmail.com>
Your change fixes the problem indirectly, but we can do it simpler and more consistent with the notations we use. The problem is not the versions we define. We already have a setup where all projects use versions consistently based on what is defined in What you see is that the versions are the same, BUT in the first run
If the launcher is missing, Gradle takes one packaged into Gradle itself with whatever version Gradle has packaged (hidden to us). Which can cause issues as the one we are seeing. That's why this is deprecated and one should define the launcher dependency explicitly. Gradle does this for you in the "standard" test setup through the "newer" test suites API. That's what is used when you run the Here however, you have the custom setup where the test code is in |
@jjohannes, Thank you for the very detailed and referenced explanation, read a ton of stuff today! 💯 |
@dependabot rebase |
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unblocking based on updates post refactor
Codecov ReportAll modified and coverable lines are covered by tests ✅ @@ Coverage Diff @@
## main #1014 +/- ##
============================================
+ Coverage 88.33% 88.45% +0.12%
- Complexity 736 741 +5
============================================
Files 134 135 +1
Lines 3154 3171 +17
Branches 237 241 +4
============================================
+ Hits 2786 2805 +19
+ Misses 298 297 -1
+ Partials 70 69 -1 see 4 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Bumps org.junit.jupiter:junit-jupiter-api from 5.11.4 to 5.12.2.
Release notes
Sourced from org.junit.jupiter:junit-jupiter-api's releases.
... (truncated)
Commits
0a44659
Release 5.12.24c7dfdc
Finalize 5.12.2 release notes561613e
Fix handling ofCleanupMode.ON_SUCCESS
19d07d2
Add 5.12.2 release notes from template803cbb6
Add build parameter for enabling dry-run mode for test executioneb43e62
Back to snapshots for further developmentba9c9ae
Release 5.12.1e28ad4a
Finalize 5.12.1 release notes1044e2c
Move entry to 5.12.1 release notesbea821d
Fix Javadoc formattingDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)