Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ktlint 0.48.2 #843

Closed
HonzaR opened this issue Dec 19, 2022 · 0 comments · Fixed by #903
Closed

Ktlint 0.48.2 #843

HonzaR opened this issue Dec 19, 2022 · 0 comments · Fixed by #903
Assignees
Labels
dependencies Pull requests that update a dependency file

Comments

@HonzaR
Copy link
Collaborator

HonzaR commented Dec 19, 2022

For a Gradle dependency:

  1. Update the dependency version in the root gradle.properties
  2. Update the dependency locks
    1. For Gradle plugins: ./gradlew dependencies --write-locks
    2. For Gradle dependencies: ./gradlew resolveAll --write-locks
  3. Verify no unexpected entries appear in the lockfiles. A supply chain attack could occur during this stage. The lockfile narrows the supply chain attack window to this very moment (as opposed to every time a build occurs)
  4. Are there any new APIs or possible migrations for this dependency?
@HonzaR HonzaR added the dependencies Pull requests that update a dependency file label Dec 19, 2022
@ccjernigan ccjernigan self-assigned this Jan 12, 2023
@HonzaR HonzaR changed the title Ktlint 0.48.1 Ktlint 0.48.2 Jan 31, 2023
@HonzaR HonzaR assigned HonzaR and unassigned ccjernigan Jan 31, 2023
HonzaR added a commit that referenced this issue Jan 31, 2023
- Removed semicolon in enum classes suppression
- Created and linked issue for test wallets values
@HonzaR HonzaR mentioned this issue Jan 31, 2023
13 tasks
HonzaR added a commit that referenced this issue Jan 31, 2023
- Removed semicolon in enum classes suppression
- Created and linked issue for test wallets values
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants