Skip to content

Commit

Permalink
fix: bump protobuff due to CVE 2021 22569 (#102)
Browse files Browse the repository at this point in the history
* fix: bump protobuff due to CVE 2021 22569

* chore: add a comment
  • Loading branch information
kuisathaverat authored Jul 27, 2022
1 parent 7acd252 commit c7db5f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@
<artifactId>tink</artifactId>
<version>1.6.1</version>
</dependency>
<!-- TODO check if we can exclude protobuf -->
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.21.2</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
Expand Down

0 comments on commit c7db5f9

Please sign in to comment.