Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 29, 2025
1 parent 5825a12 commit 7046753
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
git submodule foreach git submodule update --init --recursive
- name: set up JDK 17
uses: actions/setup-java@v4.6.0
uses: actions/setup-java@v4.7.0
with:
java-version: '17'
distribution: 'adopt'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
git submodule foreach git submodule update --init --recursive
- name: set up JDK 17
uses: actions/setup-java@v4.6.0
uses: actions/setup-java@v4.7.0
with:
java-version: '17'
distribution: 'adopt'
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
agp = "8.7.3"
agp = "8.8.0"
appCenter = "5.0.6"
kotlin = "2.1.0"
ksp = "2.1.0-1.0.29"
kotlin = "2.1.10"
ksp = "2.1.10-1.0.29"
lifecycle = "2.8.7"
materialDialog = "3.3.0"
sealedEnum = "0.7.0"
Expand Down Expand Up @@ -53,6 +53,6 @@ changelog = { id = "org.jetbrains.changelog", version = "2.2.1" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
aboutlibraries = { id = "com.mikepenz.aboutlibraries.plugin", version = "11.4.0" }
aboutlibraries = { id = "com.mikepenz.aboutlibraries.plugin", version = "11.5.0" }
protobuf = { id = "com.google.protobuf", version = "0.9.4" }
android-library = { id = "com.android.library", version.ref = "agp" }
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-8.12-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencyResolutionManagement {
includeBuild("build-logic")

plugins {
id("com.gradle.develocity") version "3.19"
id("com.gradle.develocity") version "3.19.1"
id("org.gradle.toolchains.foojay-resolver-convention") version ("0.9.0")
}

Expand Down

0 comments on commit 7046753

Please sign in to comment.