Skip to content

Commit

Permalink
Bump com.sun.xml.ws:jaxws-tools from 2.3.0.2 to 4.0.2
Browse files Browse the repository at this point in the history
Bumps com.sun.xml.ws:jaxws-tools from 2.3.0.2 to 4.0.2.

---
updated-dependencies:
- dependency-name: com.sun.xml.ws:jaxws-tools
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 20, 2023
1 parent 5889afb commit ee7cbf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soap-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
implementation(Ulid.ulid)

implementation("javax.xml.ws:jaxws-api:2.3.1")
implementation("com.sun.xml.ws:jaxws-tools:2.3.0.2")
implementation("com.sun.xml.ws:jaxws-tools:4.0.2")

implementation("org.apache.cxf:cxf-rt-features-logging:$cxfVersion")
implementation("org.apache.cxf:cxf-rt-frontend-jaxws:$cxfVersion")
Expand Down

0 comments on commit ee7cbf1

Please sign in to comment.