We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be65cf commit b7c1c27Copy full SHA for b7c1c27
common/models/build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
5
dependencies {
6
// Add model-specific dependencies here
7
- implementation("org.apache.avro:avro:1.11.3")
+ implementation("org.apache.avro:avro:1.12.0")
8
9
// Test dependencies
10
testImplementation(platform("org.junit:junit-bom:5.10.0"))
0 commit comments