Skip to content

Commit adbb4c6

Browse files
dependabot[bot]frantuma
authored andcommitted
Bump jakarta.xml.bind:jakarta.xml.bind-api from 2.3.2 to 2.3.3
Bumps [jakarta.xml.bind:jakarta.xml.bind-api](https://github.com/eclipse-ee4j/jaxb-api) from 2.3.2 to 2.3.3. - [Release notes](https://github.com/eclipse-ee4j/jaxb-api/releases) - [Commits](jakartaee/jaxb-api@2.3.2...2.3.3) --- updated-dependencies: - dependency-name: jakarta.xml.bind:jakarta.xml.bind-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent be1cd1d commit adbb4c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/swagger-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>jakarta.xml.bind</groupId>
7373
<artifactId>jakarta.xml.bind-api</artifactId>
74-
<version>2.3.2</version>
74+
<version>2.3.3</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>org.apache.commons</groupId>

modules/swagger-project-jakarta/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@
568568
<snakeyaml-version>2.2</snakeyaml-version>
569569
<jakarta.ws-version>3.1.0</jakarta.ws-version>
570570
<jakarta.validation-version>3.0.2</jakarta.validation-version>
571-
<jakarta.xml.bind-api-version>3.0.0</jakarta.xml.bind-api-version>
571+
<jakarta.xml.bind-api-version>2.3.3</jakarta.xml.bind-api-version>
572572
<jakarta.activation-api-version>2.1.2</jakarta.activation-api-version>
573573
<bnd-version>6.4.0</bnd-version>
574574
<servlet-api-version>5.0.0</servlet-api-version>

0 commit comments

Comments
 (0)