Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update avro dep from 1.11.3 to 1.11.4 #539

Merged
merged 8 commits into from
Jan 6, 2025
Prev Previous commit
Next Next commit
Fix version number after rebase
  • Loading branch information
cowtowncoder committed Dec 27, 2024
commit 990e2a2ccd52e63b0a828e272bc49887f183283f
2 changes: 1 addition & 1 deletion avro/pom.xml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
<parent>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformats-binary</artifactId>
<version>2.18.3-SNAPSHOT</version>
<version>2.19.0-SNAPSHOT</version>
</parent>
<artifactId>jackson-dataformat-avro</artifactId>
<name>Jackson dataformat: Avro</name>
Loading