Skip to content

Commit

Permalink
Bump com.github.autostyle:autostyle-plugin-gradle from 3.2 to 4.0
Browse files Browse the repository at this point in the history
Bumps [com.github.autostyle:autostyle-plugin-gradle](https://github.com/autostyle/autostyle) from 3.2 to 4.0.
- [Release notes](https://github.com/autostyle/autostyle/releases)
- [Changelog](https://github.com/autostyle/autostyle/blob/master/CHANGES.md)
- [Commits](autostyle/autostyle@v3.2...v4.0)

---
updated-dependencies:
- dependency-name: com.github.autostyle:autostyle-plugin-gradle
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent e96e133 commit 4670d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-logic/code-quality/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {

dependencies {
implementation("org.sonarqube:org.sonarqube.gradle.plugin:4.4.1.3373")
implementation("com.github.autostyle:autostyle-plugin-gradle:3.2")
implementation("com.github.autostyle:autostyle-plugin-gradle:4.0")
}

tasks.withType<KotlinCompile>().configureEach {
Expand Down

0 comments on commit 4670d0a

Please sign in to comment.