Skip to content

Commit

Permalink
Update the version of the quartz scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
tmccombs committed Jul 22, 2024
1 parent 7d03de5 commit ab6e04b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ libraryDependencies ++= Seq(
jdbc,
"org.ow2.asm" % "asm" % "8.0.1",
"ch.qos.logback" % "logback-classic" % "1.2.3",
"org.quartz-scheduler" % "quartz" % "2.1.7",
"org.quartz-scheduler" % "quartz" % "2.3.2",
"com.softwaremill.macwire" %% "macros" % "2.3.3" % "provided",
specs2 % Test
)
Expand Down
2 changes: 1 addition & 1 deletion worker/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ run / connectInput := true

libraryDependencies ++= Seq(
"ch.qos.logback" % "logback-classic" % "1.0.7" % Provided,
"org.quartz-scheduler" % "quartz" % "2.1.7",
"org.quartz-scheduler" % "quartz" % "2.3.2",
"org.slf4j" % "slf4j-api" % "1.7.25",
"org.specs2" %% "specs2-core" % "4.5.1" % Test,
"mysql" % "mysql-connector-java" % "8.0.32",
Expand Down

0 comments on commit ab6e04b

Please sign in to comment.