diff --git a/auth/build.gradle b/auth/build.gradle
index 0c3f57314dcf26fe78e605fc907cd6cb6470445c..bf1beb98350b4443b8067347dc83ddaf0f5ceeee 100644
--- a/auth/build.gradle
+++ b/auth/build.gradle
@@ -56,13 +56,13 @@ dependencies {
     implementation project(path: ':core')
 
     //ChromeTabs
-    implementation "androidx.browser:browser:1.6.0"
+    implementation "androidx.browser:browser:1.7.0"
 
     //Password strength
     implementation 'com.nulab-inc:zxcvbn:1.8.2'
 
     //Subscriptions
-    implementation 'com.android.billingclient:billing-ktx:6.0.1'
+    implementation 'com.android.billingclient:billing-ktx:6.1.0'
 
     //QR
     implementation 'com.github.yuriy-budiyev:code-scanner:2.3.2'
@@ -70,6 +70,7 @@ dependencies {
     //Hilt
     implementation "com.google.dagger:hilt-android:$rootProject.ext.hilt_version"
     kapt "com.google.dagger:hilt-compiler:$rootProject.ext.hilt_version"
+    implementation "androidx.hilt:hilt-work:1.1.0"
 
     testImplementation 'junit:junit:4.13.2'
     androidTestImplementation 'androidx.test.ext:junit:1.1.5'
diff --git a/gallery/build.gradle b/gallery/build.gradle
index 32c7326dc8dcc37c40d2abfdcd00c89d3410bb8d..c1fb762b90c67f0e198b8cddd5378c54c1fa4819 100644
--- a/gallery/build.gradle
+++ b/gallery/build.gradle
@@ -63,7 +63,7 @@ dependencies {
     //Hilt
     implementation "com.google.dagger:hilt-android:$rootProject.ext.hilt_version"
     kapt "com.google.dagger:hilt-compiler:$rootProject.ext.hilt_version"
-    implementation "androidx.hilt:hilt-work:1.0.0"
+    implementation "androidx.hilt:hilt-work:1.1.0"
 
     testImplementation 'junit:junit:4.13.2'
     androidTestImplementation 'androidx.test.ext:junit:1.1.5'