-
Notifications
You must be signed in to change notification settings - Fork 38
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 dependencies group with 5 updates #2551
Conversation
The CI failed due to the JUnit upgrade. I tried to make it work but couldn’t. To fix this, it seems we need to upgrade mockito to 5.x as well, but it does not support Java 8. Given this limitation, we need to ignore the JUnit upgrade. |
@dependabot ignore org.junit.jupiter:junit-jupiter-api |
OK, I won't notify you about org.junit.jupiter:junit-jupiter-api again, unless you unignore it. |
@dependabot ignore org.junit.jupiter:junit-jupiter-params |
OK, I won't notify you about org.junit.jupiter:junit-jupiter-params again, unless you unignore it. |
@dependabot ignore org.junit.jupiter:junit-jupiter-engine |
OK, I won't notify you about org.junit.jupiter:junit-jupiter-engine again, unless you unignore it. |
Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [com.azure:azure-cosmos](https://github.com/Azure/azure-sdk-for-java) | `4.66.1` | `4.67.0` | | [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) | `3.49.0.0` | `3.49.1.0` | | [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) | `5.11.4` | `5.12.0` | | [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) | `5.11.4` | `5.12.0` | | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.11.4` | `5.12.0` | Updates `com.azure:azure-cosmos` from 4.66.1 to 4.67.0 - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](Azure/azure-sdk-for-java@azure-cosmos_4.66.1...azure-cosmos_4.67.0) Updates `org.xerial:sqlite-jdbc` from 3.49.0.0 to 3.49.1.0 - [Release notes](https://github.com/xerial/sqlite-jdbc/releases) - [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG) - [Commits](xerial/sqlite-jdbc@3.49.0.0...3.49.1.0) Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.4 to 5.12.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.4...r5.12.0) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.4 to 5.12.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.4...r5.12.0) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.4 to 5.12.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.4...r5.12.0) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.4 to 5.12.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.4...r5.12.0) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.4 to 5.12.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.4...r5.12.0) --- updated-dependencies: - dependency-name: com.azure:azure-cosmos dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.xerial:sqlite-jdbc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
47893d9
to
6b07842
Compare
@dependabot recreate |
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the dependencies group with 5 updates:
4.66.1
4.67.0
3.49.0.0
3.49.1.0
5.11.4
5.12.0
5.11.4
5.12.0
5.11.4
5.12.0
Updates
com.azure:azure-cosmos
from 4.66.1 to 4.67.0Release notes
Sourced from com.azure:azure-cosmos's releases.
Commits
db15c69
Releasing Cosmos 4.67.0 (#44306)d7e010a
Sync eng/common directory with azure-sdk-tools for PR 9862 (#44273)5a5621e
Pipelinev3 (#44297)48df3df
Update codeowners (#44303)9eff0ce
Disable Call Automation test failing pipeline tests (#44304)1ee3519
Prepare release for Identity re-release (#44300)2186a4c
[OpenAI][Assistants] Introducing changes for v2025-01-01-preview (#44231)ddcc0a7
Update Core versions after hotfix release (#44296)702d0e2
Remove warning messages in tests (#44230)cddf674
Increment package versions for ai releases (#44293)Updates
org.xerial:sqlite-jdbc
from 3.49.0.0 to 3.49.1.0Release notes
Sourced from org.xerial:sqlite-jdbc's releases.
Commits
b9983e6
chore(release): 3.49.1.0 [skip ci]ed20edd
chore: update native libraries02d5463
feat(sqlite): upgrade to sqlite 3.49.1bdcf7ee
build(deps-dev): bump com.tngtech.archunit:archunit-junit59cda17f
build(deps): bump org.graalvm.buildtools:native-maven-plugin51b7f8f
chore(release): prepare next snapshot [skip ci]Updates
org.junit.jupiter:junit-jupiter-api
from 5.11.4 to 5.12.0Release notes
Sourced from org.junit.jupiter:junit-jupiter-api's releases.
... (truncated)
Commits
2750b04
Release 5.12.09615490
Update log suppressions for tests0a8d65b
Remove duplicated reference toSimpleArgumentConverter
cafbcdb
Update open-test-reporting to 0.2.0ed1773c
Fix version references to be 1.x in Platform and 5.x in Jupiter1d2f982
Update open-test-reporting to 0.2.0-M32b6bab5
Fix indentationd1929bb
Merge 5.12.0 release notes9b7a3c4
Back to snapshots for further developmenta410c92
Release 5.12.0-RC2Updates
org.junit.jupiter:junit-jupiter-params
from 5.11.4 to 5.12.0Release notes
Sourced from org.junit.jupiter:junit-jupiter-params's releases.
... (truncated)
Commits
2750b04
Release 5.12.09615490
Update log suppressions for tests0a8d65b
Remove duplicated reference toSimpleArgumentConverter
cafbcdb
Update open-test-reporting to 0.2.0ed1773c
Fix version references to be 1.x in Platform and 5.x in Jupiter1d2f982
Update open-test-reporting to 0.2.0-M32b6bab5
Fix indentationd1929bb
Merge 5.12.0 release notes9b7a3c4
Back to snapshots for further developmenta410c92
Release 5.12.0-RC2Updates
org.junit.jupiter:junit-jupiter-engine
from 5.11.4 to 5.12.0Release notes
Sourced from org.junit.jupiter:junit-jupiter-engine's releases.
... (truncated)
Commits
2750b04
Release 5.12.09615490
Update log suppressions for tests0a8d65b
Remove duplicated reference toSimpleArgumentConverter
cafbcdb
Update open-test-reporting to 0.2.0ed1773c
Fix version references to be 1.x in Platform and 5.x in Jupiter1d2f982
Update open-test-reporting to 0.2.0-M32b6bab5
Fix indentationd1929bb
Merge 5.12.0 release notes9b7a3c4
Back to snapshots for further developmenta410c92
Release 5.12.0-RC2Updates
org.junit.jupiter:junit-jupiter-params
from 5.11.4 to 5.12.0Release notes
Sourced from org.junit.jupiter:junit-jupiter-params's releases.
... (truncated)
Commits
2750b04
Release 5.12.09615490
Update log suppressions for tests0a8d65b
Remove duplicated reference toSimpleArgumentConverter
cafbcdb
Update open-test-reporting to 0.2.0ed1773c
Fix version references to be 1.x in Platform and 5.x in Jupiter1d2f982
Update open-test-reporting to 0.2.0-M32b6bab5
Fix indentationd1929bb
Merge 5.12.0 release notes9b7a3c4
Back to snapshots for further developmenta410c92
Release 5.12.0-RC2Updates
org.junit.jupiter:junit-jupiter-engine
from 5.11.4 to 5.12.0Release notes
Sourced from org.junit.jupiter:junit-jupiter-engine's releases.
... (truncated)
Commits
2750b04
Release 5.12.09615490
Update log suppressions for tests0a8d65b
Remove duplicated reference toSimpleArgumentConverter
cafbcdb
Update open-test-reporting to 0.2.0ed1773c
Fix version references to be 1.x in Platform and 5.x in Jupiter1d2f982
Update open-test-reporting to 0.2.0-M32b6bab5
Fix indentationd1929bb
Merge 5.12.0 release notes9b7a3c4
Back to snapshots for further developmenta410c92
Release 5.12.0-RC2Dependabot 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