Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent 6c60339 commit 31b64cc
Show file tree
Hide file tree
Showing 3 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/[email protected].1
uses: actions/[email protected].2
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/[email protected].1
uses: actions/[email protected].2
with:
java-version: '17'
distribution: 'adopt'
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[versions]
agp = "8.5.1"
appCenter = "5.0.4"
kotlin = "2.0.0"
ksp = "2.0.0-1.0.23"
kotlin = "2.0.10"
ksp = "2.0.10-1.0.24"
lifecycle = "2.8.4"
materialDialog = "3.3.0"
sealedEnum = "0.7.0"
protobuf = "4.27.2"
protobuf = "4.27.3"

[libraries]
appcenter-analytics = { module = "com.microsoft.appcenter:appcenter-analytics", version.ref = "appCenter" }
Expand Down

0 comments on commit 31b64cc

Please sign in to comment.