Skip to content

Commit

Permalink
Bump several dependencies:
Browse files Browse the repository at this point in the history
hibernate-core 5.4.2.Final -> 5.4.24.Final
jackson-databind -> 2.9.10.8
mysql-connector-java 8.0.23 -> 8.0.28
jsoup 1.11.3 -> 1.14.2
commons-io 2.6 -> 2.7
google-api-client 1.30.9 -> 1.31.0
  • Loading branch information
kristian-lange committed Apr 23, 2022
1 parent 72dda47 commit 4d949bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions modules/common/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ libraryDependencies ++= Seq(
evolutions,
jdbc,
guice,
"org.hibernate" % "hibernate-core" % "5.4.2.Final",
"org.hibernate" % "hibernate-core" % "5.4.24.Final",
"com.fasterxml.jackson.datatype" % "jackson-datatype-hibernate5" % "2.9.8",
"mysql" % "mysql-connector-java" % "8.0.23",
"org.jsoup" % "jsoup" % "1.11.3",
"commons-io" % "commons-io" % "2.6",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.9.10.8",
"mysql" % "mysql-connector-java" % "8.0.28",
"org.jsoup" % "jsoup" % "1.14.2",
"commons-io" % "commons-io" % "2.7",
"com.diffplug.durian" % "durian" % "3.4.0",
"org.apache.commons" % "commons-lang3" % "3.9"
)
Expand Down
2 changes: 1 addition & 1 deletion modules/gui/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ libraryDependencies ++= Seq(
ehcache,
guice,
"org.webjars" % "bootstrap" % "3.4.1",
"com.google.api-client" % "google-api-client" % "1.30.9"
"com.google.api-client" % "google-api-client" % "1.31.0"
)

// Routes from submodules
Expand Down

0 comments on commit 4d949bd

Please sign in to comment.