This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch update/gson-2.12.0
in repository https://gitbox.apache.org/repos/asf/pekko.git
commit b052ee859086330d85a51d79a4675e5fbec0015e
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 29 16:33:04 2025 +0000
Update gson to 2.12.0
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 308eb574be..34d741c455 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -117,7 +117,7 @@ object Dependencies {
object Docs {
val sprayJson = "io.spray" %% "spray-json" % "1.3.6" % Test
- val gson = "com.google.code.gson" % "gson" % "2.11.0" % Test
+ val gson = "com.google.code.gson" % "gson" % "2.12.0" % Test
}
object TestDependencies {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]