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

Philippus 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 b8e1959f8 Update gson to 2.14.0 (#1020)
b8e1959f8 is described below

commit b8e1959f85f87da32cdc07bb2eb80996af194e80
Author: Scala Steward <[email protected]>
AuthorDate: Sat Apr 25 17:27:44 2026 +0200

    Update gson to 2.14.0 (#1020)
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index d3eed3135..1e4d40465 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -71,7 +71,7 @@ object Dependencies {
 
     object Docs {
       val sprayJson = Compile.sprayJson % "test"
-      val gson = "com.google.code.gson" % "gson" % "2.13.2" % "test"
+      val gson = "com.google.code.gson" % "gson" % "2.14.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