Skip to content

Commit 7367d98

Browse files
committed
Merge branch '1.12.x'
2 parents 4c1603c + b76e60b commit 7367d98

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

benchmarks/benchmarks-core/build.gradle

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ nexusPublishing {
418418
}
419419

420420
wrapper {
421-
gradleVersion = '8.4'
421+
gradleVersion = '8.5'
422422
}
423423

424424
defaultTasks 'build'

gradle/wrapper/gradle-wrapper.jar

-19.8 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

+1-1
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)