Skip to content

Commit 324514c

Browse files
committed
Merge branch '1.9.x' into 1.10.x
2 parents b87447f + cdcd818 commit 324514c

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

benchmarks/benchmarks-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "me.champeau.jmh" version "0.7.1"
2+
id "me.champeau.jmh" version "0.7.2"
33
}
44

55
dependencies {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ nexusPublishing {
392392
}
393393

394394
wrapper {
395-
gradleVersion = '8.4'
395+
gradleVersion = '8.5'
396396
}
397397

398398
defaultTasks 'build'

gradle/wrapper/gradle-wrapper.jar

-19.8 KB
Binary file not shown.

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

0 commit comments

Comments
 (0)