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 811f6906ad Update gson to 2.13.0 (#1813)
811f6906ad is described below
commit 811f6906ad19fcc9a8b787dc34ff0e44d79c4936
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 13 11:11:07 2025 +0200
Update gson to 2.13.0 (#1813)
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 a55b4cad95..8b16e5fdeb 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.12.1" % Test
+ val gson = "com.google.code.gson" % "gson" % "2.13.0" % Test
}
object TestDependencies {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]