Skip to content
Open
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
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ object Dependencies {
val okHttp = "com.squareup.okhttp3" % "okhttp" % "4.12.0"

val terraCommonLibV = "1.1.38-SNAPSHOT"
val samV = "v0.0.274"
val samV = "v0.0.448"

def excludeJakartaActivationApi = ExclusionRule("jakarta.activation", "jakarta.activation-api")
def excludeJakartaXmlBindApi = ExclusionRule("jakarta.xml.bind", "jakarta.xml.bind-api")
Expand Down Expand Up @@ -256,7 +256,7 @@ object Dependencies {
val automationOverrides = List(guava)

val automationDependencies = List(
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.0" % "test",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.22.1" % "test",

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this needs to stay in lockstep with the jackson version in use

logbackClassic % "test",
leonardoClient,
ssh,
Expand Down
Loading