Skip to content

Commit f219756

Browse files
committed
Merge branch '1.10.x' into 1.11.x
2 parents 870601c + 324514c commit f219756

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
@@ -404,7 +404,7 @@ nexusPublishing {
404404
}
405405

406406
wrapper {
407-
gradleVersion = '8.4'
407+
gradleVersion = '8.5'
408408
}
409409

410410
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)