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

chore(deps): update apache cxf packages to v3.6.2 #4910

Merged
merged 1 commit into from
Sep 21, 2023
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
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.80"
val axis2Version = "1.8.2"
val circeVersion = "0.14.5"
val curatorVersion = "5.5.0"
val cxfVersion = "3.6.1"
val cxfVersion = "3.6.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.10.0"
val cxfVersion = "3.6.1"
val cxfVersion = "3.6.2"

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

Expand Down