Skip to content

Commit f229ce1

Browse files
authored
Merge branch 'develop' into AN-624-legacy-img
2 parents 2587aa8 + dc20da3 commit f229ce1

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

project/Dependencies.scala

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ object Dependencies {
1515
val monocleV = "3.2.0"
1616
val opencensusV = "0.29.0"
1717
val munitCatsEffectV = "1.0.7"
18-
val pact4sV = "0.10.0"
18+
val pact4sV = "0.16.2"
19+
val commonsBeanUtilsV = "1.11.0"
1920

2021
private val workbenchLibsHash = "5382beb"
2122
val serviceTestV = s"6.1-$workbenchLibsHash"
@@ -135,6 +136,7 @@ object Dependencies {
135136
val guava: ModuleID = "com.google.guava" % "guava" % guavaV
136137
val pact4sScalaTest = "io.github.jbwheatley" %% "pact4s-scalatest" % pact4sV % Test
137138
val pact4sCirce = "io.github.jbwheatley" %% "pact4s-circe" % pact4sV
139+
val commonsBeanUtils = "commons-beanutils" % "commons-beanutils" % commonsBeanUtilsV
138140
val okHttp = "com.squareup.okhttp3" % "okhttp" % "4.12.0"
139141

140142
val workSpaceManagerV = "0.254.1127-SNAPSHOT"
@@ -269,7 +271,10 @@ object Dependencies {
269271
http4sDsl,
270272
http4sEmberServer,
271273
http4sCirce,
272-
scalaTest
274+
scalaTest,
275+
// Need to install an upgraded version of beanutils because it contains a security fix that has not made
276+
// it to upstream Pact packages yet
277+
commonsBeanUtils
273278
)
274279

275280
}

0 commit comments

Comments
 (0)