From 512d3610399f0fab2e3b09c1a8e6222447c555b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 14:24:28 +0000 Subject: [PATCH] Bump com.github.autostyle:autostyle-plugin-gradle from 3.1 to 3.2 Bumps [com.github.autostyle:autostyle-plugin-gradle](https://github.com/autostyle/autostyle) from 3.1 to 3.2. - [Release notes](https://github.com/autostyle/autostyle/releases) - [Changelog](https://github.com/autostyle/autostyle/blob/master/CHANGES.md) - [Commits](https://github.com/autostyle/autostyle/compare/v3.1...v3.2) --- updated-dependencies: - dependency-name: com.github.autostyle:autostyle-plugin-gradle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build-logic/code-quality/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-logic/code-quality/build.gradle.kts b/build-logic/code-quality/build.gradle.kts index a83857d4ef..312374b405 100644 --- a/build-logic/code-quality/build.gradle.kts +++ b/build-logic/code-quality/build.gradle.kts @@ -10,7 +10,7 @@ repositories { dependencies { implementation("org.sonarqube:org.sonarqube.gradle.plugin:2.8") - implementation("com.github.autostyle:autostyle-plugin-gradle:3.1") + implementation("com.github.autostyle:autostyle-plugin-gradle:3.2") } tasks.withType().configureEach {