Skip to content

Commit

Permalink
Bump org.apache.avro:avro from 1.10.0.12p to 1.11.3 in /spf4j-slf4j-test
Browse files Browse the repository at this point in the history
Bumps org.apache.avro:avro from 1.10.0.12p to 1.11.3.

---
updated-dependencies:
- dependency-name: org.apache.avro:avro
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 5, 2023
1 parent cabff38 commit d3eb0a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<jackson.version>2.14.1</jackson.version>
<jdiff.versions>3</jdiff.versions>
<!-- <avro.version>1.10.0</avro.version> -->
<avro.version>1.10.0.12p</avro.version>
<avro.version>1.11.3</avro.version>
<guava.version>31.1-jre</guava.version>
<zstd.version>1.5.2-2</zstd.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion spf4j-slf4j-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
<!-- Make this depend on the official lib, there is no gain from using the fork until github remove auth requirements -->
<version>1.10.2</version>
<version>1.11.3</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit d3eb0a8

Please sign in to comment.