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.git
The following commit(s) were added to refs/heads/main by this push:
new 3fff73894b Update gson to 2.11.0 (#1339)
3fff73894b is described below
commit 3fff73894bf339722b2e4d7a4a5491b1de4ca6a9
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Thu May 23 19:58:33 2024 +0100
Update gson to 2.11.0 (#1339)
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 527c4d4d21..1bc06b6289 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -114,7 +114,7 @@ object Dependencies {
object Docs {
val sprayJson = "io.spray" %% "spray-json" % "1.3.6" % Test
- val gson = "com.google.code.gson" % "gson" % "2.10.1" % Test
+ val gson = "com.google.code.gson" % "gson" % "2.11.0" % Test
}
object TestDependencies {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]