Skip to content

Commit

Permalink
Merge pull request #277 from brendan-p-lynch/master
Browse files Browse the repository at this point in the history
CVE-2022-3171: Bumps com.google.protobuf:protobuf-java from 3.21.5 to 3.21.7.
  • Loading branch information
brendan-p-lynch committed Oct 11, 2023
2 parents 24b6566 + a0511c0 commit cf87ea4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aws-kcl",
"description": "Kinesis Client Libray (KCL) in Node.js.",
"version": "2.2.2",
"version": "2.2.2-SNAPSHOT",
"author": {
"name": "Amazon Web Services",
"url": "http://aws.amazon.com/"
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.21.5</version>
<version>3.21.7</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -351,4 +351,4 @@
<version>3.2.2</version>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit cf87ea4

Please sign in to comment.