Skip to content

Commit

Permalink
Merge pull request #3092 from 1c-syntax/dependabot/gradle/io.sentry-s…
Browse files Browse the repository at this point in the history
…entry-bom-6.25.1

build(deps): bump io.sentry:sentry-bom from 6.25.0 to 6.25.1
  • Loading branch information
nixel2007 authored Jul 13, 2023
2 parents 887f4da + c767b74 commit 8ef7771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ val languageToolVersion = "6.1"

dependencyManagement {
imports {
mavenBom("io.sentry:sentry-bom:6.25.0")
mavenBom("io.sentry:sentry-bom:6.25.1")
}
}

Expand Down

1 comment on commit 8ef7771

@github-actions
Copy link

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 'BSL LS perfomance measurement (SSL 3.1)'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.10.

Benchmark suite Current: 8ef7771 Previous: 887f4da Ratio
.github/scripts/benchmark.py::test_analyze_ssl31 56.58761771519979 sec (stddev: 1.4574687771762658) 43.312692642211914 sec (stddev: 13.237342343428475) 1.31

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

CC: @otymko

Please sign in to comment.