Skip to content

Commit

Permalink
Upgrade library and test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joelittlejohn committed Nov 4, 2023
1 parent 6133151 commit 0de2499
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
:url "https://www.eclipse.org/legal/epl-v10.html"}

:dependencies
[[com.taoensso/encore "3.63.0"]
[com.taoensso/nippy "3.2.0"]
[[com.taoensso/encore "3.73.0"]
[com.taoensso/nippy "3.3.0"]
[joda-time "2.12.5"]
[commons-logging "1.2"]
[com.amazonaws/aws-java-sdk-dynamodb "1.12.523"
[com.amazonaws/aws-java-sdk-dynamodb "1.12.581"
:exclusions [joda-time commons-logging]]]

:profiles
Expand Down Expand Up @@ -40,7 +40,7 @@
[:c1.11 :test
{:jvm-opts ["-server"]
:dependencies
[[org.testcontainers/testcontainers "1.18.3"
[[org.testcontainers/testcontainers "1.19.1"
:exclusions [com.fasterxml.jackson.core/jackson-annotations]]
[org.slf4j/slf4j-simple "1.7.36"]]

Expand Down

0 comments on commit 0de2499

Please sign in to comment.