Skip to content

Commit

Permalink
fix for CVE-2022-46751
Browse files Browse the repository at this point in the history
  • Loading branch information
SusmithaGundu committed Dec 19, 2023
1 parent 809784f commit 481c818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ subprojects { project ->
api 'org.scala-lang:scala-library-all:2.12.12'
api 'org.scala-lang:scala-reflect:2.12.12'
api 'com.typesafe.scala-logging:scala-logging_2.12:3.9.2'
api 'org.apache.ivy:ivy:2.5.2'
implementation 'org.apache.ivy:ivy:2.5.2'
testImplementation 'org.scalatest:scalatest_2.12:3.0.9'
}
implementation enforcedPlatform("io.spinnaker.orca:orca-bom:$orcaVersion")
Expand Down

0 comments on commit 481c818

Please sign in to comment.