Skip to content

Commit

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

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 Aug 19, 2024
1 parent 3372078 commit 0871ea7
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.6'
implementation 'ch.qos.logback:logback-classic:1.5.7'
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 0871ea7

@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: 0871ea7 Previous: 3372078 Ratio
bio.terra.pfb.LibraryBenchmarks.showNodesMedium 1948.0502049216439 ops/s 1736.7537893610968 ops/s 1.12
bio.terra.pfb.LibraryBenchmarks.showNodesSmall 24766.80024749729 ops/s 21741.063719841273 ops/s 1.14
bio.terra.pfb.PfbReaderBenchmarks.convertEnum 5306128.149187976 ops/s 5052183.018434934 ops/s 1.05

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

Please sign in to comment.