Skip to content

Commit

Permalink
Updated protobuf to 3.16.1 for https://cve.mitre.org/cgi-bin/cvename.…
Browse files Browse the repository at this point in the history
…cgi?name=CVE-2021-22569

Signed-off-by: James Turnbull <[email protected]>
  • Loading branch information
jamtur01 committed Jan 8, 2022
1 parent 903b031 commit c55afec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion riemann-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.9.1</version>
<version>3.16.1</version>
<scope>compile</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions scripts/install-protobuf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
set -ex
if [ ! -f "$HOME/bin/protoc" ]; then
cd $HOME
wget https://github.com/google/protobuf/releases/download/v3.9.1/protoc-3.9.1-linux-x86_64.zip
unzip protoc-3.9.1-linux-x86_64.zip
wget https://github.com/google/protobuf/releases/download/v3.16.1/protoc-3.16.1-linux-x86_64.zip
unzip protoc-3.16.1-linux-x86_64.zip
else
echo "Using cached directory."
fi

0 comments on commit c55afec

Please sign in to comment.