Skip to content

Commit

Permalink
update protobuf dependency CVE-2023-2976 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
bischoffz authored Oct 25, 2023
1 parent 7e8d9b4 commit 379cc93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<!-- Properties -->
<properties>
<!-- Revision -->
<revision>2.4.0</revision>
<revision>2.4.1</revision>

<!-- basic project properties -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

<!-- dependency versions -->
<taskit-core.version>${revision}</taskit-core.version>
<protobuf.version>3.21.12</protobuf.version>
<protoc.version>3.21.12</protoc.version>
<protobuf.version>3.24.4</protobuf.version>
<protoc.version>3.24.4</protoc.version>
</properties>

<!-- Dependencies -->
Expand Down

0 comments on commit 379cc93

Please sign in to comment.