Skip to content

Commit

Permalink
HADOOP-18843. Guava version 32.0.1 bump to fix CVE-2023-2976 (#23)
Browse files Browse the repository at this point in the history
Contributed by Frederico Alves
  • Loading branch information
fredbalves86 authored Nov 3, 2023
1 parent 910f2c9 commit 52c38fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
This project bundles some components that are also licensed under the Apache
License Version 2.0:

com.google.guava:guava:jar:31.1-jre
com.google.guava:guava:jar:32.0.1-jre
com.google.j2objc:j2objc-annotations:1.3
com.google.errorprone:error_prone_annotations:2.5.1
org.apache.avro:avro:1.11.3
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<shaded.prefix>org.apache.hadoop.thirdparty</shaded.prefix>
<protobuf.shade.prefix>${shaded.prefix}.protobuf</protobuf.shade.prefix>
<protobuf_3_7.version>3.7.1</protobuf_3_7.version>
<guava.version>31.1-jre</guava.version>
<guava.version>32.0.1-jre</guava.version>
<avro.version>1.11.3</avro.version>

<!-- maven plugin versions -->
Expand Down

0 comments on commit 52c38fe

Please sign in to comment.