Skip to content

Commit 36dd8ed

Browse files
Bump the gradle-minor group with 3 updates
Bumps the gradle-minor group with 3 updates: [com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless), [gradle-wrapper](https://github.com/gradle/gradle) and com.diffplug.spotless. Updates `com.diffplug.spotless:spotless-plugin-gradle` from 8.3.0 to 8.4.0 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@gradle/8.3.0...gradle/8.4.0) Updates `gradle-wrapper` from 9.4.0 to 9.4.1 - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](gradle/gradle@v9.4.0...v9.4.1) Updates `com.diffplug.spotless` from 8.3.0 to 8.4.0 --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-plugin-gradle dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor - dependency-name: gradle-wrapper dependency-version: 9.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-minor - dependency-name: com.diffplug.spotless dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f34b274 commit 36dd8ed

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

build-logic/conventions/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99

1010
dependencies {
1111
implementation("org.jetbrains.kotlin:kotlin-stdlib")
12-
implementation("com.diffplug.spotless:spotless-plugin-gradle:8.3.0")
12+
implementation("com.diffplug.spotless:spotless-plugin-gradle:8.4.0")
1313
}
1414

1515
gradlePlugin {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[versions]
44
cpp-standard = "17"
55
kotlin = "1.9.22"
6-
spotless = "8.3.0"
6+
spotless = "8.4.0"
77

88
# Testing
99
junit = "5.9.2"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)