fix(deps): update io.objectbox to v5.4.1#1001
Merged
Merged
Conversation
72e97b1 to
4898a45
Compare
4898a45 to
a489cf6
Compare
a489cf6 to
eba0e03
Compare
Up to standards ✅🟢 Issues
|
eba0e03 to
8288c4f
Compare
8288c4f to
dc4fbd0
Compare
dc4fbd0 to
313dbe3
Compare
313dbe3 to
3acdc80
Compare
3acdc80 to
27faf50
Compare
27faf50 to
79c2f27
Compare
79c2f27 to
491cc7c
Compare
491cc7c to
cd4a944
Compare
cd4a944 to
b250236
Compare
b250236 to
69aae1f
Compare
69aae1f to
e27c0a7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.2.0→5.4.15.2.0→5.4.15.2.0→5.4.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
objectbox/objectbox-java (io.objectbox:objectbox-android)
v5.4.15.3.1-2026-03-26Sync
v5.4.05.3.0-2026-03-23Sync
@SyncClockand@SyncPrecedence(allows last win with custom conflictresolution)
v5.3.0projects Gradle settings file. This was resolved by publishing Gradle plugin marker artifacts.
#960
ObjectBox dependencies.
5.2.0-next-2026-03-10Sync
them to the server with
applyFilterVariables().Migration instructions
Drop the Gradle plugin ID mapping
If your
settings.gradle.ktsorsettings.gradlefile contains lines similar to:pluginManagement { repositories { mavenCentral() } resolutionStrategy { eachPlugin { if (requested.id.id == "io.objectbox") { useModule("io.objectbox:objectbox-gradle-plugin:${requested.version}") } } } }Update them to remove the plugin mapping configuration:
pluginManagement { repositories { mavenCentral() } }Apply the plugin using plugins syntax
If your build scripts are applying the plugin after the dependencies block similar to:
dependencies { // ... } apply(plugin = "io.objectbox")Change them to apply the plugin using plugins syntax:
plugins { id("io.objectbox") } dependencies { // ... }Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.