This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch update/jackson-module-scala-2.17.3 in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
commit fec6fd6b1910d115243238ae54e0701c45d7501c Author: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> AuthorDate: Sun Nov 3 02:33:18 2024 +0000 Update jackson-module-scala to 2.17.3 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index d2a1c4dd9..22bd7b2e6 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -72,7 +72,7 @@ object Dependencies { // CVE issues https://github.com/FasterXML/jackson-databind/issues?utf8=%E2%9C%93&q=+label%3ACVE // This should align with the Jackson minor version used in Pekko 1.1.x // https://github.com/apache/pekko/blob/main/project/Dependencies.scala - val JacksonVersion = "2.17.2" + val JacksonVersion = "2.17.3" val JacksonDatabindDependencies = Seq( "com.fasterxml.jackson.core" % "jackson-core" % JacksonVersion, "com.fasterxml.jackson.core" % "jackson-databind" % JacksonVersion) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pekko.apache.org For additional commands, e-mail: commits-h...@pekko.apache.org