Skip to content

Commit

Permalink
Update to Realm Core 13.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Melchior committed Oct 12, 2023
1 parent 04644d0 commit 35d5ba3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Android Gradle Plugin 7.4.0 and above.

### Internal
* Updated to Realm Core 13.22.0, commit 0b19887b5b25746afaf474fe298e38f450f0486e.
* Updated to Realm Core 13.23.0, commit 5abbf7f10fb3ef6bd622877cc840ada804bccb89.


## 10.16.2 (2023-10-12)
Expand Down
8 changes: 4 additions & 4 deletions dependencies.list
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Realm Core release used by Realm Java
# https://github.com/realm/realm-core/releases
REALM_CORE=13.6.0
REALM_CORE=13.23.0

# Version of MongoDB Realm used by integration tests
# See https://github.com/realm/ci/packages/147854 for available versions
MONGODB_REALM_SERVER=2023-05-31
MONGODB_REALM_SERVER=2023-10-12

# `BAAS` and `BAAS-UI` projects commit hashes matching MONGODB_REALM_SERVER image version
# note that the MONGODB_REALM_SERVER image is a nightly build, find the matching commits
# for that date within the following repositories:
# https://github.com/10gen/baas/
# https://github.com/10gen/baas-ui/
REALM_BAAS_GIT_HASH=1de3337309b9a89094f739efaa69afa2dbc2daa9
REALM_BAAS_UI_GIT_HASH=9c4ef71f69776651cf0110052ce760920ac8c7da
REALM_BAAS_GIT_HASH=73b64b469c67f7ea45c5f9fba36769d9f53c3b5c
REALM_BAAS_UI_GIT_HASH=30ed878c76a84122de4f2c2f4a9754aa164dfd57

# Common Android settings across projects
GRADLE_BUILD_TOOLS=7.4.0
Expand Down
2 changes: 1 addition & 1 deletion realm/realm-library/src/main/cpp/realm-core
Submodule realm-core updated 109 files
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.17.0-SNAPSHOT
10.17.0

0 comments on commit 35d5ba3

Please sign in to comment.