Skip to content

Commit ab092d9

Browse files
committed
Merge branch '1.12.x' into 1.13.x
2 parents 3ebc09f + 1c6f7bb commit ab092d9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@ executors:
77
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
88
resource_class: medium+
99
docker:
10-
- image: cimg/openjdk:21.0.2
10+
- image: cimg/openjdk:21.0.5
1111
circle-jdk17-executor:
1212
working_directory: ~/micrometer
1313
environment:
1414
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
1515
resource_class: medium+
1616
docker:
17-
- image: cimg/openjdk:17.0.11
17+
- image: cimg/openjdk:17.0.13
1818
circle-jdk11-executor:
1919
working_directory: ~/micrometer
2020
environment:
2121
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
2222
resource_class: medium+
2323
docker:
24-
- image: cimg/openjdk:11.0.22
24+
- image: cimg/openjdk:11.0.25
2525
machine-executor:
2626
working_directory: ~/micrometer
2727
machine:
28-
image: ubuntu-2204:2024.05.1
28+
image: ubuntu-2404:2024.08.1
2929

3030
commands:
3131
gradlew-build:

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ nexusPublishing {
433433
}
434434

435435
wrapper {
436-
gradleVersion = '8.10.2'
436+
gradleVersion = '8.11'
437437
}
438438

439439
defaultTasks 'build'

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

0 commit comments

Comments
 (0)