Skip to content

Commit

Permalink
renovate: update major-risky-update
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent c3a92d5 commit 3d57c48
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CheckStyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
distribution: 'adopt'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4

- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v3
uses: gradle/actions/wrapper-validation@v4

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/Conveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
distribution: 'adopt'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4

- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v3
uses: gradle/actions/wrapper-validation@v4

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand All @@ -44,7 +44,7 @@ jobs:
tar xzf .keys.tar.gz
- name: Run Conveyor
uses: hydraulic-software/conveyor/actions/build@v14.2
uses: hydraulic-software/conveyor/actions/build@v16.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
APPLE_ISSUER_ID: ${{ secrets.APPLE_ISSUER_ID }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
distribution: 'adopt'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4

- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v3
uses: gradle/actions/wrapper-validation@v4

- name: Test
run: ./gradlew test --stacktrace
Expand Down
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
import java.io.ByteArrayOutputStream

plugins {
val kotlinVersion = "1.9.23"
val kotlinVersion = "2.1.0"
kotlin("jvm") version kotlinVersion
kotlin("plugin.serialization") version kotlinVersion
id("org.jetbrains.compose") version "1.6.2"
Expand All @@ -31,7 +31,7 @@ dependencies {

implementation(compose.materialIconsExtended)

val ktorVersion = "2.3.11"
val ktorVersion = "3.0.3"
implementation("io.ktor:ktor-client-core:$ktorVersion")
implementation("io.ktor:ktor-client-cio:$ktorVersion")
implementation("io.ktor:ktor-client-content-negotiation:$ktorVersion")
Expand All @@ -44,8 +44,8 @@ dependencies {
implementation("dev.icerock.moko:mvvm-core:$mokoMvvmVersion")
implementation("dev.icerock.moko:mvvm-compose:$mokoMvvmVersion")

implementation("io.insert-koin:koin-core:3.5.6")
implementation("io.insert-koin:koin-compose:1.1.5")
implementation("io.insert-koin:koin-core:4.0.1")
implementation("io.insert-koin:koin-compose:4.0.1")

val kermitVersion = "2.0.3"
implementation("co.touchlab:kermit:$kermitVersion")
Expand Down

0 comments on commit 3d57c48

Please sign in to comment.