Browse Source

build(deps): bump jaxb-impl from 2.3.4 to 2.3.8 (#1997)

Bumps jaxb-impl from 2.3.4 to 2.3.8.

---
updated-dependencies:
- dependency-name: com.sun.xml.bind:jaxb-impl
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/2000/head
dependabot[bot] 2 years ago committed by GitHub
parent
commit
7b918fc11e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      jackson-jaxb/pom.xml
  2. 2
      jaxb/pom.xml
  3. 2
      soap/pom.xml

2
jackson-jaxb/pom.xml

@ -82,7 +82,7 @@ @@ -82,7 +82,7 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.4</version>
<version>2.3.8</version>
<scope>test</scope>
</dependency>
</dependencies>

2
jaxb/pom.xml

@ -53,7 +53,7 @@ @@ -53,7 +53,7 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.4</version>
<version>2.3.8</version>
<scope>test</scope>
</dependency>
</dependencies>

2
soap/pom.xml

@ -69,7 +69,7 @@ @@ -69,7 +69,7 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.4</version>
<version>2.3.8</version>
<scope>test</scope>
</dependency>
</dependencies>

Loading…
Cancel
Save