Skip to content

Commit

Permalink
Bump kotlin from 2.0.0 to 2.0.10 (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 6, 2024
1 parent 1a8dc27 commit c695e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "2.0.0"
kotlin = "2.0.10"
kotest = "5.9.1"
detekt = "1.23.6"
ktlint = "1.1.0"
Expand Down

1 comment on commit c695e00

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'KMP JSON schema validator'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: c695e00 Previous: 1a8dc27 Ratio
macosX64.CommonAvgTimeBench.validateDetailed ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) 9584.47479126984 us/op 6020.242710909091 us/op 1.59

This comment was automatically generated by workflow using github-action-benchmark.

CC: @OptimumCode

Please sign in to comment.