Skip to content

Commit

Permalink
Upgrading zookeeper for log4j Vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
sahusanket committed Sep 9, 2024
1 parent d6ff740 commit f58039e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cdap-sentry/cdap-sentry-extension/cdap-sentry-binding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
9 changes: 9 additions & 0 deletions cdap-sentry/cdap-sentry-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,17 @@
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>3.9.2</version>
</dependency>
<dependency>
<groupId>org.apache.sentry</groupId>
<artifactId>sentry-policy-common</artifactId>
Expand Down

0 comments on commit f58039e

Please sign in to comment.