This is an automated email from the ASF dual-hosted git repository. pjfanning pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/pekko.git
commit a76d076924664a4e9b519d41e04dc4b723298f30 Author: PJ Fanning <[email protected]> AuthorDate: Thu Aug 13 16:47:43 2026 +0100 Update jacksonAnnotationsVersion to 2.22 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index ed70021263..d41ce2adf6 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -38,7 +38,7 @@ object Dependencies { val nettyVersion = "4.2.17.Final" val logbackVersion = "1.6.2" - val jacksonAnnotationsVersion = "2.21" + val jacksonAnnotationsVersion = "2.22" val jacksonVersion2 = "2.22.1" val jacksonVersion3 = "3.2.1" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
