Skip to content

Conversation

@cwperks
Copy link
Member

@cwperks cwperks commented Dec 3, 2025

Description

Similar to #893, but this PR updates the dependency that is bringing an outdated version of logback-core in.

In order to update this dependency I needed to fix all errors from ./gradlew ktlintFormat which included:

  • Suppressing warnings with bad variable names
  • Wrapping long strings in multiple lines
  • Creating values into actual constants

A lot of files are touched since ./gradlew ktlintFormat will auto-format the code.

com.pinterest:ktlint is no longer supported and was moved: https://mvnrepository.com/artifact/com.pinterest/ktlint

Check List

  • New functionality includes testing.
  • New functionality has been documented.
  • API changes companion pull request created.
  • Commits are signed per the DCO using --signoff.
  • Public documentation issue/PR created.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: Craig Perkins <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant