Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update dependencies #610

Merged
merged 7 commits into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ import sbt._
object Dependencies {
object Versions {
val assertj = "3.26.3"
val aws2 = "2.27.8"
val jackson = "2.17.2"
val aws2 = "2.28.20"
val jackson = "2.18.0"
val scala = "2.12.19"
val slf4j = "2.0.16"
val spectator = "1.7.19"
val spring = "6.1.12"
val spectator = "1.8.0"
val spring = "6.1.13"
}

import Versions._
Expand All @@ -21,13 +21,13 @@ object Dependencies {
val aws2STS = "software.amazon.awssdk" % "sts" % aws2
val aws2UrlClient = "software.amazon.awssdk" % "url-connection-client" % aws2
val caffeine = "com.github.ben-manes.caffeine" % "caffeine" % "3.1.8"
val equalsVerifier = "nl.jqno.equalsverifier" % "equalsverifier" % "3.16.1"
val equalsVerifier = "nl.jqno.equalsverifier" % "equalsverifier" % "3.17.1"
val jacksonCore = "com.fasterxml.jackson.core" % "jackson-core" % jackson
val jacksonMapper = "com.fasterxml.jackson.core" % "jackson-databind" % jackson
val jakartaAnno = "jakarta.annotation" % "jakarta.annotation-api" % "3.0.0"
val jakartaInject = "jakarta.inject" % "jakarta.inject-api" % "2.0.1"
val jodaTime = "joda-time" % "joda-time" % "2.10.10"
val jedis = "redis.clients" % "jedis" % "5.1.4"
val jedis = "redis.clients" % "jedis" % "5.2.0"
val junit = "junit" % "junit" % "4.12"
val junitInterface = "com.novocode" % "junit-interface" % "0.11"
val jzlib = "com.jcraft" % "jzlib" % "1.1.3"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.1
sbt.version=1.10.2
Loading