Skip to content

Commit

Permalink
fix: java dependency vulnerabilities (#4460)
Browse files Browse the repository at this point in the history
* fix: java dependency vulnerabilities

* Upgrade org.hibernate:hibernate-validator (PLT-2)
  • Loading branch information
eclaassen-pb authored Mar 22, 2022
1 parent 2013d5d commit 4476356
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ subprojects {
testCompile externalDependency.testng
constraints {
implementation('io.netty:netty-all:4.1.44.Final')
implementation('org.apache.commons:commons-compress:1.21')
implementation('org.apache.velocity:velocity-engine-core:2.3')
implementation('org.hibernate:hibernate-validator:6.0.20.Final')
}
}

Expand Down
1 change: 1 addition & 0 deletions metadata-integration/java/spark-lineage/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ shadowJar {

relocate 'org.apache.http','datahub.spark2.shaded.http'
relocate 'org.apache.commons.codec', 'datahub.spark2.shaded.o.a.c.codec'
relocate 'org.apache.commons.compress', 'datahub.spark2.shaded.o.a.c.compress'
relocate 'mozilla', 'datahub.spark2.shaded.mozilla'
relocate 'com.typesafe','datahub.spark2.shaded.typesafe'
relocate 'io.opentracing','datahub.spark2.shaded.io.opentracing'
Expand Down

0 comments on commit 4476356

Please sign in to comment.