diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 1745cc4..0401558 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -7,7 +7,7 @@ plugins { id("kotlinx-serialization") id("org.jetbrains.kotlin.android") id("com.google.firebase.crashlytics") - id("org.sonarqube") version "3.4.0.2513" + id("org.sonarqube") version "3.5.0.2730" id("com.victorhvs.kotlin-quality") } diff --git a/build.gradle.kts b/build.gradle.kts index 410985c..d423174 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,9 +6,9 @@ buildscript { } dependencies { classpath("com.android.tools.build:gradle:7.3.1") - classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10") + classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.22") classpath("com.google.dagger:hilt-android-gradle-plugin:2.44.2") - classpath("org.jetbrains.kotlin:kotlin-serialization:1.7.10") + classpath("org.jetbrains.kotlin:kotlin-serialization:1.7.22") classpath("com.google.gms:google-services:4.3.14") classpath("com.google.firebase:firebase-crashlytics-gradle:2.9.2") classpath("org.jacoco:org.jacoco.core:0.8.8") diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f2eadcc..773dff4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,10 +2,10 @@ # plugins androidGradle = "7.3.1" detekt = "1.22.0" -sonarqube = "3.2.0" +sonarqube = "3.5.0.2730" ktlint = "0.47.1" junit = "4.13.2" -ksp = "1.7.21-1.0.8" +ksp = "1.7.22-1.0.8" firebaseCrashlyticsPlugin = "2.9.2" googleServices = "4.3.14" @@ -15,7 +15,7 @@ appCompat = "1.5.1" lifecycleRuntime = "2.5.1" coil = "2.2.2" compose = "1.3.1" -composeAccompanist = "0.27.1" +composeAccompanist = "0.28.0" composeCompiler = "1.3.0" composeNavigation = "2.5.3" composeNavigationHilt = "1.0.0" @@ -23,21 +23,21 @@ composeActivity = "1.6.1" composePaging = "1.0.0-alpha17" composeSwipeRefresh = "0.24.0-alpha" composeMaterial3 = "1.0.1" -desugar = "1.1.6" +desugar = "2.0.0" hilt = "2.44.2" -kotlin = "1.7.20" +kotlin = "1.7.22" kotlinCoroutines = "1.6.4" kotlinSerialization = "1.4.1" kotlinSerializationConverter = "0.8.0" kotlinCoroutinePlayServices = "1.6.4" lifecycle = "2.5.1" -firebaseBoM = "30.5.0" +firebaseBoM = "31.1.0" appCheckDebug = "16.1.0" # test libraries testJunit = "5.9.0" -testMockk = "1.13.2" +testMockk = "1.13.3" testTurbine = "0.9.0" testKotest = "5.5.4" diff --git a/scripts/budget-alert/requirements.txt b/scripts/budget-alert/requirements.txt index 9d82c93..d4c0396 100644 --- a/scripts/budget-alert/requirements.txt +++ b/scripts/budget-alert/requirements.txt @@ -1 +1 @@ -google-api-python-client==2.66.0 +google-api-python-client==2.68.0 diff --git a/scripts/crawler/requirements.txt b/scripts/crawler/requirements.txt index 50edb53..7f0c0e7 100644 --- a/scripts/crawler/requirements.txt +++ b/scripts/crawler/requirements.txt @@ -1,3 +1,3 @@ requests==2.28.1 -firebase-admin==5.4.0 +firebase-admin==6.0.1 requests_toolbelt==0.10.1 \ No newline at end of file diff --git a/scripts/requirements.txt b/scripts/requirements.txt index faa8307..67abedc 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,4 +1,4 @@ mock==4.0.3 pytest==7.2.0 jupyter==1.0.0 -google-api-python-client==2.66.0 \ No newline at end of file +google-api-python-client==2.68.0 \ No newline at end of file diff --git a/scripts/seeders/requirements.txt b/scripts/seeders/requirements.txt index 50edb53..7f0c0e7 100644 --- a/scripts/seeders/requirements.txt +++ b/scripts/seeders/requirements.txt @@ -1,3 +1,3 @@ requests==2.28.1 -firebase-admin==5.4.0 +firebase-admin==6.0.1 requests_toolbelt==0.10.1 \ No newline at end of file