|
14 | 14 | <dependency> |
15 | 15 | <groupId>com.google.android.material</groupId> |
16 | 16 | <artifactId>material</artifactId> |
17 | | - <version>1.3.0</version> |
| 17 | + <version>1.12.0</version> |
18 | 18 | <scope>runtime</scope> |
19 | 19 | </dependency> |
20 | 20 | <dependency> |
21 | 21 | <groupId>com.google.code.gson</groupId> |
22 | 22 | <artifactId>gson</artifactId> |
23 | | - <version>2.9.0</version> |
| 23 | + <version>2.10.1</version> |
24 | 24 | <scope>runtime</scope> |
25 | 25 | </dependency> |
26 | 26 | <dependency> |
27 | 27 | <groupId>androidx.room</groupId> |
28 | 28 | <artifactId>room-runtime</artifactId> |
29 | | - <version>2.4.3</version> |
| 29 | + <version>2.6.1</version> |
30 | 30 | <scope>runtime</scope> |
31 | 31 | </dependency> |
32 | 32 | <dependency> |
33 | 33 | <groupId>androidx.room</groupId> |
34 | 34 | <artifactId>room-ktx</artifactId> |
35 | | - <version>2.3.0</version> |
| 35 | + <version>2.6.1</version> |
36 | 36 | <scope>runtime</scope> |
37 | 37 | </dependency> |
38 | 38 | <dependency> |
39 | 39 | <groupId>org.jetbrains.kotlinx</groupId> |
40 | 40 | <artifactId>kotlinx-coroutines-android</artifactId> |
41 | | - <version>1.6.1</version> |
| 41 | + <version>1.8.0</version> |
42 | 42 | <scope>runtime</scope> |
43 | 43 | </dependency> |
44 | 44 | <dependency> |
45 | 45 | <groupId>androidx.lifecycle</groupId> |
46 | 46 | <artifactId>lifecycle-process</artifactId> |
47 | | - <version>2.5.1</version> |
| 47 | + <version>2.6.2</version> |
| 48 | + <scope>runtime</scope> |
| 49 | + </dependency> |
| 50 | + <dependency> |
| 51 | + <groupId>androidx.lifecycle</groupId> |
| 52 | + <artifactId>lifecycle-runtime-ktx</artifactId> |
| 53 | + <version>2.6.2</version> |
48 | 54 | <scope>runtime</scope> |
49 | 55 | </dependency> |
50 | 56 | </dependencies> |
|
0 commit comments