Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 30, 2022
1 parent cfd30a1 commit 8811419
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -15,29 +15,29 @@ 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"
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"

Expand Down
2 changes: 1 addition & 1 deletion scripts/budget-alert/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-api-python-client==2.66.0
google-api-python-client==2.68.0
2 changes: 1 addition & 1 deletion scripts/crawler/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests==2.28.1
firebase-admin==5.4.0
firebase-admin==6.0.1
requests_toolbelt==0.10.1
2 changes: 1 addition & 1 deletion scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mock==4.0.3
pytest==7.2.0
jupyter==1.0.0
google-api-python-client==2.66.0
google-api-python-client==2.68.0
2 changes: 1 addition & 1 deletion scripts/seeders/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests==2.28.1
firebase-admin==5.4.0
firebase-admin==6.0.1
requests_toolbelt==0.10.1

0 comments on commit 8811419

Please sign in to comment.