Skip to content

Commit

Permalink
ZEPPELIN-5690: use jinjava 2.5.4 due to cves
Browse files Browse the repository at this point in the history
add comment to force rebuild
  • Loading branch information
pjfanning committed Mar 28, 2022
1 parent a750ba7 commit 2e3cc85
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions scalding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
<name>Concurrent Maven Repo</name>
<url>https://conjars.org/repo</url>
</repository>

<!-- the twitter repo is unreliable (https://github.com/twitter/hadoop-lzo/issues/148) -->
<repository>
<id>twitter</id>
<name>Twitter Maven Repo</name>
Expand Down
2 changes: 1 addition & 1 deletion submarine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<!--library versions-->
<interpreter.name>submarine</interpreter.name>
<hadoop.version>${hadoop2.7.version}</hadoop.version>
<jinjava.version>2.4.0</jinjava.version>
<jinjava.version>2.5.4</jinjava.version>
<squirrel.version>0.3.8</squirrel.version>
<guava.version>24.1.1-jre</guava.version>
<!--test library versions-->
Expand Down
2 changes: 1 addition & 1 deletion zeppelin-plugins/launcher/docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.hubspot.jinjava</groupId>
<artifactId>jinjava</artifactId>
<version>2.4.12</version>
<version>2.5.4</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
Expand Down

0 comments on commit 2e3cc85

Please sign in to comment.