Skip to content

Commit 9e36ce7

Browse files
BoxStore: compatible with database version 5.3.2-2026-05-05
1 parent 3061c49 commit 9e36ce7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ For more insights into what changed in the database libraries, [check the Object
66

77
## Next release
88

9-
- Update Android and JVM libraries to database version `5.3.1-next-2026-04-24`
9+
- Update Android and JVM libraries to database version `5.3.2-2026-05-05`
1010

1111
## 5.4.1 - 2026-03-26
1212

objectbox-java/src/main/java/io/objectbox/BoxStore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public class BoxStore implements Closeable {
9292
* This is used (currently only in tests) to make sure a database library has a compatible JNI API by checking the
9393
* version number matches exactly and the date is the same or newer.
9494
*/
95-
private static final String VERSION = "5.3.1-2026-04-24";
95+
private static final String VERSION = "5.3.2-2026-05-05";
9696

9797
private static final String OBJECTBOX_PACKAGE_NAME = "objectbox";
9898
private static BoxStore defaultStore;

0 commit comments

Comments
 (0)