Skip to content

Commit 78754ad

Browse files
committed
Merge remote-tracking branch 'origin/main' into jhurne/support-newer-maven-extension
* origin/main: Bump com.google.guava:guava from 33.2.0-jre to 33.2.1-jre Bump Gradle Wrapper from 8.7 to 8.8
2 parents 31456ab + 196dc5c commit 78754ad

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: components/fetch-build-scan-data-cmdline-tool/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
implementation("javax.ws.rs:jsr311-api:1.1.1")
2626
implementation("javax.ws.rs:javax.ws.rs-api:2.1.1")
2727

28-
implementation("com.google.guava:guava:33.2.0-jre")
28+
implementation("com.google.guava:guava:33.2.1-jre")
2929
implementation("info.picocli:picocli:4.7.4")
3030
annotationProcessor("info.picocli:picocli-codegen:4.7.4")
3131
}

Diff for: gradle/wrapper/gradle-wrapper.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=544c35d6bd849ae8a5ed0bcea39ba677dc40f49df7d1835561582da2009b961d
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
3+
distributionSha256Sum=a4b4158601f8636cdeeab09bd76afb640030bb5b144aafe261a5e8af027dc612
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

Diff for: gradlew

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# Darwin, MinGW, and NonStop.
5656
#
5757
# (3) This script is generated from the Groovy template
58-
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
58+
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
5959
# within the Gradle project.
6060
#
6161
# You can find Gradle at https://github.com/gradle/gradle/.

0 commit comments

Comments
 (0)