Skip to content

Commit

Permalink
Upgrade to Apache CXF 4.1.0
Browse files Browse the repository at this point in the history
Closes gh-120
  • Loading branch information
ciscoo committed Dec 24, 2024
1 parent 836d2b8 commit 3679f4f
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.6", "4.0.6", "4.0.6", "4.0.6", "4.0.6", "4.0.6");
var expectedVersions = List.of("2.0.16", "4.1.0", "4.1.0", "4.1.0", "4.1.0", "4.1.0", "4.1.0");

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.6"
cxf = "4.1.0"
slf4j = "2.0.16"
junit = "5.11.3"

Expand Down

0 comments on commit 3679f4f

Please sign in to comment.