Skip to content

Commit

Permalink
Upgrade to Apache CXF 4.0.6
Browse files Browse the repository at this point in the history
Closes gh-123
  • Loading branch information
ciscoo committed Dec 21, 2024
1 parent 712635e commit 1160dcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ void defaultDependencies() {
"cxf-tools-wsdlto-databinding-jaxb",
"cxf-tools-wsdlto-frontend-jaxws",
"cxf-tools-wsdlto-frontend-javascript");
var expectedVersions = List.of("2.0.16", "4.0.5", "4.0.5", "4.0.5", "4.0.5", "4.0.5", "4.0.5");
var expectedVersions = List.of("2.0.16", "4.0.6", "4.0.6", "4.0.6", "4.0.6", "4.0.6", "4.0.6");

Configuration configuration =
this.project.getConfigurations().getByName(CxfCodegenPlugin.CXF_CODEGEN_CONFIGURATION_NAME);
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
cxf = "4.0.5"
cxf = "4.0.6"
slf4j = "2.0.16"
junit = "5.11.3"

Expand Down

0 comments on commit 1160dcb

Please sign in to comment.