Browse Source

build(deps): bump com.sun.xml.bind:jaxb-impl from 2.3.8 to 2.3.9

Bumps com.sun.xml.bind:jaxb-impl from 2.3.8 to 2.3.9.

---
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>
pull/2207/head
dependabot[bot] 11 months ago committed by GitHub
parent
commit
84f2291bf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      jackson-jaxb/pom.xml
  2. 2
      jaxb-jakarta/pom.xml
  3. 2
      jaxb/pom.xml
  4. 2
      soap-jakarta/pom.xml
  5. 2
      soap/pom.xml

2
jackson-jaxb/pom.xml

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

2
jaxb-jakarta/pom.xml

@ -56,7 +56,7 @@ @@ -56,7 +56,7 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>4.0.0</version>
<version>2.3.9</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.8</version>
<version>2.3.9</version>
<scope>test</scope>
</dependency>
</dependencies>

2
soap-jakarta/pom.xml

@ -78,7 +78,7 @@ @@ -78,7 +78,7 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>4.0.3</version>
<version>2.3.9</version>
<scope>runtime</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.8</version>
<version>2.3.9</version>
<scope>test</scope>
</dependency>
</dependencies>

Loading…
Cancel
Save