Skip to content

Commit 4fd4093

Browse files
committed
chore: update jackson-core, jackson-databind from 2.21.2 to 2.21.3
1 parent 2ec61bb commit 4fd4093

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ lazy val smithy4playGatling = project
219219
("io.gatling" % "gatling-test-framework" % "3.15.0" % Test)
220220
.exclude("org.scala-lang.modules", "scala-parser-combinators_2.13"),
221221
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.4.0" % Test,
222-
"com.fasterxml.jackson.core" % "jackson-core" % "2.21.2" % Test,
223-
"com.fasterxml.jackson.core" % "jackson-databind" % "2.21.2" % Test,
222+
"com.fasterxml.jackson.core" % "jackson-core" % "2.21.3" % Test,
223+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.21.3" % Test,
224224
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.21" % Test
225225
),
226226
// Don't run Gatling simulations as part of the normal `test` task.

0 commit comments

Comments
 (0)