Skip to content

Commit

Permalink
Bump org.apache.avro:avro from 1.11.3 to 1.12.0 (#1332)
Browse files Browse the repository at this point in the history
  • Loading branch information
dipjyotimetia authored Aug 12, 2024
2 parents 8c2c3fa + b123258 commit f686f2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ dependencies {
implementation "io.qameta.allure:allure-testng:${allureVersion}"
implementation "io.qameta.allure:allure-rest-assured:${allureVersion}"
implementation "io.qameta.allure:allure-attachments:${allureVersion}"
implementation 'org.apache.avro:avro:1.11.3'
implementation 'org.apache.avro:avro:1.12.0'
// https://stackoverflow.com/questions/40923471/cannot-compile-with-protocol-buffers-3-1-0
//implementation "org.apache.avro:avro-tools:1.11.0"
implementation "org.apache.kafka:kafka-clients:${kafkaVersion}"
Expand Down
2 changes: 1 addition & 1 deletion contract/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ dependencies {
compileOnly 'org.apache.tomcat:annotations-api:6.0.53' // necessary for Java 9+
implementation "com.google.protobuf:protobuf-java:${protoVersion}"
runtimeOnly "com.google.protobuf:protobuf-java-util:${protoVersion}"
implementation group: 'org.apache.avro', name: 'avro', version: '1.11.3'
implementation group: 'org.apache.avro', name: 'avro', version: '1.12.0'
implementation 'org.openapitools:openapi-generator:7.7.0'
}

0 comments on commit f686f2b

Please sign in to comment.