Skip to content

Commit fa82550

Browse files
authored
chore(deps): Bump dependencies associated with SentrySQLiteDriver (#5630)
Bumps SAGP to 6.13.0, Room 3 to 3.0.0-rc01, and androidx.sqlite to 2.7.0-rc01. Lets us ensure the Android sample app runs against the latest Room build + picks up the SQLiteDriver auto-instrumentation introduced in SAGP 6.13.0.
1 parent 6bbdfbe commit fa82550

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ otelSemanticConventions = "1.40.0"
3333
otelSemanticConventionsAlpha = "1.40.0-alpha"
3434
retrofit = "2.9.0"
3535
room2 = "2.8.4"
36-
room3 = "3.0.0-alpha06"
37-
sagp = "6.10.0"
36+
room3 = "3.0.0-rc01"
37+
sagp = "6.13.0"
3838
sqlite = "2.6.2"
39-
sqliteAlpha = "2.7.0-alpha06" # Required by Room3 3.0.0-alpha*
39+
sqliteRc = "2.7.0-rc01" # Required by Room3 3.0.0-rc*
4040
slf4j = "1.7.30"
4141
spotless = "8.4.0"
4242
springboot2 = "2.7.18"
@@ -107,8 +107,8 @@ androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "
107107
androidx-room3-compiler = { module = "androidx.room3:room3-compiler", version.ref = "room3" }
108108
androidx-room3-runtime = { module = "androidx.room3:room3-runtime", version.ref = "room3" }
109109
androidx-sqlite = { module = "androidx.sqlite:sqlite", version.ref = "sqlite" }
110-
androidx-sqlite-bundled = { module = "androidx.sqlite:sqlite-bundled", version.ref = "sqliteAlpha" }
111-
androidx-sqlite-framework = { module = "androidx.sqlite:sqlite-framework", version.ref = "sqliteAlpha" }
110+
androidx-sqlite-bundled = { module = "androidx.sqlite:sqlite-bundled", version.ref = "sqliteRc" }
111+
androidx-sqlite-framework = { module = "androidx.sqlite:sqlite-framework", version.ref = "sqliteRc" }
112112
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.2.1" }
113113
androidx-browser = { module = "androidx.browser:browser", version = "1.8.0" }
114114
async-profiler = { module = "tools.profiler:async-profiler", version.ref = "asyncProfiler" }

0 commit comments

Comments
 (0)