Bump the maven-deps group across 1 directory with 2 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(2 months ago)
(about 2 months ago)
dependencies java
Bumps the maven-deps group with 2 updates in the / directory: org.junit.jupiter:junit-jupiter and org.jacoco:jacoco-maven-plugin.
Updates org.junit.jupiter:junit-jupiter from 5.13.4 to 6.0.0
Release notes
Sourced from org.junit.jupiter:junit-jupiter's releases.
JUnit 6.0.0 = Platform 6.0.0 + Jupiter 6.0.0 + Vintage 6.0.0
See Release Notes.
New Contributors
@2897robomade their first contribution in junit-team/junit-framework#4525@strangelookingnerdmade their first contribution in junit-team/junit-framework#4683@eric6iesemade their first contribution in junit-team/junit-framework#4717@raccoonbackmade their first contribution in junit-team/junit-framework#4822@currenjinmade their first contribution in junit-team/junit-framework#4823@mehulimukherjeemade their first contribution in junit-team/junit-framework#4913@lsloninamade their first contribution in junit-team/junit-framework#4629Full Changelog: https://github.com/junit-team/junit-framework/compare/r5.14.0...r6.0.0
JUnit 6.0.0-RC3 = Platform 6.0.0-RC3 + Jupiter 6.0.0-RC3 + Vintage 6.0.0-RC3
See Release Notes.
New Contributors
@mehulimukherjeemade their first contribution in junit-team/junit-framework#4913@lsloninamade their first contribution in junit-team/junit-framework#4629Full Changelog: https://github.com/junit-team/junit-framework/compare/r6.0.0-RC2...r6.0.0-RC3
JUnit 6.0.0-RC2 = Platform 6.0.0-RC2 + Jupiter 6.0.0-RC2 + Vintage 6.0.0-RC2
See Release Notes.
Full Changelog: https://github.com/junit-team/junit-framework/compare/r6.0.0-RC1...r6.0.0-RC2
JUnit 6.0.0-RC1 = Platform 6.0.0-RC1 + Jupiter 6.0.0-RC1 + Vintage 6.0.0-RC1
See Release Notes.
New Contributors
@raccoonbackmade their first contribution in junit-team/junit-framework#4822@currenjinmade their first contribution in junit-team/junit-framework#4823Full Changelog: https://github.com/junit-team/junit-framework/compare/r6.0.0-M2...r6.0.0-RC1
JUnit 6.0.0-M2 = Platform 6.0.0-M2 + Jupiter 6.0.0-M2 + Vintage 6.0.0-M2
See Release Notes.
New Contributors
@eric6iesemade their first contribution in junit-team/junit-framework#4717Full Changelog: https://github.com/junit-team/junit-framework/compare/r6.0.0-M1...r6.0.0-M2
... (truncated)
Commits
4f79594Release 6.0.055af30aRevert "Usedevelop/6.xbranch for junit-examples during release build"df3cfddRelease 5.14.0fcb84a2Disable backward compatibility check when offlinec9c8344Prune 5.14.0 release notes03d8a72Update broken link to using API Gaurdian with bndtools3a0b29bUse temporary JUnit 6 logo6603caaRenameeclipseClasspathtoeclipseConventionsto avoid confusionab3470bMake sealedMediaTypework in Eclipsea8cd41eRemove annotations not visible in Eclipse- Additional commits viewable in compare view
Updates org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14
Release notes
Sourced from org.jacoco:jacoco-maven-plugin's releases.
0.8.14
New Features
- JaCoCo now officially supports Java 25 (GitHub #1950).
- Experimental support for Java 26 class files (GitHub #1870).
- Branches added by the Kotlin compiler for default argument number 33 or higher are filtered out during generation of report (GitHub #1655).
- Part of bytecode generated by the Kotlin compiler for elvis operator that follows safe call operator is filtered out during generation of report (GitHub #1814, #1954).
- Part of bytecode generated by the Kotlin compiler for more cases of chained safe call operators is filtered out during generation of report (GitHub #1956).
- Part of bytecode generated by the Kotlin compiler for invocations of suspendCoroutineUninterceptedOrReturn intrinsic is filtered out during generation of report (GitHub #1929).
- Part of bytecode generated by the Kotlin compiler for suspending lambdas with parameters is filtered out during generation of report (GitHub #1945).
- Part of bytecode generated by the Kotlin compiler for suspending functions and lambdas with suspension points that return inline value class is filtered out during generation of report (GitHub #1871).
- Part of bytecode generated by the Kotlin Compose compiler plugin for pausable composition is filtered out during generation of report (GitHub #1911).
- Methods generated by the Kotlin serialization compiler plugin are filtered out (GitHub #1885, #1970, #1971).
Fixed bugs
- Fixed handling of implicit else clause of when with String subject in Kotlin (GitHub #1813, #1940).
- Fixed handling of implicit default clause of switch by String in Java when compiled by ECJ (GitHub #1813, #1940). Fixed handling of exceptions in chains of safe call operators in Kotlin (GitHub #1819).
Non-functional Changes
- JaCoCo now depends on ASM 9.9 (GitHub #1965).
Commits
2eb2483Prepare release v0.8.14de76181KotlinSerializableFilter should filter more methods (#1971)89c4bd5Fix NPE in KotlinSerializableFilter (#1970)0981128Migrate release staging to the Central Publisher Portal (#1968)d07bc6bAdd filter for bytecode generated by Kotlin serialization compiler plugin (#1...5e35fd5Upgrade maven-dependency-plugin to 3.9.0 (#1966)c2fe5ccUpgrade ASM to 9.9 (#1965)b0f8e23KotlinSafeCallOperatorFilter should filter "unoptimized" safe call followed b...c7bd3f4Upgrade spotless-maven-plugin to 3.0.0 (#1961)faa289dKotlinSafeCallOperatorFilter should not be affected by presence of pseudo ins...- Additional commits viewable in compare view
Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Package Dependencies
org.junit.jupiter:junit-jupiter
maven
5.13.4 → 6.0.0
Major
org.jacoco:jacoco-maven-plugin
maven
0.8.13 → 0.8.14
Patch
Technical Details
| ID: | 11109854 |
| UUID: | 3533351650 |
| Node ID: | PR_kwDOPrAjM86urikZ |
| Host: | GitHub |
| Repository: | ithsjava25/ithsjava25-java-java-basics-classroomtest |