This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch update/gson-2.11.0
in repository https://gitbox.apache.org/repos/asf/pekko.git
commit ba0fa30acd532bbefa799e689bd9cbda2aa1738e
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Thu May 23 17:55:56 2024 +0000
Update gson to 2.11.0
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 6cec74a7b3..548d624942 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]