Skip to content

Commit

Permalink
[AJ-1783]: Bump ch.qos.logback:logback-classic from 1.5.7 to 1.5.8 in…
Browse files Browse the repository at this point in the history
… the minor-and-patch-updates group (#72)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent c231ba1 commit 0b4b866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repositories {

dependencies {
api "org.apache.avro:avro:1.12.0"
implementation 'ch.qos.logback:logback-classic:1.5.7'
implementation 'ch.qos.logback:logback-classic:1.5.8'
testImplementation 'org.json:json:20240303'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
Expand Down

1 comment on commit 0b4b866

@github-actions
Copy link

Choose a reason for hiding this comment

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

Benchmark

Benchmark suite Current: 0b4b866 Previous: c231ba1 Ratio
bio.terra.pfb.LibraryBenchmarks.showNodesMedium 1919.9053100510368 ops/s 1939.6584769449214 ops/s 0.99
bio.terra.pfb.LibraryBenchmarks.showNodesSmall 24991.25636628054 ops/s 24935.594746485334 ops/s 1.00
bio.terra.pfb.PfbReaderBenchmarks.convertEnum 5269293.744215339 ops/s 5372665.441657355 ops/s 0.98

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

Please sign in to comment.