Skip to content

Commit 021c28a

Browse files
RufManuelManuelRuf
andauthored
Bumps xcf to 4.1.0, spring to 6.1.14 and commons-io to 2.14.0 (#67)
Co-authored-by: Manuel Ruf <manuel.ruf@protonmail.com>
1 parent 8fb4903 commit 021c28a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.github.skjolber</groupId>
44
<artifactId>mockito-soap-cxf</artifactId>
5-
<version>2.0.1-SNAPSHOT</version>
5+
<version>2.0.2-SNAPSHOT</version>
66
<name>mockito-soap-cxf</name>
77
<description>SOAP web-service mocking utility for CXF</description>
88
<url>https://github.com/skjolber/mockito-soap-cxf</url>
@@ -18,10 +18,10 @@
1818

1919
<mockito.version>5.1.1</mockito.version>
2020
<hamcrest.version>2.2</hamcrest.version>
21-
<commons-io.version>2.11.0</commons-io.version>
21+
<commons-io.version>2.14.0</commons-io.version>
2222

23-
<cxf.version>4.0.4</cxf.version>
24-
<spring.version>6.0.8</spring.version>
23+
<cxf.version>4.1.0</cxf.version>
24+
<spring.version>6.1.14</spring.version>
2525

2626
<logback.version>1.2.13</logback.version>
2727
<slf4j.version>1.7.32</slf4j.version>

src/test/resources/bindings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<jaxws:bindings xmlns:xs="http://www.w3.org/2001/XMLSchema"
2-
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:jaxws="http://java.sun.com/xml/ns/jaxws"
3-
xmlns:jaxb="http://java.sun.com/xml/ns/jaxb">
2+
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:jaxws="https://jakarta.ee/xml/ns/jaxws"
3+
xmlns:jxb="https://jakarta.ee/xml/ns/jaxb">
44
<!-- Turn off wrapper style Java method signature generation -->
55
<jaxws:enableWrapperStyle>false</jaxws:enableWrapperStyle>
66
</jaxws:bindings>

0 commit comments

Comments
 (0)