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-http.git


The following commit(s) were added to refs/heads/main by this push:
     new ad96dd73e Update gson to 2.13.0 (#669)
ad96dd73e is described below

commit ad96dd73e9cf0daa73d345ee22fe3f491ad196fb
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 13 11:18:30 2025 +0200

    Update gson to 2.13.0 (#669)
    
    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 ed1e8dbab..fc8e43067 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -70,7 +70,7 @@ object Dependencies {
 
     object Docs {
       val sprayJson = Compile.sprayJson % "test"
-      val gson = "com.google.code.gson" % "gson" % "2.12.1" % "test"
+      val gson = "com.google.code.gson" % "gson" % "2.13.0" % "test"
       val jacksonXml = "com.fasterxml.jackson.dataformat" % 
"jackson-dataformat-xml" % jacksonXmlVersion % "test"
       val reflections = "org.reflections" % "reflections" % "0.10.2" % "test"
     }


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

Reply via email to