-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the java-test-dependencies group across 1 directory with 3 updates #59
Bump the java-test-dependencies group across 1 directory with 3 updates #59
Conversation
Bumps the java-test-dependencies group with 3 updates in the / directory: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5), [org.mockito:mockito-core](https://github.com/mockito/mockito) and [org.hamcrest:hamcrest](https://github.com/hamcrest/JavaHamcrest). Updates `org.junit.jupiter:junit-jupiter` from 5.10.2 to 5.10.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.10.2...r5.10.3) Updates `org.mockito:mockito-core` from 5.11.0 to 5.12.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.11.0...v5.12.0) Updates `org.hamcrest:hamcrest` from 2.2 to 3.0 - [Release notes](https://github.com/hamcrest/JavaHamcrest/releases) - [Changelog](https://github.com/hamcrest/JavaHamcrest/blob/master/CHANGES.md) - [Commits](hamcrest/JavaHamcrest@v2.2...v3.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:development update-type: version-update:semver-patch dependency-group: java-test-dependencies - dependency-name: org.mockito:mockito-core dependency-type: direct:development update-type: version-update:semver-minor dependency-group: java-test-dependencies - dependency-name: org.hamcrest:hamcrest dependency-type: direct:development update-type: version-update:semver-major dependency-group: java-test-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
Superseded by #62. |
Bumps the java-test-dependencies group with 3 updates in the / directory: org.junit.jupiter:junit-jupiter, org.mockito:mockito-core and org.hamcrest:hamcrest.
Updates
org.junit.jupiter:junit-jupiter
from 5.10.2 to 5.10.3Release notes
Sourced from org.junit.jupiter:junit-jupiter's releases.
Commits
55d1232
Release 5.10.34455093
Remove accidental headingb86a681
Remove JDK 21 as it's no longer available via Oracle's setup-java stepbc1608c
Clean up release notes316ed31
Use Liberica for JDK 8 for compatibility with Apple Siliconad7c5dd
Update copyright headers to 20246c663b1
Use same default seed for method and class ordering (#3821)d29e3eb
Fix NPE when deserializingTestIdentifier
(#3820)f936c01
Fix class-level execution conditions on GraalVM (#3785)76b7c05
Allow GraalVmStarterTests to run remotely on Test Distribution agentsUpdates
org.mockito:mockito-core
from 5.11.0 to 5.12.0Release notes
Sourced from org.mockito:mockito-core's releases.
Commits
12cef84
AdditionalMatchers.and() and or() swap matcher order (#3335)f3821ff
Bump com.gradle.enterprise from 3.17.2 to 3.17.3 (#3341)25ad018
Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.23 to 1.9.24 (#3339)de38124
Bump versions.bytebuddy from 1.14.14 to 1.14.15 (#3338)88e8481
Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.23 to 1.9.24 (#3336)8c222c2
Bump org.shipkit:shipkit-auto-version from 2.0.6 to 2.0.7 (#3337)fb9ff6d
Bump gradle/wrapper-validation-action from 3.3.1 to 3.3.2 (#3327)af70125
Bump versions.bytebuddy from 1.14.13 to 1.14.14 (#3324)1eac76b
Bump org.shipkit:shipkit-auto-version from 2.0.5 to 2.0.6 (#3322)cd512ab
Bump gradle/wrapper-validation-action from 3.3.0 to 3.3.1 (#3320)Updates
org.hamcrest:hamcrest
from 2.2 to 3.0Release notes
Sourced from org.hamcrest:hamcrest's releases.
Changelog
Sourced from org.hamcrest:hamcrest's changelog.
Commits
68984b8
Version 3.01adc351
Fix javadoc title4e2b71c
Add instructions for releasing to Maven Central3fa841d
Revert version to 3.0-SNAPSHOT750dc36
Prepare for version 3.0-rc11703e95
Fix broken tutorial link in READMEc4578ef
Upgrade Gradle 8.8 -> 8.9a9923af
Remove old, unused build definitionscf25e14
Cleanup README, fix broken linksbc4769e
Upgrade to GitHub-native Dependabot (#342)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 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 <dependency name> major version
will 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 version
will 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