This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new 4b4cd2dcd6 Update gson to 2.12.0 (#1754)
4b4cd2dcd6 is described below

commit 4b4cd2dcd6c425e312fd437ff1caebc9d9afcf55
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 29 18:33:50 2025 +0100

    Update gson to 2.12.0 (#1754)
    
    Co-authored-by: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 308eb574be..34d741c455 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -117,7 +117,7 @@ object Dependencies {
 
     object Docs {
       val sprayJson = "io.spray" %% "spray-json" % "1.3.6" % Test
-      val gson = "com.google.code.gson" % "gson" % "2.11.0" % Test
+      val gson = "com.google.code.gson" % "gson" % "2.12.0" % Test
     }
 
     object TestDependencies {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to