Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1166)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 10, 2024
1 parent bf76891 commit c626419
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.2.2
uses: actions/setup-java@v4.3.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.2.2
uses: actions/setup-java@v4.3.0
with:
java-version: '17'
distribution: 'adopt'
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
agp = "8.6.0"
appCenter = "5.0.4"
kotlin = "2.0.20"
ksp = "2.0.20-1.0.24"
lifecycle = "2.8.4"
ksp = "2.0.20-1.0.25"
lifecycle = "2.8.5"
materialDialog = "3.3.0"
sealedEnum = "0.7.0"
protobuf = "4.28.0"
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-8.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit c626419

Please sign in to comment.