This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch update/gson-2.13.2
in repository https://gitbox.apache.org/repos/asf/pekko-http.git
commit f4cb06602b387ae6c51f9a7aa8569710174d48e7
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 11 14:25:40 2025 +0000
Update gson to 2.13.2
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index f4cf6431c..e4d95f9a3 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.13.1" % "test"
+ val gson = "com.google.code.gson" % "gson" % "2.13.2" % "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]