This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/master by this push:
new f56c486b Update gson to 2.10.1
new 5ca7e0d4 Merge pull request #66 from scala-steward/update/gson-2.10.1
f56c486b is described below
commit f56c486bd1b0339faa35357826ad99decfddb448
Author: Scala Steward <[email protected]>
AuthorDate: Sat Jan 7 14:36:42 2023 +0000
Update gson to 2.10.1
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 101d48c8..1dfed436 100644
--- a/build.sbt
+++ b/build.sbt
@@ -28,7 +28,7 @@ val commonsIoVer = "2.11.0"
val commonsLang3Ver = "3.12.0"
val commonsCodecVer = "1.15"
val commonsCollectionsVer = "4.4"
-val gsonVer = "2.10"
+val gsonVer = "2.10.1"
val jacksonVer = "2.13.4"
val apacheOpennlpVer = "2.1.0"