Skip to content

Commit

Permalink
Update workflows and docs for fork
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Jan 15, 2025
1 parent fc438e6 commit f18fc62
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/avsc-from-external-jar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation "org.apache.avro:avro:1.12.0"
implementation "org.apache.avro:avro:1.11.3"
}

generateAvroJava {
Expand Down
2 changes: 1 addition & 1 deletion examples/avsc-from-subproject/cat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ configurations {
additionalSchema
}
dependencies {
implementation "org.apache.avro:avro:1.12.0"
implementation "org.apache.avro:avro:1.11.3"
additionalSchema project(":schema")
}

Expand Down
2 changes: 1 addition & 1 deletion examples/avsc-from-subproject/schema/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repositories {
mavenCentral()
}
dependencies {
compileOnly "org.apache.avro:avro:1.12.0"
compileOnly "org.apache.avro:avro:1.11.3"
}

sourceSets {
Expand Down
2 changes: 1 addition & 1 deletion examples/default-custom-types/buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ repositories {

dependencies {
implementation 'com.bakdata.gradle.davimc24:gradle-avro-plugin:1.10.0'
implementation 'org.apache.avro:avro:1.12.0'
implementation 'org.apache.avro:avro:1.11.3'
}

0 comments on commit f18fc62

Please sign in to comment.