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 Aug 23, 2023
1 parent 2a54b2a commit 1ea9527
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 46 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 "4.3.0.3225"
id("com.victorhvs.kotlin-quality")
}

Expand Down
14 changes: 7 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ buildscript {
maven(url = "https://jitpack.io")
}
dependencies {
classpath("com.android.tools.build:gradle:7.3.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10")
classpath("com.google.dagger:hilt-android-gradle-plugin:2.44.2")
classpath("org.jetbrains.kotlin:kotlin-serialization:1.7.10")
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")
classpath("com.android.tools.build:gradle:8.1.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10")
classpath("com.google.dagger:hilt-android-gradle-plugin:2.47")
classpath("org.jetbrains.kotlin:kotlin-serialization:1.9.10")
classpath("com.google.gms:google-services:4.3.15")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.9.8")
classpath("org.jacoco:org.jacoco.core:0.8.10")
}
}

Expand Down
58 changes: 29 additions & 29 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
[versions]
# plugins
androidGradle = "7.3.1"
detekt = "1.22.0"
sonarqube = "3.2.0"
ktlint = "0.47.1"
androidGradle = "8.1.1"
detekt = "1.23.1"
sonarqube = "3.3"
ktlint = "0.50.0"
junit = "4.13.2"
ksp = "1.7.21-1.0.8"
firebaseCrashlyticsPlugin = "2.9.2"
googleServices = "4.3.14"
ksp = "1.9.0-1.0.13"
firebaseCrashlyticsPlugin = "2.9.8"
googleServices = "4.3.15"

# production libraries
coreKtx = "1.9.0"
appCompat = "1.5.1"
lifecycleRuntime = "2.5.1"
coil = "2.2.2"
coreKtx = "1.10.1"
appCompat = "1.6.1"
lifecycleRuntime = "2.6.1"
coil = "2.4.0"
compose = "1.3.1"
composeAccompanist = "0.27.1"
composeAccompanist = "0.32.0"
composeCompiler = "1.3.0"
composeNavigation = "2.5.3"
composeNavigation = "2.7.1"
composeNavigationHilt = "1.0.0"
composeActivity = "1.6.1"
composePaging = "1.0.0-alpha17"
composeActivity = "1.7.2"
composePaging = "3.2.0"
composeSwipeRefresh = "0.24.0-alpha"
composeMaterial3 = "1.0.1"
desugar = "1.1.6"
hilt = "2.44.2"
kotlin = "1.7.20"
kotlinCoroutines = "1.6.4"
kotlinSerialization = "1.4.1"
kotlinSerializationConverter = "0.8.0"
kotlinCoroutinePlayServices = "1.6.4"
lifecycle = "2.5.1"
desugar = "2.0.3"
hilt = "2.47"
kotlin = "1.9.10"
kotlinCoroutines = "1.7.3"
kotlinSerialization = "1.6.0"
kotlinSerializationConverter = "1.0.0"
kotlinCoroutinePlayServices = "1.7.3"
lifecycle = "2.6.1"

firebaseBoM = "30.5.0"
appCheckDebug = "16.1.0"
firebaseBoM = "32.2.2"
appCheckDebug = "17.0.1"

# test libraries
testJunit = "5.9.0"
testMockk = "1.13.2"
testMockk = "1.13.7"
testTurbine = "0.9.0"
testKotest = "5.5.4"
testKotest = "5.6.2"

# android test libraries
testAndroidJunitExt = "1.1.4" # to prevent manifest crashes in UI tests for Android 12 (1.1.3 or higher needed)
testAndroidRunner = "1.5.1"
testAndroidJunitExt = "1.1.5" # to prevent manifest crashes in UI tests for Android 12 (1.1.3 or higher needed)
testAndroidRunner = "1.5.2"


[plugins]
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
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.97.0
4 changes: 2 additions & 2 deletions scripts/crawler/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests==2.31.0
firebase-admin==5.4.0
requests_toolbelt==0.10.1
firebase-admin==6.2.0
requests_toolbelt==1.0.0
6 changes: 3 additions & 3 deletions 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
mock==5.1.0
pytest==7.4.0
jupyter==1.0.0
google-api-python-client==2.66.0
google-api-python-client==2.97.0
4 changes: 2 additions & 2 deletions scripts/seeders/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests==2.31.0
firebase-admin==5.4.0
requests_toolbelt==0.10.1
firebase-admin==6.2.0
requests_toolbelt==1.0.0

0 comments on commit 1ea9527

Please sign in to comment.