This is an automated email from the ASF dual-hosted git repository.
He-Pin 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 ff799125cd Update gson to 2.14.0 (#2908)
ff799125cd is described below
commit ff799125cde70f0b4dc74404587ce15df8394251
Author: Scala Steward <[email protected]>
AuthorDate: Sat Apr 25 18:38:47 2026 +0200
Update gson to 2.14.0 (#2908)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index f9a81fc9f0..5523917d3f 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -113,7 +113,7 @@ object Dependencies {
object Docs {
val sprayJson = "io.spray" %% "spray-json" % "1.3.6" % Test
- val gson = "com.google.code.gson" % "gson" % "2.13.2" % Test
+ val gson = "com.google.code.gson" % "gson" % "2.14.0" % Test
}
object TestDependencies {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]