Skip to content

Commit

Permalink
Merge pull request #1890 from HedvigInsurance/renovate/all
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
StylianosGakis authored Dec 9, 2023
2 parents 10a7caf + cacff98 commit 0ec88f9
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
HEDVIG_GITHUB_PACKAGES_USER: ${{ secrets.HEDVIG_GITHUB_PACKAGES_USER }}
HEDVIG_GITHUB_PACKAGES_TOKEN: ${{ secrets.HEDVIG_GITHUB_PACKAGES_TOKEN }}
- name: Setup JDK 17
uses: actions/setup-java@v3.13.0
uses: actions/setup-java@v4.0.0
with:
java-version: '17'
distribution: 'zulu'
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
HEDVIG_GITHUB_PACKAGES_USER: ${{ secrets.HEDVIG_GITHUB_PACKAGES_USER }}
HEDVIG_GITHUB_PACKAGES_TOKEN: ${{ secrets.HEDVIG_GITHUB_PACKAGES_TOKEN }}
- name: Setup JDK 17
uses: actions/setup-java@v3.13.0
uses: actions/setup-java@v4.0.0
with:
java-version: '17'
distribution: 'zulu'
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
HEDVIG_GITHUB_PACKAGES_USER: ${{ secrets.HEDVIG_GITHUB_PACKAGES_USER }}
HEDVIG_GITHUB_PACKAGES_TOKEN: ${{ secrets.HEDVIG_GITHUB_PACKAGES_TOKEN }}
- name: Setup JDK 17
uses: actions/setup-java@v3.13.0
uses: actions/setup-java@v4.0.0
with:
java-version: '17'
distribution: 'zulu'
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
HEDVIG_GITHUB_PACKAGES_USER: ${{ secrets.HEDVIG_GITHUB_PACKAGES_USER }}
HEDVIG_GITHUB_PACKAGES_TOKEN: ${{ secrets.HEDVIG_GITHUB_PACKAGES_TOKEN }}
- name: Setup JDK 17
uses: actions/setup-java@v3.13.0
uses: actions/setup-java@v4.0.0
with:
java-version: '17'
distribution: 'zulu'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
HEDVIG_GITHUB_PACKAGES_USER: ${{ secrets.HEDVIG_GITHUB_PACKAGES_USER }}
HEDVIG_GITHUB_PACKAGES_TOKEN: ${{ secrets.HEDVIG_GITHUB_PACKAGES_TOKEN }}
- name: Setup JDK 17
uses: actions/setup-java@v3.13.0
uses: actions/setup-java@v4.0.0
with:
java-version: '17'
distribution: 'zulu'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unused-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: ./scripts/ci-github-packages-properties.sh

- name: Setup JDK 17
uses: actions/setup-java@v3.13.0
uses: actions/setup-java@v4.0.0
with:
java-version: '17'
distribution: 'zulu'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-to-play-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
HEDVIG_GITHUB_PACKAGES_USER: ${{ secrets.HEDVIG_GITHUB_PACKAGES_USER }}
HEDVIG_GITHUB_PACKAGES_TOKEN: ${{ secrets.HEDVIG_GITHUB_PACKAGES_TOKEN }}
- name: Setup JDK 17
uses: actions/setup-java@v3.13.0
uses: actions/setup-java@v4.0.0
with:
java-version: '17'
distribution: 'zulu'
Expand Down
20 changes: 10 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ targetSdkVersion = "33"
minSdkVersion = "23"

# lint versions
lintApi = "31.1.4"
lintGradlePlugin = "8.1.4"
lintApi = "31.2.0"
lintGradlePlugin = "8.2.0"

# gradlePlugin versions
androidGradlePlugin = "8.1.4"
androidGradlePlugin = "8.2.0"
apollo = "3.8.2"
cacheFix = "3.0"
crashlytics = "2.9.9"
Expand All @@ -19,10 +19,10 @@ easylauncher = "6.2.0"
googleServices = "4.4.0"
kotlin = "1.9.21"
kotlinter = "4.1.0"
ktor = "2.3.6"
ktor = "2.3.7"
license = "0.9.3"
molecule = "1.3.1"
squareSortDependencies = "0.4"
squareSortDependencies = "0.6"

# Other versions sorted alphabetically
accompanist = "0.32.0"
Expand All @@ -48,18 +48,18 @@ androidx-other-startup = "1.1.1"
androidx-other-swipeRefreshLayout = "1.1.0"
androidx-other-transition = "1.4.1"
androidx-other-viewPager2 = "1.0.0"
androidx-other-workManager = "2.8.1"
androidx-other-workManager = "2.9.0"
androidx-profileInstaller = "1.3.1"
androidx-test-junit = "1.1.5"
androidxGraphicsShapes = "1.0.0-alpha03"
arrow = "1.2.1"
assertK = "0.27.0"
assertK = "0.28.0"
coil = "2.5.0"
concatAdapterExtension = "1.2.1"
coreLibraryDesugaring = "2.0.4"
coroutines = "1.7.3"
datadog = "2.3.0"
dependencyAnalysis = "1.26.0"
dependencyAnalysis = "1.27.0"
firebaseCrashlyticsBuildtools = "2.9.9"
flexbox = "3.0.0"
fragmentViewBindingDelegate = "1.0.2"
Expand All @@ -68,7 +68,7 @@ hedvigAuthlib = "1.3.4"
insetter = "0.6.1"
jsonTest = "20231013"
junit = "4.13.2"
kiwi-navigationCompose = "0.8.2"
kiwi-navigationCompose = "0.9.0"
koinBom = "3.5.1"
kotlinx-serialization = "1.6.0"
kotlinxDatetime = "0.4.1"
Expand Down Expand Up @@ -177,7 +177,7 @@ datadog-sdk-okhttp = { module = "com.datadoghq:dd-sdk-android-okhttp", version.r
datadog-sdk-rum = { module = "com.datadoghq:dd-sdk-android-rum", version.ref = "datadog" }
datadog-sdk-trace = { module = "com.datadoghq:dd-sdk-android-trace", version.ref = "datadog" }
firebase-analytics = { module = "com.google.firebase:firebase-analytics-ktx" }
firebase-bom = "com.google.firebase:firebase-bom:32.6.0"
firebase-bom = "com.google.firebase:firebase-bom:32.7.0"
firebase-crashlytics = { module = "com.google.firebase:firebase-crashlytics-ktx" }
firebase-dynamicLinks = { module = "com.google.firebase:firebase-dynamic-links" }
firebase-messaging = { module = "com.google.firebase:firebase-messaging-ktx" }
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 0ec88f9

Please sign in to comment.