Skip to content

Commit a764c61

Browse files
Update all
1 parent 408d925 commit a764c61

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ buildscript {
1111
}
1212

1313
plugins {
14-
id "com.github.ben-manes.versions" version '0.51.0'
14+
id "com.github.ben-manes.versions" version '0.52.0'
1515
id 'com.adarshr.test-logger' version '4.0.0'
1616
id 'com.diffplug.spotless' version '6.25.0'
17-
id "com.github.spotbugs" version "6.0.25"
17+
id "com.github.spotbugs" version "6.1.2"
1818
}
1919

2020
apply from: "$rootDir/gradle-scripts/extensions.gradle"

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-8.10.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)