Skip to content

Commit

Permalink
feat(TCOMP-2550): Upgrade avro to 1.11.3 (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
undx committed Oct 23, 2023
1 parent 2f6d436 commit 621f79f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion component-runtime-testing/component-runtime-junit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<dependency><!-- cause of previous dependency -->
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
<version>1.11.2</version>
<version>${avro.version}</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
<jackson.version>2.15.2</jackson.version>
<jackson-databind.version>2.15.2</jackson-databind.version>
<avro-jackson.version>1.9.13</avro-jackson.version>
<avro.version>1.11.2</avro.version>
<avro.version>1.11.3</avro.version>
<jsoup.version>1.15.3</jsoup.version>

<!-- deprecated after -->
Expand Down

0 comments on commit 621f79f

Please sign in to comment.