Skip to content

Commit

Permalink
Merge pull request gradle#27234 Upgrade to gradle-profiler 0.21.0-alp…
Browse files Browse the repository at this point in the history
…ha-3

Since 0.21.0-alpha-1 had a bug in the lambda normalization.

Co-authored-by: Anže Sodja <asodja@gradle.com>
  • Loading branch information
bot-gradle and asodja committed Dec 1, 2023
2 parents 229bb84 + 7c33adc commit 438d1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subprojects/distributions-dependencies/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {
api(libs.commonsLang) { version { strictly("2.6") }}
api(libs.commonsLang3) { version { strictly("3.12.0") }}
api(libs.commonsMath) { version { strictly("3.6.1") }}
api(libs.gradleProfiler) { version { strictly("0.21.0-alpha-1") }}
api(libs.gradleProfiler) { version { strictly("0.21.0-alpha-3") }}
api(libs.gradleEnterpriseTestAnnotation) { version { strictly("1.0") }}
api(libs.gcs) { version { strictly("v1-rev20220705-1.32.1") }}
api(libs.googleApiClient) { version { strictly("1.34.0"); because("our GCS version requires 1.34.0") }}
Expand Down

0 comments on commit 438d1b5

Please sign in to comment.