Skip to content

Commit

Permalink
[AJ-1783]: Bump org.apache.avro:avro from 1.11.3 to 1.12.0 in the min…
Browse files Browse the repository at this point in the history
…or-and-patch-updates group (#69)

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 12, 2024
1 parent 8eb768b commit bbbfb2a
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 @@ -22,7 +22,7 @@ repositories {
}

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

1 comment on commit bbbfb2a

@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: bbbfb2a Previous: 8eb768b Ratio
bio.terra.pfb.LibraryBenchmarks.showNodesMedium 1834.9271703792456 ops/s 3173.5699983895456 ops/s 0.58
bio.terra.pfb.LibraryBenchmarks.showNodesSmall 23473.107945031257 ops/s 35484.2624937388 ops/s 0.66
bio.terra.pfb.PfbReaderBenchmarks.convertEnum 5277561.059752377 ops/s 5269094.434834695 ops/s 1.00

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

Please sign in to comment.