Bump the maven-deps group across 1 directory with 5 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(5 months ago)
(5 months ago)
dependencies java
Bumps the maven-deps group with 5 updates in the / directory:
| Package | From | To |
|---|---|---|
| org.junit.jupiter:junit-jupiter | 6.0.0 |
6.0.2 |
| org.assertj:assertj-core | 3.27.6 |
3.27.7 |
| org.mockito:mockito-junit-jupiter | 5.20.0 |
5.21.0 |
| org.openjfx:javafx-controls | 25 |
25.0.2 |
| org.openjfx:javafx-fxml | 25 |
25.0.2 |
Updates org.junit.jupiter:junit-jupiter from 6.0.0 to 6.0.2
Release notes
Sourced from org.junit.jupiter:junit-jupiter's releases.
JUnit 6.0.2 = Platform 6.0.2 + Jupiter 6.0.2 + Vintage 6.0.2
See Release Notes.
Full Changelog: https://github.com/junit-team/junit-framework/compare/r6.0.1...r6.0.2
JUnit 6.0.1 = Platform 6.0.1 + Jupiter 6.0.1 + Vintage 6.0.1
See Release Notes.
Full Changelog: https://github.com/junit-team/junit-framework/compare/r6.0.0...r6.0.1
Commits
c5c5de5Release 6.0.298b6f78Add missing checkout step732dc27Finalize 6.0.2 release notes6a25736Finalize 5.14.2 release notes33e66bfMove release notes for #5238 entry to 6.1.0-M211f0f82Update copyright headers6ce1265Consistently add license header to all java source files4d454eeUpdate dependency@antora/lunr-extensionto v1.0.0-alpha.12faf4a58Use--sincefeature of Javadoc5cc8b05Mark new recommended APIs as "maintained" rather than "experimental"- Additional commits viewable in compare view
Updates org.assertj:assertj-core from 3.27.6 to 3.27.7
Release notes
Sourced from org.assertj:assertj-core's releases.
v3.27.7
:lock: Security
Core
- Fix XXE vulnerability in
isXmlEqualToassertion (CVE-2026-24400)
- See GHSA-rqfh-9r24-8c9r for details; many thanks to
@wxt201and@Song-Lifor responsibly reporting it!:no_entry_sign: Deprecated
Core
- Deprecate
XmlStringPrettyFormatterwith no replacement:bug: Bug Fixes
Guava
- Navigation to
assertj-coreorguavatypes fromassertj-guavaJavadoc site has unnecessary header #3478:hammer: Dependency Upgrades
Core
- Upgrade to Byte Buddy 1.18.3
- Upgrade to JUnit BOM 5.14.1
Guava
- Upgrade to Guava 33.5.0-jre
Commits
e840716[maven-release-plugin] prepare release assertj-build-3.27.785ca7ebDeprecateXmlStringPrettyFormatter77081dcMerge commit from forkb68fc24Bump github/codeql-action from 4.31.9 to 4.31.10 in the github-actions group ...0cf5bb6Bumpkotlin.versionfrom 2.1.0 to 2.2.21d393ef1Abort tests when symbolic links cannot be created (#3788)2212433Add IntelliJ custom inspection for test class names5717d02Update JetBrains icona8ec20bAdd icon for JetBrains productsc05fb3dBump Maven to 3.9.12 and Wrapper to 3.3.4- Additional commits viewable in compare view
Updates org.mockito:mockito-junit-jupiter from 5.20.0 to 5.21.0
Release notes
Sourced from org.mockito:mockito-junit-jupiter's releases.
v5.21.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.21.0
- 2025-12-09 - 17 commit(s) by Giulio Longfils, Joshua Selbo, Woongi9, Zylox, dependabot[bot]
- Bump graalvm/setup-graalvm from 1.4.3 to 1.4.4 [(#3768)](mockito/mockito#3768)
- Bump graalvm/setup-graalvm from 1.4.2 to 1.4.3 [(#3767)](mockito/mockito#3767)
- Bump actions/checkout from 5 to 6 [(#3765)](mockito/mockito#3765)
- Adds output of matchers to potential mismatch; Fixes #2468 [(#3760)](mockito/mockito#3760)
- Forbid mocking WeakReference with inline mock maker [(#3759)](mockito/mockito#3759)
- StackOverflowError when mocking WeakReference [(#3758)](mockito/mockito#3758)
- Bump actions/upload-artifact from 4 to 5 [(#3756)](mockito/mockito#3756)
- Bump graalvm/setup-graalvm from 1.4.1 to 1.4.2 [(#3755)](mockito/mockito#3755)
- Support primitives in GenericArrayReturnType. [(#3753)](mockito/mockito#3753)
- ClassNotFoundException when stubbing array of primitive type on Android [(#3752)](mockito/mockito#3752)
- Bump graalvm/setup-graalvm from 1.4.0 to 1.4.1 [(#3744)](mockito/mockito#3744)
- Bump gradle/actions from 4 to 5 [(#3743)](mockito/mockito#3743)
- Bump org.graalvm.buildtools.native from 0.11.0 to 0.11.1 [(#3738)](mockito/mockito#3738)
- Bump com.diffplug.spotless:spotless-plugin-gradle from 7.2.1 to 8.0.0 [(#3735)](mockito/mockito#3735)
- Bump graalvm/setup-graalvm from 1.3.7 to 1.4.0 [(#3734)](mockito/mockito#3734)
- Bump org.assertj:assertj-core from 3.27.5 to 3.27.6 [(#3733)](mockito/mockito#3733)
- Bump errorprone from 2.41.0 to 2.42.0 [(#3732)](mockito/mockito#3732)
- Feat: automatically detect class to mock in mockStatic and mockConstruction [(#3731)](mockito/mockito#3731)
- Return completed futures for unstubbed Future/CompletionStage in ReturnsEmptyValues [(#3727)](mockito/mockito#3727)
- automatically detect class to mock [(#2779)](mockito/mockito#2779)
- Incorrect "has following stubbing(s) with different arguments" message when using Argument Matchers [(#2468)](mockito/mockito#2468)
Commits
09d2230Bump graalvm/setup-graalvm from 1.4.3 to 1.4.4 (#3768)df3e0ccBump graalvm/setup-graalvm from 1.4.2 to 1.4.3 (#3767)04a6e9fBump actions/checkout from 5 to 6 (#3765)756a3cfAdd description of matchers to potential mismatch (#3760)58ba445Forbid mocking WeakReference with inline mock maker (#3759)966d600Bump actions/upload-artifact from 4 to 5 (#3756)632bf7bBump graalvm/setup-graalvm from 1.4.1 to 1.4.2 (#3755)8564b43Fix primitives support in GenericArrayReturnType for Android (#3753)bf3a809Bump graalvm/setup-graalvm from 1.4.0 to 1.4.1 (#3744)cffddd4Bump gradle/actions from 4 to 5 (#3743)- Additional commits viewable in compare view
Updates org.openjfx:javafx-controls from 25 to 25.0.2
Updates org.openjfx:javafx-fxml from 25 to 25.0.2
Updates org.openjfx:javafx-fxml from 25 to 25.0.2
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
6.0.0 → 6.0.2
Patch
org.mockito:mockito-junit-jupiter
maven
5.20.0 → 5.21.0
Minor
org.assertj:assertj-core
maven
3.27.6 → 3.27.7
Patch
Technical Details
| ID: | 13158505 |
| UUID: | 3854349971 |
| Node ID: | PR_kwDOQJW4Rc6_SMCI |
| Host: | GitHub |
| Repository: | ithsjava25/ithsjava25-java-java-fx-and-network-javafx-classrom |