Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2025

Bumps the dependencies group with 2 updates: com.azure:azure-cosmos and org.xerial:sqlite-jdbc.

Updates com.azure:azure-cosmos from 4.70.0 to 4.71.0

Release notes

Sourced from com.azure:azure-cosmos's releases.

azure-cosmos_4.71.0

4.71.0 (2025-06-04)

Features Added

  • Added GetEffectiveReadConsistencyLevel method on the CosmosDiagnosticsContext. - PR 45414
  • Added Weighted RRF for Hybrid and Full Text Search queries - PR 45328

Bugs Fixed

  • Fixed an issue ignoring client-level diagnostic thresholds for point read operations in some cases - PR 45488
  • Fixed an issue ignoring read consistency strategy for queries, readMany operations and change feed in some cases - PR 45552

Other Changes

  • Improved throughput for benchmarks with high concurrency by avoiding blocking UUID.randomUUID calls in the hot path. - PR 45495

azure-cosmos_4.71.0-beta.1

4.71.0-beta.1 (2025-05-19)

Features Added

  • Added Weighted RRF for Hybrid and Full Text Search queries - PR 45328
Commits
  • 99b7b3e Cosmos Release 4.71.0 (#45588)
  • 86ca531 Start honoring ReadConsistencyStrategy for query (#45552)
  • b2e3f3e Add azure-java-sdk as CODEOWNER in spots (#45547)
  • 37f55fb Configurations: 'specification/computeschedule/ComputeSchedule.Management/ts...
  • f8eaa5f [AutoPR azure-resourcemanager-oracledatabase]-generated-from-SDK Generation -...
  • 9539eba [Automation] Generate SDK based on TypeSpec 0.31.1 (#45578)
  • 85f8e7d [AutoPR azure-resourcemanager-recoveryservicesdatareplication]-generated-from...
  • 11ee46d Configurations: 'specification/cloudhealth/CloudHealth.Management/tspconfig....
  • ca59f01 Configurations: 'specification/mongocluster/DocumentDB.MongoCluster.Manageme...
  • ba4f085 mgmt, update resources to 2025-04 (#45577)
  • Additional commits viewable in compare view

Updates org.xerial:sqlite-jdbc from 3.49.1.0 to 3.50.1.0

Release notes

Sourced from org.xerial:sqlite-jdbc's releases.

Release 3.50.1.0

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.50.1 (9596393)

unscoped

  • better detection of Android environment (d540536), closes #1210
  • do not create temporary file before opening connection (639e362), closes #1260

🔄️ Changes

  • update comment link to Java issue tracker (79cc5fe)

🛠 Build

deps

  • bump org.jreleaser:jreleaser-maven-plugin (8a64841)
  • bump org.junit:junit-bom from 5.12.1 to 5.12.2 (f3dff86)
  • bump surefire.version from 3.5.2 to 3.5.3 (0d2c2a5)
  • bump org.graalvm.buildtools:native-maven-plugin (75d0a0c)
  • bump org.jreleaser:jreleaser-maven-plugin (3baf8b8)
  • bump uraimo/run-on-arch-action from 2 to 3 (2b96823)
  • bump org.apache.maven.plugins:maven-compiler-plugin (dc5a58c)

deps-dev

  • bump org.mockito:mockito-core from 5.17.0 to 5.18.0 (1f66a8d)
  • bump com.tngtech.archunit:archunit-junit5 (b2039f1)
  • bump org.mockito:mockito-core from 5.16.1 to 5.17.0 (c8ce29c)
  • bump org.junit.jupiter:junit-jupiter from 5.11.4 to 5.12.1 (6b70c85)
  • bump org.mockito:mockito-core from 5.16.0 to 5.16.1 (8417ae1)
  • bump org.mockito:mockito-core from 5.15.2 to 5.16.0 (70232b0)

unscoped

  • re-enable tests dependency (d86e4c0)
  • re-enable tests for snapshot publishing testing (737588a)
  • disable tests for snapshot publishing testing (45d285d)
  • try to fix snapshot publishing (ebbdf5d)
  • migrate from ossrh to central publishing (027bee5)
  • add JUnit 5.12 and GraalVM for JDK 24 support (bd0e995)

Contributors

We'd like to thank the following people for their contributions: Daniel Hofmann, Gauthier, Gauthier Roebroeck, Holger Voormann, Kristof, alexytomi

Commits
  • a7320c2 chore(release): 3.50.1.0 [skip ci]
  • d86e4c0 ci: re-enable tests dependency
  • 147ca12 chore: update native libraries
  • 9596393 feat(sqlite): upgrade to sqlite 3.50.1
  • 737588a ci: re-enable tests for snapshot publishing testing
  • 45d285d ci: disable tests for snapshot publishing testing
  • ebbdf5d build: try to fix snapshot publishing
  • 027bee5 build: migrate from ossrh to central publishing
  • d540536 feat: better detection of Android environment
  • 1f66a8d build(deps-dev): bump org.mockito:mockito-core from 5.17.0 to 5.18.0
  • 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 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

Bumps the dependencies group with 2 updates: [com.azure:azure-cosmos](https://github.com/Azure/azure-sdk-for-java) and [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc).


Updates `com.azure:azure-cosmos` from 4.70.0 to 4.71.0
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-cosmos_4.70.0...azure-cosmos_4.71.0)

Updates `org.xerial:sqlite-jdbc` from 3.49.1.0 to 3.50.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.1.0...3.50.1.0)

---
updated-dependencies:
- dependency-name: com.azure:azure-cosmos
  dependency-version: 4.71.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.xerial:sqlite-jdbc
  dependency-version: 3.50.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 9, 2025
@Torch3333 Torch3333 requested review from a team, Torch3333, brfrn169, feeblefakie and komamitsu and removed request for a team June 10, 2025 00:57
@brfrn169 brfrn169 merged commit e7b9795 into master Jun 10, 2025
55 of 56 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/dependencies-23f76acfb9 branch June 10, 2025 06:54
feeblefakie pushed a commit that referenced this pull request Jun 10, 2025
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file improvement java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants