mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-14 20:26:53 +00:00
build: Use external dependency to set jsonSmart version in frontend build file (#7793)
Co-authored-by: Indy Prentice <indy@Indys-MacBook-Pro.local>
This commit is contained in:
parent
a50c71264d
commit
c5e09f65f2
@ -23,7 +23,7 @@ dependencies {
|
||||
play('com.nimbusds:oauth2-oidc-sdk:8.36.2')
|
||||
play('com.nimbusds:nimbus-jose-jwt:8.18')
|
||||
play('com.typesafe.akka:akka-actor_2.12:2.6.20')
|
||||
play('net.minidev:json-smart:2.4.8')
|
||||
play(externalDependency.jsonSmart)
|
||||
play('io.netty:netty-all:4.1.86.Final')
|
||||
implementation(externalDependency.commonsText) {
|
||||
because("previous versions are vulnerable to CVE-2022-42889")
|
||||
|
Loading…
x
Reference in New Issue
Block a user