Skip to content

Commit

Permalink
Combine dependabot security updates (#1831)
Browse files Browse the repository at this point in the history
Co-authored-by: jmwample <[email protected]>
  • Loading branch information
jmwample and jmwample authored Jan 3, 2025
1 parent fdc8fd0 commit d2f6a78
Show file tree
Hide file tree
Showing 9 changed files with 484 additions and 498 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-assign-reviewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# do not run while in draft mode
if: github.event.pull_request.draft == false
steps:
- uses: shufo/auto-assign-reviewer-by-files@v1.1.5
- uses: shufo/auto-assign-reviewer-by-files@v1.2.1
with:
config: ".github/reviewer-by-files.yml"
token: ${{ secrets.GITHUB_TOKEN }}
6 changes: 3 additions & 3 deletions nym-vpn-android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ coreKtx = "1.15.0"
junit = "4.13.2"
junitVersion = "1.2.1"
espressoCore = "3.6.1"
lottieCompose = "6.6.0"
lottieCompose = "6.6.2"
materialIconsExtended = "1.7.6"
navigationCompose = "2.8.5"
hiltNavigationCompose = "1.2.0"
Expand All @@ -22,13 +22,13 @@ datastorePreferences = "1.1.1"
relinker = "1.4.5"
securityCrypto = "1.1.0-alpha06"
timber = "5.0.1"
hiltAndroid = "2.53"
hiltAndroid = "2.53.1"
kotlinx-serialization-json = "1.7.3"
kotlinxCoroutinesCore = "1.9.0"
uiautomator = "2.3.0"
window = "1.3.0"
windowCoreAndroid = "1.3.0"
desugar = "2.1.3"
desugar = "2.1.4"
zxingAndroidEmbedded = "4.3.0"

gradlePlugins-licensee = "1.12.0"
Expand Down
Loading

0 comments on commit d2f6a78

Please sign in to comment.