Skip to content

Commit

Permalink
mariadb-java-client: 3.3.0 -> 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
earldouglas committed Dec 2, 2023
1 parent 480d073 commit 63f9a5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ lazy val producers =
libraryDependencies += "com.h2database" % "h2" % "2.2.224" % "test",
libraryDependencies += "dev.zio" %% "zio-test" % zioVersion % "test",
libraryDependencies += "dev.zio" %% "zio-test-sbt" % zioVersion % "test",
libraryDependencies += "org.mariadb.jdbc" % "mariadb-java-client" % "3.3.0",
libraryDependencies += "org.mariadb.jdbc" % "mariadb-java-client" % "3.3.1",
libraryDependencies += "org.jsoup" % "jsoup" % "1.17.1",
libraryDependencies += "org.ocpsoft.prettytime" % "prettytime" % "5.0.7.Final",
testFrameworks += new TestFramework(
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ in
pname = "sectery";
version = "1.0.0";

depsSha256 = "sha256-crLEEYxVS5yCaJywU5e8VHaXAPBFtHMA+X5yEDdZRM0=";
depsSha256 = "sha256-5d2qasJnfaztFOYm5KwBUXlbzfgzwpZdPeh8Becl0m0=";

src = ./.;

Expand Down

0 comments on commit 63f9a5c

Please sign in to comment.