Skip to content

Commit

Permalink
Patch avro til 1.11.3. (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsladek authored Oct 30, 2023
1 parent 0c4f83c commit 1ce71b1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ee10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,12 @@
<artifactId>bcprov-jdk15to18</artifactId>
<version>1.76</version>
</dependency>
<!-- Fikser https://cwe.mitre.org/data/definitions/502.html -->
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
<version>1.11.3</version>
</dependency>

<dependency>
<groupId>org.apache.santuario</groupId>
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,12 @@
<artifactId>bcprov-jdk15to18</artifactId>
<version>1.76</version>
</dependency>
<!-- Fikser https://cwe.mitre.org/data/definitions/502.html -->
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
<version>1.11.3</version>
</dependency>

<dependency>
<groupId>org.apache.santuario</groupId>
Expand Down

0 comments on commit 1ce71b1

Please sign in to comment.