File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments