Skip to content

Commit

Permalink
chore(deps): update apache cxf packages to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 14, 2023
1 parent 8b35b3b commit 85f6285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Server/equellaserver/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ val TomcatVersion = "9.0.75"
val axis2Version = "1.8.2"
val circeVersion = "0.12.1"
val curatorVersion = "5.4.0"
val cxfVersion = "3.5.5"
val cxfVersion = "4.0.2"
val fs2Version = "2.5.11"
val guiceVersion = "5.1.0"
val jsassVersion = "5.10.5"
Expand Down
2 changes: 1 addition & 1 deletion autotest/Tests/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inConfig(Serial)(Defaults.testTasks)
val circeVersion = "0.12.1"
val http4sVersion = "0.21.8"
val catsVersion = "2.9.0"
val cxfVersion = "3.5.5"
val cxfVersion = "4.0.2"

addCompilerPlugin("org.typelevel" % "kind-projector" % "0.13.2" cross CrossVersion.full)

Expand Down

0 comments on commit 85f6285

Please sign in to comment.