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

build(deps): bump com.diffplug.spotless from 6.18.0 to 6.23.0 #637

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {

plugins {
jacoco
id("com.diffplug.spotless") version "6.18.0"
id("com.diffplug.spotless") version "6.23.0"
val kotlin = "1.9.10"
kotlin("plugin.serialization") version kotlin apply false
kotlin("android") version kotlin apply false

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code patch involves updating the version of the "com.diffplug.spotless" plugin from 6.18.0 to 6.23.0.

Overall, the code change appears to be a simple version update and does not introduce any obvious bug risks. It is generally beneficial to keep plugins and dependencies up to date to leverage bug fixes, performance improvements, and new features. Therefore, updating the "com.diffplug.spotless" plugin to the latest version is a good practice.

However, it's important to note that without the complete context of your codebase and its specific requirements, it's challenging to provide an extensive code review. It's always recommended to thoroughly test the updated code after making changes to ensure everything works as expected.

Expand Down
Loading