Skip to content

Commit

Permalink
Merge pull request #1036 from dipjyotimetia/dependabot/gradle/org.apa…
Browse files Browse the repository at this point in the history
…che.avro-avro-1.11.3
  • Loading branch information
github-actions[bot] authored Sep 25, 2023
2 parents e9cb184 + 70d6f02 commit a63cf0c
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 @@ -148,7 +148,7 @@ dependencies {
implementation "io.qameta.allure:allure-rest-assured:${allureVersion}"
implementation "io.qameta.allure:allure-attachments:${allureVersion}"
implementation 'org.apache.pulsar:pulsar-client:3.1.0'
implementation 'org.apache.avro:avro:1.11.2'
implementation 'org.apache.avro:avro:1.11.3'
// 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 @@ -115,6 +115,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.2'
implementation group: 'org.apache.avro', name: 'avro', version: '1.11.3'
implementation 'org.openapitools:openapi-generator:7.0.1'
}

0 comments on commit a63cf0c

Please sign in to comment.