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/incubator-pekko-http.git
The following commit(s) were added to refs/heads/main by this push:
new 6210fe089 Update gson to 2.9.1 (#402)
6210fe089 is described below
commit 6210fe0899b8f72b9ba75d3caaadd6ae2bed7e3d
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 8 00:29:36 2024 +0100
Update gson to 2.9.1 (#402)
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 993b8e3a3..5c5be95d4 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.9.0" % "test"
+ val gson = "com.google.code.gson" % "gson" % "2.9.1" % "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]