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 796bfa15e Update gson to 2.12.0 (#656)
796bfa15e is described below
commit 796bfa15e0985ce60712e8dab2cac8f3c78f3732
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 29 20:43:50 2025 +0100
Update gson to 2.12.0 (#656)
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 cec962334..060d1bee8 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.11.0" % "test"
+ val gson = "com.google.code.gson" % "gson" % "2.12.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]