Skip to content

Commit

Permalink
Upgrade accumulo to 1.10.1 to fix CVE-2020-17533
Browse files Browse the repository at this point in the history
Upgrade the accumulo version from 1.7.4 to 1.10.1 to address a security vulnerability (CVE-2020-17533). The affected library, accumulo-master, is a transitive dependency in Presto, coming from accumulo-minicluster.
  • Loading branch information
namya28 authored and tdcmeehan committed Jan 30, 2025
1 parent ec9e904 commit 892ad68
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 @@ -1446,7 +1446,7 @@
<dependency>
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift</artifactId>
<version>0.9.3</version>
<version>0.9.3-1</version>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
Expand Down
4 changes: 2 additions & 2 deletions presto-accumulo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<properties>
<air.main.basedir>${project.parent.basedir}</air.main.basedir>
<dep.accumulo.version>1.7.4</dep.accumulo.version>
<dep.accumulo.version>1.10.1</dep.accumulo.version>
<dep.curator.version>2.12.0</dep.curator.version>
<dep.reload4j.version>1.2.18.3</dep.reload4j.version>
</properties>
Expand Down Expand Up @@ -226,7 +226,7 @@
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.4</version>
<version>2.6</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 892ad68

Please sign in to comment.