Skip to content

Commit 089cbc1

Browse files
authored
Merge pull request #485 from innFactory/update/jackson-core-2.22.0
chore: update jackson-core from 2.21.4 to 2.22.0
2 parents 5786543 + 3c34800 commit 089cbc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ lazy val smithy4playGatling = project
219219
("io.gatling" % "gatling-test-framework" % "3.15.1" % 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.4" % Test,
222+
"com.fasterxml.jackson.core" % "jackson-core" % "2.22.0" % Test,
223223
"com.fasterxml.jackson.core" % "jackson-databind" % "2.21.4" % Test,
224224
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.22" % Test
225225
),

0 commit comments

Comments
 (0)