Skip to content

Commit

Permalink
chore(deps): update dependency com.google.code.gson:gson to v2.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and edalex-ian committed Nov 1, 2021
1 parent 866dafd commit 1c82682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Server/equellaserver/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ libraryDependencies ++= Seq(
"com.google.api-client" % "google-api-client" % "1.32.2",
"com.google.apis" % "google-api-services-books" % "v1-rev20201021-1.32.1",
"com.google.apis" % "google-api-services-youtube" % "v3-rev20210915-1.32.1",
"com.google.code.gson" % "gson" % "2.8.8",
"com.google.code.gson" % "gson" % "2.8.9",
"com.google.gdata" % "core" % "1.47.1",
"com.google.guava" % "guava" % "31.0.1-jre",
"com.google.inject" % "guice" % guiceVersion excludeAll (
Expand Down
2 changes: 1 addition & 1 deletion Source/Tools/UpgradeManager/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ libraryDependencies ++= Seq(
"commons-fileupload" % "commons-fileupload" % "1.4",
"com.google.guava" % "guava" % "31.0.1-jre",
"org.antlr" % "stringtemplate" % "3.2.1",
"com.google.code.gson" % "gson" % "2.8.8",
"com.google.code.gson" % "gson" % "2.8.9",
"org.slf4j" % "jcl-over-slf4j" % "1.7.32",
"commons-io" % "commons-io" % "2.11.0",
"log4j" % "log4j" % "1.2.17",
Expand Down

0 comments on commit 1c82682

Please sign in to comment.